Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp2323 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function in __anon612774070111::InstructionMatcher
2429 unsigned RuleMatcher::getNumOperands() const { in getNumOperands() function in __anon612774070111::RuleMatcher
2922 unsigned getNumOperands() const { in getNumOperands() function in __anon612774070111::RenderComplexPatternOperand
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h191 unsigned getNumOperands() const { return NumUserOperands; } in getNumOperands() function
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h234 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h249 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DSLPVectorizer.cpp1329 unsigned getNumOperands() const { return OpsVec.size(); } in getNumOperands() function in llvm::slpvectorizer::BoUpSLP::VLOperands
1711 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h179 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h544 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1120 unsigned NamedMDNode::getNumOperands() const { in getNumOperands() function in NamedMDNode