Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenTarget.h205 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
H A DDAGISelMatcher.cpp105 unsigned CheckPredicateMatcher::getNumOperands() const { in getNumOperands() function in CheckPredicateMatcher
H A DCodeGenDAGPatterns.h455 int getNumOperands() const { return NumOperands; } in getNumOperands() function
1019 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
H A DGlobalISelEmitter.cpp1613 unsigned getNumOperands() const { return I->Operands.size(); } in getNumOperands() function in __anon7e76e5f80111::InstructionOpcodeMatcher
1921 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function in __anon7e76e5f80111::InstructionMatcher
2014 unsigned RuleMatcher::getNumOperands() const { in getNumOperands() function in __anon7e76e5f80111::RuleMatcher
2416 unsigned getNumOperands() const { in getNumOperands() function in __anon7e76e5f80111::RenderComplexPatternOperand
H A DDAGISelMatcher.h955 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DUser.h192 unsigned getNumOperands() const { return NumUserOperands; } in getNumOperands() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h162 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h232 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h211 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h779 unsigned getNumOperands() const override { return 1; } in getNumOperands() function
831 unsigned getNumOperands() const override { return 2; } in getNumOperands() function
887 unsigned getNumOperands() const override { return 3; } in getNumOperands() function
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h180 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h150 size_t getNumOperands() const { return NumOperands; } in getNumOperands() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DMetadata.cpp1077 unsigned NamedMDNode::getNumOperands() const { in getNumOperands() function in NamedMDNode