Searched refs:IsABIRegCopy (Results 1 – 2 of 2) sorted by relevance
344 const bool IsABIRegCopy = CallConv.has_value(); in getCopyFromPartsVector() local356 if (IsABIRegCopy) { in getCopyFromPartsVector()693 const bool IsABIRegCopy = CallConv.has_value(); in getCopyToPartsVector() local751 if (IsABIRegCopy) { in getCopyToPartsVector()
19845 bool IsABIRegCopy = CC.has_value(); in splitValueIntoRegisterParts() local19847 if (IsABIRegCopy && (ValueVT == MVT::f16 || ValueVT == MVT::bf16) && in splitValueIntoRegisterParts()19900 bool IsABIRegCopy = CC.has_value(); in joinRegisterPartsIntoValue() local19901 if (IsABIRegCopy && (ValueVT == MVT::f16 || ValueVT == MVT::bf16) && in joinRegisterPartsIntoValue()