Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8527 bool IsABIRegCopy = CC.hasValue(); in splitValueIntoRegisterParts() local
8529 if (IsABIRegCopy && ValueVT == MVT::f16 && PartVT == MVT::f32) { in splitValueIntoRegisterParts()
8569 bool IsABIRegCopy = CC.hasValue(); in joinRegisterPartsIntoValue() local
8570 if (IsABIRegCopy && ValueVT == MVT::f16 && PartVT == MVT::f32) { in joinRegisterPartsIntoValue()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp332 const bool IsABIRegCopy = CallConv.hasValue(); in getCopyFromPartsVector() local
344 if (IsABIRegCopy) { in getCopyFromPartsVector()
654 const bool IsABIRegCopy = CallConv.hasValue(); in getCopyToPartsVector() local
697 if (IsABIRegCopy) { in getCopyToPartsVector()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4215 bool IsABIRegCopy = CC.hasValue(); in splitValueIntoRegisterParts() local
4217 if (IsABIRegCopy && (ValueVT == MVT::f16 || ValueVT == MVT::bf16) && in splitValueIntoRegisterParts()
4233 bool IsABIRegCopy = CC.hasValue(); in joinRegisterPartsIntoValue() local
4234 if (IsABIRegCopy && (ValueVT == MVT::f16 || ValueVT == MVT::bf16) && in joinRegisterPartsIntoValue()