Home
last modified time | relevance | path

Searched refs:FixedSlot (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.cpp263 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in calculateCalleeSavedRegisters() local
264 while (FixedSlot != FixedSpillSlots+NumFixedSpillSlots && in calculateCalleeSavedRegisters()
265 FixedSlot->Reg != Reg) in calculateCalleeSavedRegisters()
266 ++FixedSlot; in calculateCalleeSavedRegisters()
268 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) { in calculateCalleeSavedRegisters()
282 FrameIdx = MFI->CreateFixedObject(RC->getSize(), FixedSlot->Offset, true); in calculateCalleeSavedRegisters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp371 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in assignCalleeSavedSpillSlots() local
372 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots && in assignCalleeSavedSpillSlots()
373 FixedSlot->Reg != Reg) in assignCalleeSavedSpillSlots()
374 ++FixedSlot; in assignCalleeSavedSpillSlots()
377 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) { in assignCalleeSavedSpillSlots()
391 FrameIdx = MFI.CreateFixedSpillStackObject(Size, FixedSlot->Offset); in assignCalleeSavedSpillSlots()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp368 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in assignCalleeSavedSpillSlots() local
369 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots && in assignCalleeSavedSpillSlots()
370 FixedSlot->Reg != Reg) in assignCalleeSavedSpillSlots()
371 ++FixedSlot; in assignCalleeSavedSpillSlots()
373 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) { in assignCalleeSavedSpillSlots()
388 MFI->CreateFixedSpillStackObject(RC->getSize(), FixedSlot->Offset); in assignCalleeSavedSpillSlots()