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.h54 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.cpp1511 case Check::CheckSame: in getDescription()
1606 return ConsumeModifiers(Check::CheckSame); in FindCheckType()
1917 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in readCheckFile()
2231 if (CheckSame(SM, SkippedRegion)) { in Check()
2286 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() function in FileCheckString
2287 if (Pat.getCheckTy() != Check::CheckSame) in CheckSame()
H A DFileCheckImpl.h853 bool CheckSame(const SourceMgr &SM, StringRef Buffer) const;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp519 case Matcher::CheckSame: in EmitMatcher()
1220 case Matcher::CheckSame: in getOpcodeString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2813 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, in CheckSame() function
2828 return ::CheckSame(MatcherTable, MatcherIndex, N.getOperand(ChildNo), in CheckChildSame()
2987 Result = !::CheckSame(Table, Index, N, RecordedNodes); in IsPredicateKnownToFail()
3494 if (!::CheckSame(MatcherTable, MatcherIndex, N, RecordedNodes)) break; in SelectCodeCommon()