Searched refs:NOps (Results 1 – 5 of 5) sorted by relevance
58 unsigned NOps = ProfData->getNumOperands(); in isTargetMD() local59 if (NOps < MinOps) in isTargetMD()75 unsigned NOps = ProfileData->getNumOperands(); in extractFromBranchWeightMD() local77 assert(WeightsIdx < NOps && "Weights Index must be less than NOps."); in extractFromBranchWeightMD()78 Weights.resize(NOps - WeightsIdx); in extractFromBranchWeightMD()80 for (unsigned Idx = WeightsIdx, E = NOps; Idx != E; ++Idx) { in extractFromBranchWeightMD()
1359 const unsigned NOps = MD->getNumOperands(); in getValueProfDataFromInst() local1366 ValueData.reserve((NOps - 3) / 2); in getValueProfDataFromInst()1367 for (unsigned I = 3; I < NOps; I += 2) { in getValueProfDataFromInst()
465 unsigned NOps = N->getNumOperands(); in SelectBuildVector() local466 for (unsigned i = 0; i < NOps; i++) { in SelectBuildVector()477 if (NOps != NumVectorElts) { in SelectBuildVector()479 assert(N->getOpcode() == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in SelectBuildVector()482 for (unsigned i = NOps; i < NumVectorElts; ++i) { in SelectBuildVector()
1145 unsigned NOps = MI->getNumOperands(); in PrintDebugValueComment() local1146 assert(NOps == 4); in PrintDebugValueComment()1163 printOperand(MI, NOps - 2, OS); in PrintDebugValueComment()
11611 unsigned NOps = N.getNumOperands(); in CreateTopologicalOrder() local11612 Degree[&N] = NOps; in CreateTopologicalOrder()11613 if (0 == NOps) in CreateTopologicalOrder()