Searched refs:IsZPR (Results 1 – 1 of 1) sorted by relevance
3312 auto IsZPR = [](const RegPairInfo &c) { in spillCalleeSavedRegisters() local3315 auto ZPRBegin = std::find_if(RegPairs.begin(), RegPairs.end(), IsZPR); in spillCalleeSavedRegisters()3412 auto IsZPR = [](const RegPairInfo &c) { return c.Type == RegPairInfo::ZPR; }; in restoreCalleeSavedRegisters() local3413 auto ZPRBegin = std::find_if(RegPairs.begin(), RegPairs.end(), IsZPR); in restoreCalleeSavedRegisters()3414 auto ZPREnd = std::find_if_not(ZPRBegin, RegPairs.end(), IsZPR); in restoreCalleeSavedRegisters()