Home
last modified time | relevance | path

Searched refs:CheckSame (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h55 CheckSame, enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h66 CheckSame, // Fail if not same as prev match. enumerator
134 case CheckSame: in isSimplePredicateNode()
385 : Matcher(CheckSame), MatchNumber(matchnumber) {} in CheckSameMatcher()
389 static bool classof(const Matcher *N) { return N->getKind() == CheckSame; } in classof()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1551 case Check::CheckSame: in getDescription()
1646 return ConsumeModifiers(Check::CheckSame); in FindCheckType()
1954 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in readCheckFile()
2268 if (CheckSame(SM, SkippedRegion)) { in Check()
2323 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() function in FileCheckString
2324 if (Pat.getCheckTy() != Check::CheckSame) in CheckSame()
H A DFileCheckImpl.h880 bool CheckSame(const SourceMgr &SM, StringRef Buffer) const;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp523 case Matcher::CheckSame: in EmitMatcher()
1276 case Matcher::CheckSame: in getOpcodeString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2870 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, in CheckSame() function
2885 return ::CheckSame(MatcherTable, MatcherIndex, N.getOperand(ChildNo), in CheckChildSame()
3043 Result = !::CheckSame(Table, Index, N, RecordedNodes); in IsPredicateKnownToFail()
3554 if (!::CheckSame(MatcherTable, MatcherIndex, N, RecordedNodes)) break; in SelectCodeCommon()