Searched refs:NOps (Results 1 – 5 of 5) sorted by relevance
55 unsigned NOps = ProfData->getNumOperands(); in isTargetMD() local56 if (NOps < MinOps) in isTargetMD()72 unsigned NOps = ProfileData->getNumOperands(); in extractFromBranchWeightMD() local74 assert(WeightsIdx < NOps && "Weights Index must be less than NOps."); in extractFromBranchWeightMD()75 Weights.resize(NOps - WeightsIdx); in extractFromBranchWeightMD()77 for (unsigned Idx = WeightsIdx, E = NOps; Idx != E; ++Idx) { in extractFromBranchWeightMD()
1412 const unsigned NOps = MD->getNumOperands(); in getValueProfDataFromInst() local1419 ValueData.reserve((NOps - 3) / 2); in getValueProfDataFromInst()1420 for (unsigned I = 3; I < NOps; I += 2) { in getValueProfDataFromInst()
488 unsigned NOps = N->getNumOperands(); in SelectBuildVector() local489 for (unsigned i = 0; i < NOps; i++) { in SelectBuildVector()500 if (NOps != NumVectorElts) { in SelectBuildVector()502 assert(N->getOpcode() == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in SelectBuildVector()505 for (unsigned i = NOps; i < NumVectorElts; ++i) { in SelectBuildVector()
1256 unsigned NOps = MI->getNumOperands(); in PrintDebugValueComment() local1257 assert(NOps == 4); in PrintDebugValueComment()1274 printOperand(MI, NOps - 2, OS); in PrintDebugValueComment()
12192 unsigned NOps = N.getNumOperands(); in CreateTopologicalOrder() local12193 Degree[&N] = NOps; in CreateTopologicalOrder()12194 if (0 == NOps) in CreateTopologicalOrder()