Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1009 unsigned NOps = MD->getNumOperands(); in getValueProfDataFromInst() local
1011 if (NOps < 5) in getValueProfDataFromInst()
1037 for (unsigned I = 3; I < NOps; I += 2) { in getValueProfDataFromInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp789 unsigned NOps = MI->getNumOperands(); in PrintDebugValueComment() local
790 assert(NOps == 4); in PrintDebugValueComment()
807 printOperand(MI, NOps - 2, OS); in PrintDebugValueComment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp671 unsigned NOps = N->getNumOperands(); in SelectBuildVector() local
672 for (unsigned i = 0; i < NOps; i++) { in SelectBuildVector()
683 if (NOps != NumVectorElts) { in SelectBuildVector()
685 assert(N->getOpcode() == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in SelectBuildVector()
688 for (unsigned i = NOps; i < NumVectorElts; ++i) { in SelectBuildVector()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9198 unsigned NOps = N.getNumOperands(); in CreateTopologicalOrder() local
9199 Degree[&N] = NOps; in CreateTopologicalOrder()
9200 if (0 == NOps) in CreateTopologicalOrder()