Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2351 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function in __anon8aabd5ea0111::InstructionMatcher
2457 unsigned RuleMatcher::getNumOperands() const { in getNumOperands() function in __anon8aabd5ea0111::RuleMatcher
2956 unsigned getNumOperands() const { in getNumOperands() function in __anon8aabd5ea0111::RenderComplexPatternOperand
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DUser.h191 unsigned getNumOperands() const { return NumUserOperands; } in getNumOperands() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h101 size_t getNumOperands() const { return 1; } in getNumOperands() function
194 size_t getNumOperands() const { return NumOperands; } in getNumOperands() function
301 size_t getNumOperands() const { return 2; } in getNumOperands() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h233 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h250 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DSLPVectorizer.cpp1927 unsigned getNumOperands() const { return OpsVec.size(); } in getNumOperands() function in llvm::slpvectorizer::BoUpSLP::VLOperands
2562 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h815 unsigned getNumOperands() const override { return 1; } in getNumOperands() function
891 unsigned getNumOperands() const override { return 2; } in getNumOperands() function
949 unsigned getNumOperands() const override { return 3; } in getNumOperands() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h179 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h559 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1211 unsigned NamedMDNode::getNumOperands() const { in getNumOperands() function in NamedMDNode