Home
last modified time | relevance | path

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

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