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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp339 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; local
340 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots &&
341 FixedSlot->Reg != Reg)
342 ++FixedSlot;
344 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {
359 MFI->CreateFixedSpillStackObject(RC->getSize(), FixedSlot->Offset);
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPEI.cpp355 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; local
356 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots &&
357 FixedSlot->Reg != Reg)
358 ++FixedSlot;
360 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {
375 MFI->CreateFixedSpillStackObject(RC->getSize(), FixedSlot->Offset);

Completed in 109 milliseconds