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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DInlineSpiller.cpp180 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
879 foldMemoryOperand(Ops, RM.OrigMI)) {
1041 /// foldMemoryOperand - Try folding stack slot references in Ops into their
1048 foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> > Ops, function in class:InlineSpiller
1063 // TargetInstrInfo::foldMemoryOperand only expects explicit, non-tied
1079 // Tied use operands should not be passed to foldMemoryOperand.
1087 LoadMI ? TII.foldMemoryOperand(MI, FoldOps, LoadMI)
1088 : TII.foldMemoryOperand(MI, FoldOps, StackSlot);
1130 // TII.foldMemoryOperand may have left some implicit operands on the
1254 if (foldMemoryOperand(Op
[all...]
H A DTargetInstrInfo.cpp375 /// foldMemoryOperand - Attempt to fold a load or store of the specified stack
382 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, function in class:TargetInstrInfo
393 assert(MBB && "foldMemoryOperand needs an inserted instruction");
437 /// foldMemoryOperand - Same as the previous version except it allows folding
441 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, function in class:TargetInstrInfo
H A DLiveRangeEdit.cpp212 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI);
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h533 /// foldMemoryOperand - Attempt to fold a load or store of the specified stack
539 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
543 /// foldMemoryOperand - Same as the previous version except it allows folding
546 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
552 /// foldMemoryOperand. Target-independent code in foldMemoryOperand will
562 /// foldMemoryOperand. Target-independent code in foldMemoryOperand will
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3787 MachineInstr *FoldMI = foldMemoryOperand(MI, Ops, DefMI);

Completed in 268 milliseconds