LLVM 22.0.0git
|
Emergency stack slots for expanding SPILL_PPR_TO_ZPR_SLOT_PSEUDO and FILL_PPR_FROM_ZPR_SLOT_PSEUDO. More...
Public Attributes | |
std::optional< int > | ZPRSpillFI |
std::optional< int > | PPRSpillFI |
std::optional< int > | GPRSpillFI |
Emergency stack slots for expanding SPILL_PPR_TO_ZPR_SLOT_PSEUDO and FILL_PPR_FROM_ZPR_SLOT_PSEUDO.
Definition at line 2851 of file AArch64FrameLowering.cpp.
std::optional<int> EmergencyStackSlots::GPRSpillFI |
Definition at line 2854 of file AArch64FrameLowering.cpp.
Referenced by expandFillPPRFromZPRSlotPseudo().
std::optional<int> EmergencyStackSlots::PPRSpillFI |
Definition at line 2853 of file AArch64FrameLowering.cpp.
Referenced by expandFillPPRFromZPRSlotPseudo().
std::optional<int> EmergencyStackSlots::ZPRSpillFI |
Definition at line 2852 of file AArch64FrameLowering.cpp.
Referenced by expandFillPPRFromZPRSlotPseudo(), and expandSpillPPRToZPRSlotPseudo().