Lines Matching defs:FrameIndex
235 "Cannot change a tied operand into a FrameIndex");
247 "Cannot change a tied operand into a FrameIndex");
555 static void printFrameIndex(raw_ostream& OS, int FrameIndex, bool IsFixed,
559 IsFixed = MFI->isFixedObjectIndex(FrameIndex);
560 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex))
564 FrameIndex -= MFI->getObjectIndexBegin();
566 MachineOperand::printStackObjectReference(OS, FrameIndex, IsFixed, Name);
635 unsigned FrameIndex,
638 OS << "%fixed-stack." << FrameIndex;
642 OS << "%stack." << FrameIndex;
887 int FrameIndex = getIndex();
892 printFrameIndex(OS, FrameIndex, IsFixed, MFI);
1071 /// the specified FrameIndex.
1227 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex();
1229 printFrameIndex(OS, FrameIndex, IsFixed, MFI);