Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h327 splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val,
H A DNVPTXISelLowering.cpp3323 bool NVPTXTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in NVPTXTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h415 splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val,
H A DLoongArchISelLowering.cpp8479 bool LoongArchTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h609 bool splitValueIntoRegisterParts(
H A DSystemZISelLowering.cpp1905 bool SystemZTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in SystemZTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h337 bool splitValueIntoRegisterParts(
H A DRISCVISelLowering.cpp23919 bool RISCVTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h935 bool splitValueIntoRegisterParts(
H A DARMISelLowering.cpp4531 bool ARMTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1184 bool splitValueIntoRegisterParts(
H A DPPCISelLowering.cpp19474 bool PPCTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in PPCTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4627 virtual bool splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp510 if (TLI.splitValueIntoRegisterParts(DAG, DL, Val, Parts, NumParts, PartVT, in getCopyToParts()