Lines Matching defs:PPR
2930 enum RegType { GPR, FPR64, FPR128, PPR, ZPR, VG } Type;
2937 bool isScalable() const { return Type == PPR || Type == ZPR; }
3027 RPI.Type = RegPairInfo::PPR;
3066 case RegPairInfo::PPR:
3267 case RegPairInfo::PPR:
3359 return c.Reg1 == RegPairInfo::PPR;
3418 if (RPI.Type == RegPairInfo::ZPR || RPI.Type == RegPairInfo::PPR) {
3458 auto IsPPR = [](const RegPairInfo &c) { return c.Type == RegPairInfo::PPR; };
3496 case RegPairInfo::PPR:
5107 PPR = 1 << 1, // A predicate register.
5125 return AccessTypes & (AccessType::GPR | AccessType::PPR);
5137 case AccessType::PPR:
5138 return "PPR";
5208 RegTy = StackAccess::PPR;