HomeSort by relevance Sort by last modified time
    Searched defs:TryToFoldLoad (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
FastISel.h 121 /// TryToFoldLoad - The specified machine instr operand is a vreg, and that
125 virtual bool TryToFoldLoad(MachineInstr * /*MI*/, unsigned /*OpNo*/,
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 147 virtual bool TryToFoldLoad(MachineInstr *MI, unsigned OpNo,
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 71 /// TryToFoldLoad - The specified machine instr operand is a vreg, and that
75 virtual bool TryToFoldLoad(MachineInstr *MI, unsigned OpNo,
    [all...]

Completed in 111 milliseconds