Searched refs:NumAndInsts (Results 1 – 1 of 1) sorted by relevance
1309 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts32() local1317 "\n\t\t\tisel using masking: " << NumAndInsts << in SelectAndParts32()1320 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()1325 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts32()1648 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts64() local1651 NumAndInsts += (unsigned) (ANDIMask != 0) + (unsigned) (ANDISMask != 0) + in SelectAndParts64()1654 NumAndInsts += SelectInt64Count(Mask) + /* and */ 1; in SelectAndParts64()1669 "\n\t\t\tisel using masking: " << NumAndInsts << in SelectAndParts64()1676 if (NumAndInsts > NumRLInsts) in SelectAndParts64()1678 if (Use32BitInsts && NumAndInsts == NumRLInsts) in SelectAndParts64()[all …]