Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h460 bool splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL,
H A DRISCVISelLowering.cpp8524 bool RISCVTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in RISCVTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h865 splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val,
H A DARMISelLowering.cpp4212 bool ARMTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in ARMTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3670 virtual bool splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, in splitValueIntoRegisterParts() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp480 if (TLI.splitValueIntoRegisterParts(DAG, DL, Val, Parts, NumParts, PartVT, in getCopyToParts()