Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4574 EmergencyStackSlots &SpillSlots) { in expandSpillPPRToZPRSlotPseudo() argument
4581 isInPrologueOrEpilogue(MI) ? nullptr : &SpillSlots.ZPRSpillFI); in expandSpillPPRToZPRSlotPseudo()
4617 MachineInstr *&LastPTrue, EmergencyStackSlots &SpillSlots) { in expandFillPPRFromZPRSlotPseudo() argument
4624 isInPrologueOrEpilogue(MI) ? nullptr : &SpillSlots.ZPRSpillFI); in expandFillPPRFromZPRSlotPseudo()
4628 isInPrologueOrEpilogue(MI) ? nullptr : &SpillSlots.PPRSpillFI, in expandFillPPRFromZPRSlotPseudo()
4638 isInPrologueOrEpilogue(MI) ? nullptr : &SpillSlots.GPRSpillFI); in expandFillPPRFromZPRSlotPseudo()
4689 EmergencyStackSlots &SpillSlots) { in expandSMEPPRToZPRSpillPseudos() argument
4702 LastPTrue, SpillSlots); in expandSMEPPRToZPRSpillPseudos()
4706 expandSpillPPRToZPRSlotPseudo(MBB, MI, TRI, UsedRegs, SR, SpillSlots); in expandSMEPPRToZPRSpillPseudos()
4740 EmergencyStackSlots SpillSlots; in processFunctionBeforeFrameFinalized() local
[all …]