reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
145 virtual const SpillSlot *
lib/CodeGen/PrologEpilogInserter.cpp406 const TargetFrameLowering::SpillSlot *FixedSpillSlots = 428 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;lib/Target/Hexagon/HexagonFrameLowering.cpp
1508 using SpillSlot = TargetFrameLowering::SpillSlot;
lib/Target/Hexagon/HexagonFrameLowering.h84 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) 86 static const SpillSlot Offsets[] = {lib/Target/PowerPC/PPCFrameLowering.cpp
109 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots( 114 static const SpillSlot darwin64Offsets = {PPC::X31, -8}; 117 static const SpillSlot darwinOffsets = {PPC::R31, -4}; 131 static const SpillSlot Offsets[] = { 215 static const SpillSlot Offsets64[] = {lib/Target/PowerPC/PPCFrameLowering.h
164 const SpillSlot *
lib/Target/SystemZ/SystemZFrameLowering.cpp26 static const TargetFrameLowering::SpillSlot SpillOffsetTable[] = { 58 const TargetFrameLowering::SpillSlot *lib/Target/SystemZ/SystemZFrameLowering.h
27 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const