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

  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 182 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
    [all...]
LiveRangeEdit.cpp 211 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI);
TargetInstrInfo.cpp 438 /// foldMemoryOperand - Attempt to fold a load or store of the specified stack
445 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI,
456 assert(MBB && "foldMemoryOperand needs an inserted instruction");
510 /// foldMemoryOperand - Same as the previous version except it allows folding
514 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 549 /// foldMemoryOperand - Attempt to fold a load or store of the specified stack
555 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
559 /// foldMemoryOperand - Same as the previous version except it allows folding
562 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
568 /// foldMemoryOperand. Target-independent code in foldMemoryOperand will
578 /// foldMemoryOperand. Target-independent code in foldMemoryOperand will
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 960 milliseconds