Lines Matching refs:NumAndInsts
1755 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts32() local
1763 << "\n\t\t\tisel using masking: " << NumAndInsts in SelectAndParts32()
1766 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()
1771 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts32()
2095 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts64() local
2098 NumAndInsts += (unsigned) (ANDIMask != 0) + (unsigned) (ANDISMask != 0) + in SelectAndParts64()
2101 NumAndInsts += selectI64ImmInstrCount(Mask) + /* and */ 1; in SelectAndParts64()
2119 << "\n\t\t\tisel using masking: " << NumAndInsts in SelectAndParts64()
2126 if (NumAndInsts > NumRLInsts) in SelectAndParts64()
2131 if ((Use32BitInsts || MoreBG) && NumAndInsts == NumRLInsts) in SelectAndParts64()
2136 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts64()