Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h576 SDValue joinRegisterPartsIntoValue(
H A DRISCVISelLowering.cpp14160 SDValue RISCVTargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in RISCVTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h561 SDValue joinRegisterPartsIntoValue(
H A DSystemZISelLowering.cpp1470 SDValue SystemZTargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in SystemZTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h899 SDValue joinRegisterPartsIntoValue(
H A DARMISelLowering.cpp4440 SDValue ARMTargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in ARMTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1693 SDValue joinRegisterPartsIntoValue(
H A DX86ISelLowering.cpp2841 SDValue X86TargetLowering::joinRegisterPartsIntoValue( in joinRegisterPartsIntoValue() function in X86TargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4148 joinRegisterPartsIntoValue(SelectionDAG &DAG, const SDLoc &DL, in joinRegisterPartsIntoValue() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp167 if (SDValue Val = TLI.joinRegisterPartsIntoValue(DAG, DL, Parts, NumParts, in getCopyFromParts()