Return the largest legal super-reg register class of the register class for the specified type and its associated "cost".
Declared in <llvm/CodeGen/TargetLowering.h>
virtual
std::pair<TargetRegisterClass const*, uint8_t>
findRepresentativeClass(
TargetRegisterInfo const* TRI,
MVT VT) const;
The largest legal super-reg register class of the register class for the specified type and its associated "cost".
| Name | Description |
|---|---|
| TRI | Target register info. |
| VT | Value type being queried or transformed. |