Home
last modified time | relevance | path

Searched refs:tryToFoldLoadIntoMI (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h303 virtual bool tryToFoldLoadIntoMI(MachineInstr * /*MI*/, unsigned /*OpNo*/, in tryToFoldLoadIntoMI() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp108 bool tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo,
2302 bool PPCFastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI() function in PPCFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp154 bool tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo,
2916 bool ARMFastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI() function in ARMFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp65 bool tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo,
3991 bool X86FastISel::tryToFoldLoadIntoMI(MachineInstr *MI, unsigned OpNo, in tryToFoldLoadIntoMI() function in X86FastISel
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2377 return tryToFoldLoadIntoMI(User, RI.getOperandNo(), LI); in tryToFoldLoad()