Home | History | Annotate | Download | only in Target

Lines Matching defs:getRegisterType

591   /// getRegisterType - Return the type of registers that this ValueType will
593 MVT getRegisterType(MVT VT) const {
598 /// getRegisterType - Return the type of registers that this ValueType will
600 MVT getRegisterType(LLVMContext &Context, EVT VT) const {
615 return getRegisterType(Context, getTypeToTransformTo(Context, VT));
640 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
2053 MVT MinVT = getRegisterType(MVT::i32);