Searched defs:foldMemoryOperand (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp438 /// foldMemoryOperand - Attempt to fold a load or store of the specified stack
445 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, function in class:TargetInstrInfo
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, function in class:TargetInstrInfo
H A DInlineSpiller.cpp182 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
898 foldMemoryOperand(Ops, RM.OrigMI)) {
1062 /// foldMemoryOperand - Try folding stack slot references in Ops into their
1069 foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> > Ops, function in class:InlineSpiller
1084 // TargetInstrInfo::foldMemoryOperand only expects explicit, non-tied
1100 // Tied use operands should not be passed to foldMemoryOperand.
1108 LoadMI ? TII.foldMemoryOperand(MI, FoldOps, LoadMI)
1109 : TII.foldMemoryOperand(MI, FoldOps, StackSlot);
1150 // TII.foldMemoryOperand may have left some implicit operands on the
1276 if (foldMemoryOperand(Op
[all...]

Completed in 131 milliseconds