Lines Matching refs:ValueVT
8982 EVT ValueVT = Val.getValueType(); in splitValueIntoRegisterParts() local
8983 if (IsABIRegCopy && ValueVT == MVT::f16 && PartVT == MVT::f32) { in splitValueIntoRegisterParts()
8995 if (ValueVT.isScalableVector() && PartVT.isScalableVector()) { in splitValueIntoRegisterParts()
8997 EVT ValueEltVT = ValueVT.getVectorElementType(); in splitValueIntoRegisterParts()
8999 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinSize(); in splitValueIntoRegisterParts()
9022 MVT PartVT, EVT ValueVT, Optional<CallingConv::ID> CC) const { in joinRegisterPartsIntoValue() argument
9024 if (IsABIRegCopy && ValueVT == MVT::f16 && PartVT == MVT::f32) { in joinRegisterPartsIntoValue()
9034 if (ValueVT.isScalableVector() && PartVT.isScalableVector()) { in joinRegisterPartsIntoValue()
9037 EVT ValueEltVT = ValueVT.getVectorElementType(); in joinRegisterPartsIntoValue()
9039 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinSize(); in joinRegisterPartsIntoValue()
9042 EVT SameEltTypeVT = ValueVT; in joinRegisterPartsIntoValue()
9054 Val = DAG.getNode(ISD::BITCAST, DL, ValueVT, Val); in joinRegisterPartsIntoValue()