Searched refs:LastPTrue (Results 1 – 1 of 1) sorted by relevance
4617 MachineInstr *&LastPTrue, EmergencyStackSlots &SpillSlots) { in expandFillPPRFromZPRSlotPseudo() argument4630 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() local4698 if (LastPTrue && in expandSMEPPRToZPRSpillPseudos()4699 MI.definesRegister(LastPTrue->getOperand(0).getReg(), &TRI)) in expandSMEPPRToZPRSpillPseudos()[all …]