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