Searched refs:NumAndInsts (Results 1 – 1 of 1) sorted by relevance
2208 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts32() local2216 << "\n\t\t\tisel using masking: " << NumAndInsts in SelectAndParts32()2219 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()2224 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts32()2554 unsigned NumAndInsts = (unsigned) NeedsRotate + in SelectAndParts64() local2560 NumAndInsts += (unsigned) (ANDIMask != 0) + (unsigned) (ANDISMask != 0) + in SelectAndParts64()2563 NumAndInsts += NumOfSelectInsts + /* and */ 1; in SelectAndParts64()2581 << "\n\t\t\tisel using masking: " << NumAndInsts in SelectAndParts64()2588 if (NumAndInsts > NumRLInsts) in SelectAndParts64()2593 if ((Use32BitInsts || MoreBG) && NumAndInsts == NumRLInsts) in SelectAndParts64()[all …]