Searched refs:tryToFoldLoadIntoMI (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 305 virtual bool tryToFoldLoadIntoMI(MachineInstr * /*MI*/, unsigned /*OpNo*/, in tryToFoldLoadIntoMI() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 111 bool tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, 2300 bool PPCFastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI() function in PPCFastISel
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 160 bool tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, 2920 bool ARMFastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI() function in ARMFastISel
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 75 bool tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, 3951 bool X86FastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI() function in X86FastISel
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 2363 return tryToFoldLoadIntoMI(User, RI.getOperandNo(), LI); in tryToFoldLoad()
|