Home
last modified time | relevance | path

Searched refs:InstCnt (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1215 void SelectAndParts32(SDLoc dl, SDValue &Res, unsigned *InstCnt) { in SelectAndParts32() argument
1265 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts32()
1312 SDNode *Select32(SDNode *N, bool LateMask, unsigned *InstCnt) { in Select32() argument
1316 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() argument
1420 if (InstCnt) *InstCnt += 1; in SelectRotMask64()
[all …]