Home
last modified time | relevance | path

Searched defs:getNumOperands (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.h215 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
H A DDAGISelMatcher.cpp104 unsigned CheckPredicateMatcher::getNumOperands() const { in getNumOperands() function in CheckPredicateMatcher
H A DCodeGenDAGPatterns.h460 int getNumOperands() const { return NumOperands; } in getNumOperands() function
1027 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DDAGISelMatcher.h1023 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DGlobalISelEmitter.cpp2310 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function in __anon332dbd1e0111::InstructionMatcher
2416 unsigned RuleMatcher::getNumOperands() const { in getNumOperands() function in __anon332dbd1e0111::RuleMatcher
2909 unsigned getNumOperands() const { in getNumOperands() function in __anon332dbd1e0111::RenderComplexPatternOperand
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DUser.h191 unsigned getNumOperands() const { return NumUserOperands; } in getNumOperands() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h95 size_t getNumOperands() const { return 1; } in getNumOperands() function
197 size_t getNumOperands() const { return NumOperands; } in getNumOperands() function
317 size_t getNumOperands() const { return 2; } in getNumOperands() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h234 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInst.h208 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DMCInstrDesc.h228 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h244 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DSLPVectorizer.cpp1325 unsigned getNumOperands() const { return OpsVec.size(); } in getNumOperands() function in llvm::slpvectorizer::BoUpSLP::VLOperands
1705 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h786 unsigned getNumOperands() const override { return 1; } in getNumOperands() function
840 unsigned getNumOperands() const override { return 2; } in getNumOperands() function
896 unsigned getNumOperands() const override { return 3; } in getNumOperands() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h179 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp1114 unsigned NamedMDNode::getNumOperands() const { in getNumOperands() function in NamedMDNode