Searched refs:foldMemoryOperand (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp177 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
879 foldMemoryOperand(Ops, RM.OrigMI)) {
1007 /// foldMemoryOperand - Try folding stack slot references in Ops into their
1014 foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> > Ops, function in class:InlineSpiller
1026 // TargetInstrInfo::foldMemoryOperand only expects explicit, non-tied
1042 // Tied use operands should not be passed to foldMemoryOperand.
1048 LoadMI ? TII.foldMemoryOperand(MI, FoldOps, LoadMI)
1049 : TII.foldMemoryOperand(MI, FoldOps, StackSlot);
1055 // TII.foldMemoryOperand may have left some implicit operands on the
1179 if (foldMemoryOperand(Op
[all...]
H A DTargetInstrInfoImpl.cpp296 /// foldMemoryOperand - Attempt to fold a load or store of the specified stack
303 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, function in class:TargetInstrInfo
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, function in class:TargetInstrInfo
H A DLiveRangeEdit.cpp183 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI);
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h432 /// 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

Completed in 206 milliseconds