Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h485 joinRegisterPartsIntoValue(SelectionDAG &DAG, const SDLoc &DL,
H A DRISCVISelLowering.cpp9020 SDValue RISCVTargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in RISCVTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h546 joinRegisterPartsIntoValue(SelectionDAG &DAG, const SDLoc &DL,
H A DSystemZISelLowering.cpp1407 SDValue SystemZTargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in SystemZTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h886 joinRegisterPartsIntoValue(SelectionDAG &DAG, const SDLoc &DL,
H A DARMISelLowering.cpp4347 SDValue ARMTargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in ARMTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3706 joinRegisterPartsIntoValue(SelectionDAG &DAG, const SDLoc &DL, in joinRegisterPartsIntoValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp171 if (SDValue Val = TLI.joinRegisterPartsIntoValue(DAG, DL, Parts, NumParts, in getCopyFromParts()