Searched refs:NOps (Results 1 – 8 of 8) sorted by relevance
150 unsigned NOps = MD->getNumOperands(); in checkFrontendInstrumentation() local158 if (NOps < 3) in checkFrontendInstrumentation()164 SmallVector<uint32_t, 4> RealWeights(NOps - 1); in checkFrontendInstrumentation()165 for (unsigned i = 1; i < NOps; i++) { in checkFrontendInstrumentation()
337 unsigned NOps = MI->getNumOperands(); in PrintDebugValueComment() local338 assert(NOps == 4); in PrintDebugValueComment()341 OS << cast<DILocalVariable>(MI->getOperand(NOps - 2).getMetadata()) in PrintDebugValueComment()352 printOperand(MI, NOps - 2, OS); in PrintDebugValueComment()
724 unsigned NOps = MD->getNumOperands(); in getValueProfDataFromInst() local726 if (NOps < 5) in getValueProfDataFromInst()752 for (unsigned I = 3; I < NOps; I += 2) { in getValueProfDataFromInst()
739 unsigned NOps = MI->getNumOperands(); in PrintDebugValueComment() local740 assert(NOps == 4); in PrintDebugValueComment()743 OS << cast<DILocalVariable>(MI->getOperand(NOps - 2).getMetadata()) in PrintDebugValueComment()754 printOperand(MI, NOps - 2, OS); in PrintDebugValueComment()
332 unsigned NOps = N->getNumOperands(); in Select() local333 for (unsigned i = 0; i < NOps; i++) { in Select()345 if (NOps != NumVectorElts) { in Select()347 assert(Opc == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in Select()351 for (unsigned i = NOps; i < NumVectorElts; ++i) { in Select()
985 unsigned NOps = MD->getNumOperands(); in getValueProfDataFromInst() local987 if (NOps < 5) in getValueProfDataFromInst()1013 for (unsigned I = 3; I < NOps; I += 2) { in getValueProfDataFromInst()
703 unsigned NOps = N->getNumOperands(); in SelectBuildVector() local704 for (unsigned i = 0; i < NOps; i++) { in SelectBuildVector()714 if (NOps != NumVectorElts) { in SelectBuildVector()716 assert(N->getOpcode() == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in SelectBuildVector()719 for (unsigned i = NOps; i < NumVectorElts; ++i) { in SelectBuildVector()
8558 unsigned NOps = N.getNumOperands(); in CreateTopologicalOrder() local8559 Degree[&N] = NOps; in CreateTopologicalOrder()8560 if (0 == NOps) in CreateTopologicalOrder()