Searched defs:TryToFoldLoad (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h121 /// TryToFoldLoad - The specified machine instr operand is a vreg, and that
125 virtual bool TryToFoldLoad(MachineInstr * /*MI*/, unsigned /*OpNo*/, function in class:llvm::FastISel
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp147 virtual bool TryToFoldLoad(MachineInstr *MI, unsigned OpNo,
2741 /// TryToFoldLoad - The specified machine instr operand is a vreg, and that
2745 bool ARMFastISel::TryToFoldLoad(MachineInstr *MI, unsigned OpNo, function in class:ARMFastISel
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp71 /// TryToFoldLoad - The specified machine instr operand is a vreg, and that
75 virtual bool TryToFoldLoad(MachineInstr *MI, unsigned OpNo,
2179 /// TryToFoldLoad - The specified machine instr operand is a vreg, and that
2183 bool X86FastISel::TryToFoldLoad(MachineInstr *MI, unsigned OpNo, function in class:X86FastISel

Completed in 82 milliseconds