Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h555 bool splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL,
H A DRISCVISelLowering.cpp12389 bool RISCVTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h559 bool splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL,
H A DSystemZISelLowering.cpp1451 bool SystemZTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in SystemZTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h889 splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val,
H A DARMISelLowering.cpp4395 bool ARMTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1156 splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val,
H A DPPCISelLowering.cpp17809 bool PPCTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in PPCTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1626 splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val,
H A DX86ISelLowering.cpp2746 bool X86TargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in X86TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3989 virtual bool splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, in splitValueIntoRegisterParts() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp476 if (TLI.splitValueIntoRegisterParts(DAG, DL, Val, Parts, NumParts, PartVT, in getCopyToParts()