Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h594 SDValue joinRegisterPartsIntoValue(
H A DSystemZISelLowering.cpp1590 SDValue SystemZTargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in SystemZTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h914 SDValue joinRegisterPartsIntoValue(
H A DARMISelLowering.cpp4477 SDValue ARMTargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in ARMTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h790 SDValue joinRegisterPartsIntoValue(
H A DRISCVISelLowering.cpp21533 SDValue RISCVTargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in RISCVTargetLowering
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4477 joinRegisterPartsIntoValue(SelectionDAG &DAG, const SDLoc &DL, in joinRegisterPartsIntoValue() function
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp176 if (SDValue Val = TLI.joinRegisterPartsIntoValue(DAG, DL, Parts, NumParts, in getCopyFromParts()