Home
last modified time | relevance | path

Searched refs:IsABIRegCopy (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp326 const bool IsABIRegCopy = CallConv.has_value(); in getCopyFromPartsVector() local
338 if (IsABIRegCopy) { in getCopyFromPartsVector()
650 const bool IsABIRegCopy = CallConv.has_value(); in getCopyToPartsVector() local
704 if (IsABIRegCopy) { in getCopyToPartsVector()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12392 bool IsABIRegCopy = CC.has_value(); in splitValueIntoRegisterParts() local
12394 if (IsABIRegCopy && ValueVT == MVT::f16 && PartVT == MVT::f32) { in splitValueIntoRegisterParts()
12446 bool IsABIRegCopy = CC.has_value(); in joinRegisterPartsIntoValue() local
12447 if (IsABIRegCopy && ValueVT == MVT::f16 && PartVT == MVT::f32) { in joinRegisterPartsIntoValue()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4398 bool IsABIRegCopy = CC.has_value(); in splitValueIntoRegisterParts() local
4400 if (IsABIRegCopy && (ValueVT == MVT::f16 || ValueVT == MVT::bf16) && in splitValueIntoRegisterParts()
4416 bool IsABIRegCopy = CC.has_value(); in joinRegisterPartsIntoValue() local
4417 if (IsABIRegCopy && (ValueVT == MVT::f16 || ValueVT == MVT::bf16) && in joinRegisterPartsIntoValue()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2749 bool IsABIRegCopy = CC.has_value(); in splitValueIntoRegisterParts() local
2751 if (IsABIRegCopy && ValueVT == MVT::bf16 && PartVT == MVT::f32) { in splitValueIntoRegisterParts()
2766 bool IsABIRegCopy = CC.has_value(); in joinRegisterPartsIntoValue() local
2767 if (IsABIRegCopy && ValueVT == MVT::bf16 && PartVT == MVT::f32) { in joinRegisterPartsIntoValue()