Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h246 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
H A DDAGISelMatcher.cpp103 unsigned CheckPredicateMatcher::getNumOperands() const { in getNumOperands() function in CheckPredicateMatcher
H A DCodeGenDAGPatterns.h455 int getNumOperands() const { return NumOperands; } in getNumOperands() function
1030 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DDAGISelMatcher.h1038 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h191 unsigned getNumOperands() const { return NumUserOperands; } in getNumOperands() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h90 uint64_t getNumOperands() const { return Operands.size(); } in getNumOperands() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h119 size_t getNumOperands() const { return 1; } getNumOperands() function
212 size_t getNumOperands() const { return NumOperands; } getNumOperands() function
319 size_t getNumOperands() const { return 2; } getNumOperands() function
/freebsd/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/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h235 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h251 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DSLPVectorizer.cpp2166 unsigned getNumOperands() const { return OpsVec.size(); } getNumOperands() function in llvm::slpvectorizer::BoUpSLP::VLOperands
3043 unsigned getNumOperands() const { return Operands.size(); } getNumOperands() function
[all...]
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h179 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h559 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h384 virtual unsigned getNumOperands() const { in getNumOperands() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1775 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
2154 unsigned getNumOperands() const { in getNumOperands() function
H A DGlobalISelMatchTable.cpp690 unsigned RuleMatcher::getNumOperands() const { in getNumOperands() function in llvm::gi::RuleMatcher
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1378 unsigned NamedMDNode::getNumOperands() const { in getNumOperands() function in NamedMDNode