Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h479 bool splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL,
H A DRISCVISelLowering.cpp8978 bool RISCVTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in RISCVTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h541 bool splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL,
H A DSystemZISelLowering.cpp1391 bool SystemZTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in SystemZTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h881 splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val,
H A DARMISelLowering.cpp4329 bool ARMTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in ARMTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3697 virtual bool splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, in splitValueIntoRegisterParts() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp480 if (TLI.splitValueIntoRegisterParts(DAG, DL, Val, Parts, NumParts, PartVT, in getCopyToParts()