Home
last modified time | relevance | path

Searched refs:getNumMIResults (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp589 CurOp += Child.getNumMIResults(CGP); in EmitMatcherCode()
636 for (unsigned i = 0; i < N.getNumMIResults(CGP); ++i) in EmitResultOfNamedOperand()
656 for (unsigned i = 0; i < N.getNumMIResults(CGP); ++i) in EmitResultOfNamedOperand()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h797 unsigned getNumMIResults(const CodeGenDAGPatterns &CGP) const;
H A DCodeGenDAGPatterns.cpp2435 unsigned TreePatternNode::getNumMIResults(const CodeGenDAGPatterns &CGP) const { in getNumMIResults() function in TreePatternNode
2733 if (Child->getNumMIResults(CDP) < NumArgs) { in ApplyTypeConstraints()