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

/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp27 static const TargetFrameLowering::SpillSlot SpillOffsetTable[] = { member in namespace:__anon14512
55 for (unsigned I = 0, E = array_lengthof(SpillOffsetTable); I != E; ++I)
56 RegSpillOffsets[SpillOffsetTable[I].Reg] = SpillOffsetTable[I].Offset;
61 NumEntries = array_lengthof(SpillOffsetTable);
62 return SpillOffsetTable;

Completed in 107 milliseconds