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

  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 177 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
879 foldMemoryOperand(Ops, RM.OrigMI)) {
    [all...]
TargetInstrInfoImpl.cpp 296 /// foldMemoryOperand - Attempt to fold a load or store of the specified stack
303 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI,
314 assert(MBB && "foldMemoryOperand needs an inserted instruction");
357 /// foldMemoryOperand - Same as the previous version except it allows folding
361 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI,
LiveRangeEdit.cpp 183 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI);
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 432 /// foldMemoryOperand - Attempt to fold a load or store of the specified stack
438 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
442 /// foldMemoryOperand - Same as the previous version except it allows folding
445 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
451 /// foldMemoryOperand. Target-independent code in foldMemoryOperand will
461 /// foldMemoryOperand. Target-independent code in foldMemoryOperand will
    [all...]

Completed in 2009 milliseconds