Home
last modified time | relevance | path

Searched refs:splitValueIntoRegisterParts (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h647 splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val,
H A DNVPTXISelLowering.cpp3147 bool NVPTXTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in NVPTXTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h590 bool splitValueIntoRegisterParts(
H A DSystemZISelLowering.cpp1577 bool SystemZTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in SystemZTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h909 bool splitValueIntoRegisterParts(
H A DARMISelLowering.cpp4461 bool ARMTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h785 bool splitValueIntoRegisterParts(
H A DRISCVISelLowering.cpp21478 bool RISCVTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts()
21475 bool RISCVTargetLowering::splitValueIntoRegisterParts( splitValueIntoRegisterParts() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1167 bool splitValueIntoRegisterParts(
H A DPPCISelLowering.cpp18472 bool PPCTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in PPCTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4452 virtual bool splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp513 if (TLI.splitValueIntoRegisterParts(DAG, DL, Val, Parts, NumParts, PartVT, in getCopyToParts()