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

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 444 /// canFoldMemoryOperand - Returns true for the specified load / store if
447 bool canFoldMemoryOperand(const MachineInstr *MI,
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 391 /// canFoldMemoryOperand - Return true if the specified load / store
393 bool canFoldMemoryOperand(MachineInstr *MI,
  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 223 canFoldMemoryOperand(const MachineInstr *MI,
LiveIntervalAnalysis.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 778 /// canFoldMemoryOperand - Returns true if the specified load / store is
780 virtual bool canFoldMemoryOperand(const MachineInstr*,
    [all...]
X86InstrInfo.cpp     [all...]

Completed in 1351 milliseconds