Searched refs:splitValueIntoRegisterParts (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 555 bool splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL,
|
| H A D | RISCVISelLowering.cpp | 12389 bool RISCVTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in RISCVTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 559 bool splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL,
|
| H A D | SystemZISelLowering.cpp | 1451 bool SystemZTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in SystemZTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 889 splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val,
|
| H A D | ARMISelLowering.cpp | 4395 bool ARMTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in ARMTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1156 splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val,
|
| H A D | PPCISelLowering.cpp | 17809 bool PPCTargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in PPCTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1626 splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val,
|
| H A D | X86ISelLowering.cpp | 2746 bool X86TargetLowering::splitValueIntoRegisterParts( in splitValueIntoRegisterParts() function in X86TargetLowering
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3989 virtual bool splitValueIntoRegisterParts(SelectionDAG &DAG, const SDLoc &DL, in splitValueIntoRegisterParts() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 476 if (TLI.splitValueIntoRegisterParts(DAG, DL, Val, Parts, NumParts, PartVT, in getCopyToParts()
|