Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1271 void SelectAndParts32(const SDLoc &dl, SDValue &Res, unsigned *InstCnt) { in SelectAndParts32() argument
1321 if (InstCnt) *InstCnt += NumAndInsts; in SelectAndParts32()
1366 SDNode *Select32(SDNode *N, bool LateMask, unsigned *InstCnt) { in Select32() argument
1370 if (InstCnt) *InstCnt = 0; in Select32()
1373 SelectAndParts32(dl, Res, InstCnt); in Select32()
1381 if (InstCnt) *InstCnt += 1; in Select32()
1397 if (InstCnt) *InstCnt += BitGroups.size(); in Select32()
1423 if (InstCnt) *InstCnt += (unsigned) (ANDIMask != 0) + in Select32()
1469 unsigned *InstCnt = nullptr) { in SelectRotMask64() argument
1475 if (InstCnt) *InstCnt += 1; in SelectRotMask64()
[all …]