Searched defs:InstCnt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1275 void SelectAndParts32(SDLoc dl, SDValue &Res, unsigned *InstCnt) { argument
1325 if (InstCnt) *InstCnt += NumAndInsts;
1370 SDNode *Select32(SDNode *N, bool LateMask, unsigned *InstCnt) { argument
1374 if (InstCnt) *InstCnt = 0;
1377 SelectAndParts32(dl, Res, InstCnt);
1385 if (InstCnt) *InstCnt += 1;
1401 if (InstCnt) *InstCn
1579 SelectAndParts64(SDLoc dl, SDValue &Res, unsigned *InstCnt) argument
1736 Select64(SDNode *N, bool LateMask, unsigned *InstCnt) argument
1942 unsigned InstCnt, InstCntLateMask; local
[all...]

Completed in 4911 milliseconds