Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp27 static const TargetFrameLowering::SpillSlot SpillOffsetTable[] = { variable
62 for (unsigned I = 0, E = array_lengthof(SpillOffsetTable); I != E; ++I) in SystemZFrameLowering()
63 RegSpillOffsets[SpillOffsetTable[I].Reg] = SpillOffsetTable[I].Offset; in SystemZFrameLowering()