/llvm-project/mlir/include/mlir/Dialect/Affine/IR/ |
H A D | AffineValueMap.h | 74 inline unsigned getNumOperands() const { return operands.size(); } in getNumOperands() function
|
H A D | AffineOps.h | 516 unsigned getNumOperands() { return operands.size(); } in getNumOperands() function
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenTarget.h | 246 unsigned getNumOperands() const { return NumOperands; } getNumOperands() function
|
H A D | DAGISelMatcher.cpp | 103 unsigned CheckPredicateMatcher::getNumOperands() const { in getNumOperands() function in CheckPredicateMatcher
|
H A D | CodeGenDAGPatterns.h | 455 int getNumOperands() const { return NumOperands; } getNumOperands() function 1030 unsigned getNumOperands() const { return Operands.size(); } getNumOperands() function
|
H A D | DAGISelMatcher.h | 1038 unsigned getNumOperands() const { return Operands.size(); } getNumOperands() function
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | LLVMIRIntrinsicGen.cpp | 130 unsigned getNumOperands() const { getNumOperands() function in __anon968026a50111::LLVMIntrinsic
|
H A D | OpPythonBindingGen.cpp | 419 static int getNumOperands(const Operator &op) { return op.getNumOperands(); } getNumOperands() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | User.h | 191 unsigned getNumOperands() const { return NumUserOperands; } getNumOperands() function
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFExpression.h | 90 uint64_t getNumOperands() const { return Operands.size(); } in getNumOperands() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 118 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
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Operator.h | 214 int getNumOperands() const { return operands.size(); } getNumOperands() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterBankInfo.h | 235 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInst.h | 208 unsigned getNumOperands() const { return Operands.size(); } getNumOperands() function
|
H A D | MCInstrDesc.h | 237 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanValue.h | 252 unsigned getNumOperands() const { return Operands.size(); } getNumOperands() function
|
H A D | SLPVectorizer.cpp | 2145 unsigned getNumOperands() const { return OpsVec.size(); } getNumOperands() function in llvm::slpvectorizer::BoUpSLP::VLOperands 3019 unsigned getNumOperands() const { return Operands.size(); } getNumOperands() function [all...] |
/llvm-project/mlir/include/mlir/IR/ |
H A D | Operation.h | 341 unsigned getNumOperands() { getNumOperands() function
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 877 unsigned getNumOperands() const override { return 1; } getNumOperands() function 958 unsigned getNumOperands() const override { return 2; } getNumOperands() function 1027 unsigned getNumOperands() const override { return 3; } getNumOperands() function
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 179 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
|
/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 559 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.h | 1775 unsigned getNumOperands() const { return Operands.size(); } getNumOperands() function 2154 unsigned getNumOperands() const { getNumOperands() function
|
H A D | GlobalISelMatchTable.cpp | 690 unsigned RuleMatcher::getNumOperands() const { getNumOperands() function in llvm::gi::RuleMatcher
|
/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1377 unsigned NamedMDNode::getNumOperands() const { getNumOperands() function in NamedMDNode [all...] |