Searched refs:InstCnt (Results 1 – 1 of 1) sorted by relevance
1215 void SelectAndParts32(SDLoc dl, SDValue &Res, unsigned *InstCnt) { in SelectAndParts32() argument1265 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts32()1312 SDNode *Select32(SDNode *N, bool LateMask, unsigned *InstCnt) { in Select32() argument1316 if (InstCnt) *InstCnt = 0; in Select32()1319 SelectAndParts32(dl, Res, InstCnt); in Select32()1327 if (InstCnt) *InstCnt += 1; in Select32()1344 if (InstCnt) *InstCnt += BitGroups.size(); in Select32()1368 if (InstCnt) *InstCnt += (unsigned) (ANDIMask != 0) + in Select32()1414 unsigned *InstCnt = nullptr) { in SelectRotMask64() argument1420 if (InstCnt) *InstCnt += 1; in SelectRotMask64()[all …]