Searched refs:NumAndInsts (Results 1 – 1 of 1) sorted by relevance
1305 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts32() local1313 "\n\t\t\tisel using masking: " << NumAndInsts << in SelectAndParts32()1316 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()1321 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts32()1641 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts64() local1644 NumAndInsts += (unsigned) (ANDIMask != 0) + (unsigned) (ANDISMask != 0) + in SelectAndParts64()1647 NumAndInsts += getInt64Count(Mask) + /* and */ 1; in SelectAndParts64()1662 "\n\t\t\tisel using masking: " << NumAndInsts << in SelectAndParts64()1669 if (NumAndInsts > NumRLInsts) in SelectAndParts64()1671 if (Use32BitInsts && NumAndInsts == NumRLInsts) in SelectAndParts64()[all …]