Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp28 static const TargetFrameLowering::SpillSlot ELFSpillOffsetTable[] = { variable
304 for (unsigned I = 0, E = array_lengthof(ELFSpillOffsetTable); I != E; ++I) in SystemZELFFrameLowering()
305 RegSpillOffsets[ELFSpillOffsetTable[I].Reg] = ELFSpillOffsetTable[I].Offset; in SystemZELFFrameLowering()