Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp348 const bool IsABIRegCopy = CallConv.has_value(); in getCopyFromPartsVector() local
360 if (IsABIRegCopy) { in getCopyFromPartsVector()
697 const bool IsABIRegCopy = CallConv.has_value(); in getCopyToPartsVector() local
764 if (IsABIRegCopy) { in getCopyToPartsVector()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21481 bool IsABIRegCopy = CC.has_value(); in splitValueIntoRegisterParts()
21483 if (IsABIRegCopy && (ValueVT == MVT::f16 || ValueVT == MVT::bf16) && in splitValueIntoRegisterParts()
21536 bool IsABIRegCopy = CC.has_value(); in joinRegisterPartsIntoValue()
21537 if (IsABIRegCopy && (ValueVT == MVT::f16 || ValueVT == MVT::bf16) && in joinRegisterPartsIntoValue()
21478 bool IsABIRegCopy = CC.has_value(); splitValueIntoRegisterParts() local
21533 bool IsABIRegCopy = CC.has_value(); joinRegisterPartsIntoValue() local