Searched refs:NumAndInsts (Results 1 – 1 of 1) sorted by relevance
1249 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts32() local1257 "\n\t\t\tisel using masking: " << NumAndInsts << in SelectAndParts32()1260 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()1265 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts32()1589 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts64() local1592 NumAndInsts += (unsigned) (ANDIMask != 0) + (unsigned) (ANDISMask != 0) + in SelectAndParts64()1595 NumAndInsts += SelectInt64Count(Mask) + /* and */ 1; in SelectAndParts64()1610 "\n\t\t\tisel using masking: " << NumAndInsts << in SelectAndParts64()1617 if (NumAndInsts > NumRLInsts) in SelectAndParts64()1619 if (Use32BitInsts && NumAndInsts == NumRLInsts) in SelectAndParts64()[all …]