Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h583 bool splitValueIntoRegisterParts(
H A DSystemZISelLowering.cpp1552 bool SystemZTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in SystemZTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h726 bool splitValueIntoRegisterParts(
H A DRISCVISelLowering.cpp19842 bool RISCVTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in RISCVTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h906 bool splitValueIntoRegisterParts(
H A DARMISelLowering.cpp4441 bool ARMTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in ARMTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1156 bool splitValueIntoRegisterParts(
H A DPPCISelLowering.cpp18258 bool PPCTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in PPCTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4318 virtual bool splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp509 if (TLI.splitValueIntoRegisterParts(DAG, DL, Val, Parts, NumParts, PartVT, in getCopyToParts()