Searched refs:tryToFoldLoadIntoMI (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 300 virtual bool tryToFoldLoadIntoMI(MachineInstr * /*MI*/, unsigned /*OpNo*/, in tryToFoldLoadIntoMI() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 108 bool tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, 2300 bool PPCFastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI() function in PPCFastISel
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 154 bool tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, 2916 bool ARMFastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI() function in ARMFastISel
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 65 bool tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, 3989 bool X86FastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI() function in X86FastISel
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 2332 return tryToFoldLoadIntoMI(User, RI.getOperandNo(), LI); in tryToFoldLoad()
|