Searched defs:tryToFoldLoadIntoMI (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | FastISel.h | 300 virtual bool tryToFoldLoadIntoMI(MachineInstr * /*MI*/, unsigned /*OpNo*/, tryToFoldLoadIntoMI() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCFastISel.cpp | 2300 bool PPCFastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, tryToFoldLoadIntoMI() function in PPCFastISel |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMFastISel.cpp | 2916 bool ARMFastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI() function in ARMFastISel |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86FastISel.cpp | 3989 bool X86FastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, tryToFoldLoadIntoMI() function in X86FastISel |