Lines Matching defs:SVEorRVV
10140 unsigned &SVEorRVV) {
10142 SVEorRVV = 0;
10149 SVEorRVV = 1;
10157 unsigned SVEorRVV;
10158 if (IsSveRVVConversion(LHSType, RHSType, SVEorRVV) ||
10159 IsSveRVVConversion(RHSType, LHSType, SVEorRVV)) {
10161 << SVEorRVV << LHSType << RHSType;
10168 unsigned &SVEorRVV) {
10172 SVEorRVV = 0;
10181 SVEorRVV = 1;
10193 SVEorRVV = 1;
10201 if (IsSveRVVGnuConversion(LHSType, RHSType, SVEorRVV) ||
10202 IsSveRVVGnuConversion(RHSType, LHSType, SVEorRVV)) {
10204 << SVEorRVV << LHSType << RHSType;