Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineValueMap.h68 inline unsigned getNumOperands() const { return operands.size(); } in getNumOperands() function
H A DAffineOps.h485 unsigned getNumOperands() { return opEnd - opStart; } in getNumOperands() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenTarget.h214 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
H A DDAGISelMatcher.cpp104 unsigned CheckPredicateMatcher::getNumOperands() const { in getNumOperands() function in CheckPredicateMatcher
H A DCodeGenDAGPatterns.h465 int getNumOperands() const { return NumOperands; } in getNumOperands() function
1035 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.cpp2350 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function in __anoncee47b830111::InstructionMatcher
2456 unsigned RuleMatcher::getNumOperands() const { in getNumOperands() function in __anoncee47b830111::RuleMatcher
2949 unsigned getNumOperands() const { in getNumOperands() function in __anoncee47b830111::RenderComplexPatternOperand
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DLLVMIRIntrinsicGen.cpp130 unsigned getNumOperands() const { in getNumOperands() function in __anon725579a20111::LLVMIntrinsic
H A DOpPythonBindingGen.cpp418 static int getNumOperands(const Operator &op) { return op.getNumOperands(); } in getNumOperands() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DUser.h191 unsigned getNumOperands() const { return NumUserOperands; } in getNumOperands() function
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h152 int getNumOperands() const { return operands.size(); } in getNumOperands() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h106 size_t getNumOperands() const { return 1; } in getNumOperands() function
199 size_t getNumOperands() const { return NumOperands; } in getNumOperands() function
309 size_t getNumOperands() const { return 2; } in getNumOperands() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h233 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInst.h208 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DMCInstrDesc.h230 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h256 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DSLPVectorizer.cpp1765 unsigned getNumOperands() const { return OpsVec.size(); } in getNumOperands() function in llvm::slpvectorizer::BoUpSLP::VLOperands
2373 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperation.h263 unsigned getNumOperands() { in getNumOperands() function
H A DOpDefinition.h333 unsigned getNumOperands() { return this->getOperation()->getNumOperands(); } in getNumOperands() function
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h814 unsigned getNumOperands() const override { return 1; } in getNumOperands() function
868 unsigned getNumOperands() const override { return 2; } in getNumOperands() function
924 unsigned getNumOperands() const override { return 3; } in getNumOperands() function
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h179 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DInstruction.h559 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp1211 unsigned NamedMDNode::getNumOperands() const { in getNumOperands() function in NamedMDNode