Lines Matching refs:NumAndInsts
1249 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts32() local
1257 "\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() local
1592 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()
1624 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts64()