Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h561 joinRegisterPartsIntoValue(SelectionDAG &DAG, const SDLoc &DL,
H A DRISCVISelLowering.cpp12443 SDValue RISCVTargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h564 joinRegisterPartsIntoValue(SelectionDAG &DAG, const SDLoc &DL,
H A DSystemZISelLowering.cpp1467 SDValue SystemZTargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in SystemZTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h894 joinRegisterPartsIntoValue(SelectionDAG &DAG, const SDLoc &DL,
H A DARMISelLowering.cpp4413 SDValue ARMTargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1631 joinRegisterPartsIntoValue(SelectionDAG &DAG, const SDLoc &DL,
H A DX86ISelLowering.cpp2763 SDValue X86TargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in X86TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3998 joinRegisterPartsIntoValue(SelectionDAG &DAG, const SDLoc &DL, in joinRegisterPartsIntoValue() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp165 if (SDValue Val = TLI.joinRegisterPartsIntoValue(DAG, DL, Parts, NumParts, in getCopyFromParts()