HomeSort by relevance Sort by last modified time
    Searched refs:FixedSlot (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 339 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
340 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots &&
341 FixedSlot->Reg != Reg)
342 ++FixedSlot;
344 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {
359 MFI->CreateFixedSpillStackObject(RC->getSize(), FixedSlot->Offset);
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyPEI.cpp 355 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
356 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots &&
357 FixedSlot->Reg != Reg)
358 ++FixedSlot;
360 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {
375 MFI->CreateFixedSpillStackObject(RC->getSize(), FixedSlot->Offset);
    [all...]

Completed in 1969 milliseconds