Searched refs:IsABIRegCopy (Results 1 – 4 of 4) sorted by relevance
326 const bool IsABIRegCopy = CallConv.has_value(); in getCopyFromPartsVector() local338 if (IsABIRegCopy) { in getCopyFromPartsVector()650 const bool IsABIRegCopy = CallConv.has_value(); in getCopyToPartsVector() local704 if (IsABIRegCopy) { in getCopyToPartsVector()
12392 bool IsABIRegCopy = CC.has_value(); in splitValueIntoRegisterParts() local12394 if (IsABIRegCopy && ValueVT == MVT::f16 && PartVT == MVT::f32) { in splitValueIntoRegisterParts()12446 bool IsABIRegCopy = CC.has_value(); in joinRegisterPartsIntoValue() local12447 if (IsABIRegCopy && ValueVT == MVT::f16 && PartVT == MVT::f32) { in joinRegisterPartsIntoValue()
4398 bool IsABIRegCopy = CC.has_value(); in splitValueIntoRegisterParts() local4400 if (IsABIRegCopy && (ValueVT == MVT::f16 || ValueVT == MVT::bf16) && in splitValueIntoRegisterParts()4416 bool IsABIRegCopy = CC.has_value(); in joinRegisterPartsIntoValue() local4417 if (IsABIRegCopy && (ValueVT == MVT::f16 || ValueVT == MVT::bf16) && in joinRegisterPartsIntoValue()
2749 bool IsABIRegCopy = CC.has_value(); in splitValueIntoRegisterParts() local2751 if (IsABIRegCopy && ValueVT == MVT::bf16 && PartVT == MVT::f32) { in splitValueIntoRegisterParts()2766 bool IsABIRegCopy = CC.has_value(); in joinRegisterPartsIntoValue() local2767 if (IsABIRegCopy && ValueVT == MVT::bf16 && PartVT == MVT::f32) { in joinRegisterPartsIntoValue()