Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h571 bool splitValueIntoRegisterParts(
H A DRISCVISelLowering.cpp14106 bool RISCVTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in RISCVTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h557 bool splitValueIntoRegisterParts(
H A DSystemZISelLowering.cpp1454 bool SystemZTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in SystemZTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h894 bool splitValueIntoRegisterParts(
H A DARMISelLowering.cpp4422 bool ARMTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in ARMTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1166 bool splitValueIntoRegisterParts(
H A DPPCISelLowering.cpp18043 bool PPCTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in PPCTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1688 bool splitValueIntoRegisterParts(
H A DX86ISelLowering.cpp2824 bool X86TargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in X86TargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4123 virtual bool splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp488 if (TLI.splitValueIntoRegisterParts(DAG, DL, Val, Parts, NumParts, PartVT, in getCopyToParts()