Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h229 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
H A DDAGISelMatcher.cpp106 unsigned CheckPredicateMatcher::getNumOperands() const { in getNumOperands() function in CheckPredicateMatcher
H A DCodeGenDAGPatterns.h458 int getNumOperands() const { return NumOperands; } in getNumOperands() function
1042 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DGlobalISelMatchTable.h1744 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
2118 unsigned getNumOperands() const { in getNumOperands() function
H A DDAGISelMatcher.h1055 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DGlobalISelMatchTable.cpp690 unsigned RuleMatcher::getNumOperands() const { in getNumOperands() function in llvm::gi::RuleMatcher
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h191 unsigned getNumOperands() const { return NumUserOperands; } in getNumOperands() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h90 uint64_t getNumOperands() const { return Operands.size(); } in getNumOperands() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h118 size_t getNumOperands() const { return 1; } in getNumOperands() function
211 size_t getNumOperands() const { return NumOperands; } in getNumOperands() function
318 size_t getNumOperands() const { return 2; } in getNumOperands() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h208 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DMCInstrDesc.h237 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h235 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h253 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DSLPVectorizer.cpp1943 unsigned getNumOperands() const { return OpsVec.size(); } in getNumOperands() function in llvm::slpvectorizer::BoUpSLP::VLOperands
2663 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h877 unsigned getNumOperands() const override { return 1; } in getNumOperands() function
958 unsigned getNumOperands() const override { return 2; } in getNumOperands() function
1027 unsigned getNumOperands() const override { return 3; } in getNumOperands() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h179 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h559 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1369 unsigned NamedMDNode::getNumOperands() const { in getNumOperands() function in NamedMDNode