Home
last modified time | relevance | path

Searched refs:getResultIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp1067 Results[ResNo] = Ops[Pattern.getDstPattern().getResultIndex(ResNo)]; in EmitResultCode()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6152 unsigned getResultIndex() const { in getResultIndex() function
6194 getResultIndex()]); in getResultExpr()
6199 getResultIndex()]); in getResultExpr()
6224 !isResultDependent() && (getResultIndex() == I)); in getAssociation()
6235 !isResultDependent() && (getResultIndex() == I)); in getAssociation()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h714 unsigned getResultIndex(unsigned ResNo) const { return ResultPerm[ResNo]; } in getResultIndex() function
H A DCodeGenDAGPatterns.cpp2131 R->setResultIndex(i, getResultIndex(i)); in InlinePatternFragments()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp140 unsigned resultIndex = gse->getResultIndex(); in rebuild()
H A DSemaExprObjC.cpp4589 gse->containsUnexpandedParameterPack(), gse->getResultIndex()); in stripARCUnbridgedCast()
H A DSemaOverload.cpp16119 unsigned ResultIdx = GSE->getResultIndex(); in FixOverloadedFunctionReference()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7402 E->containsUnexpandedParameterPack(), E->getResultIndex()); in VisitGenericSelectionExpr()
7407 E->containsUnexpandedParameterPack(), E->getResultIndex()); in VisitGenericSelectionExpr()