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

  /external/llvm/include/llvm/CodeGen/
FastISel.h 103 /// TryToFoldLoad - The specified machine instr operand is a vreg, and that
107 virtual bool TryToFoldLoad(MachineInstr * /*MI*/, unsigned /*OpNo*/,
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 68 /// TryToFoldLoad - The specified machine instr operand is a vreg, and that
72 virtual bool TryToFoldLoad(MachineInstr *MI, unsigned OpNo,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 794 return FastIS->TryToFoldLoad(User, RI.getOperandNo(), LI);
    [all...]

Completed in 143 milliseconds