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

  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 368 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
369 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots &&
370 FixedSlot->Reg != Reg)
371 ++FixedSlot;
373 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {
388 MFI->CreateFixedSpillStackObject(RC->getSize(), FixedSlot->Offset);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PrologEpilogInserter.cpp 263 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
264 while (FixedSlot != FixedSpillSlots+NumFixedSpillSlots &&
265 FixedSlot->Reg != Reg)
266 ++FixedSlot;
268 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {
282 FrameIdx = MFI->CreateFixedObject(RC->getSize(), FixedSlot->Offset, true);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 371 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
372 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots &&
373 FixedSlot->Reg != Reg)
374 ++FixedSlot;
377 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {
391 FrameIdx = MFI.CreateFixedSpillStackObject(Size, FixedSlot->Offset);
    [all...]

Completed in 213 milliseconds