Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4617 MachineInstr *&LastPTrue, EmergencyStackSlots &SpillSlots) { in expandFillPPRFromZPRSlotPseudo() argument
4630 LastPTrue ? LastPTrue->getOperand(0).getReg() : AArch64::NoRegister); in expandFillPPRFromZPRSlotPseudo()
4656 if (LastPTrue) { in expandFillPPRFromZPRSlotPseudo()
4657 assert(*PredReg == LastPTrue->getOperand(0).getReg()); in expandFillPPRFromZPRSlotPseudo()
4658 LastPTrue->moveBefore(&MI); in expandFillPPRFromZPRSlotPseudo()
4660 LastPTrue = BuildMI(MBB, MI, DL, TII->get(AArch64::PTRUE_B)) in expandFillPPRFromZPRSlotPseudo()
4664 MachineInstrs.push_back(LastPTrue); in expandFillPPRFromZPRSlotPseudo()
4693 MachineInstr *LastPTrue = nullptr; in expandSMEPPRToZPRSpillPseudos() local
4698 if (LastPTrue && in expandSMEPPRToZPRSpillPseudos()
4699 MI.definesRegister(LastPTrue->getOperand(0).getReg(), &TRI)) in expandSMEPPRToZPRSpillPseudos()
[all …]