Searched refs:NumAndInsts (Results 1 – 1 of 1) sorted by relevance
2031 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts32() local2039 << "\n\t\t\tisel using masking: " << NumAndInsts in SelectAndParts32()2042 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()2047 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts32()2377 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts64() local2383 NumAndInsts += (unsigned) (ANDIMask != 0) + (unsigned) (ANDISMask != 0) + in SelectAndParts64()2386 NumAndInsts += NumOfSelectInsts + /* and */ 1; in SelectAndParts64()2404 << "\n\t\t\tisel using masking: " << NumAndInsts in SelectAndParts64()2411 if (NumAndInsts > NumRLInsts) in SelectAndParts64()2416 if ((Use32BitInsts || MoreBG) && NumAndInsts == NumRLInsts) in SelectAndParts64()[all …]