Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp57 unsigned NOps = ProfData->getNumOperands(); in isTargetMD() local
58 if (NOps < MinOps) in isTargetMD()
107 unsigned NOps = ProfileData->getNumOperands(); in extractFromBranchWeightMD() local
108 assert(WeightsIdx < NOps && "Weights Index must be less than NOps."); in extractFromBranchWeightMD()
109 Weights.resize(NOps - WeightsIdx); in extractFromBranchWeightMD()
111 for (unsigned Idx = WeightsIdx, E = NOps; Idx != E; ++Idx) { in extractFromBranchWeightMD()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1219 unsigned NOps = MD->getNumOperands(); in getValueProfDataFromInst() local
1221 if (NOps < 5) in getValueProfDataFromInst()
1247 for (unsigned I = 3; I < NOps; I += 2) { in getValueProfDataFromInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1026 unsigned NOps = MI->getNumOperands(); in PrintDebugValueComment() local
1027 assert(NOps == 4); in PrintDebugValueComment()
1044 printOperand(MI, NOps - 2, OS); in PrintDebugValueComment()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp458 unsigned NOps = N->getNumOperands(); in SelectBuildVector() local
459 for (unsigned i = 0; i < NOps; i++) { in SelectBuildVector()
470 if (NOps != NumVectorElts) { in SelectBuildVector()
472 assert(N->getOpcode() == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in SelectBuildVector()
475 for (unsigned i = NOps; i < NumVectorElts; ++i) { in SelectBuildVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11274 unsigned NOps = N.getNumOperands(); in CreateTopologicalOrder() local
11275 Degree[&N] = NOps; in CreateTopologicalOrder()
11276 if (0 == NOps) in CreateTopologicalOrder()