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

  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 228 /// foldMemoryOperand - Attempt to fold a load or store of the specified stack
235 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI,
246 assert(MBB && "foldMemoryOperand needs an inserted instruction");
290 /// foldMemoryOperand - Same as the previous version except it allows folding
294 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI,
InlineSpiller.cpp 147 bool foldMemoryOperand(MachineBasicBlock::iterator MI,
686 foldMemoryOperand(MI, Ops, RM.OrigMI)) {
805 /// foldMemoryOperand - Try folding stack slot references in Ops into MI.
810 bool InlineSpiller::foldMemoryOperand(MachineBasicBlock::iterator MI,
813 // TargetInstrInfo::foldMemoryOperand only expects explicit, non-tied
827 // Tied use operands should not be passed to foldMemoryOperand.
833 LoadMI ? TII.foldMemoryOperand(MI, FoldOps, LoadMI)
834 : TII.foldMemoryOperand(MI, FoldOps, StackSlot);
    [all...]

Completed in 27 milliseconds