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

/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp258 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; local
259 while (FixedSlot != FixedSpillSlots+NumFixedSpillSlots &&
260 FixedSlot->Reg != Reg)
261 ++FixedSlot;
263 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {
277 FrameIdx = MFI->CreateFixedObject(RC->getSize(), FixedSlot->Offset, true);

Completed in 68 milliseconds