Searched refs:CheckSame (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/FileCheck/ |
H A D | FileCheck.h | 54 CheckSame, enumerator
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.h | 58 CheckSame, // Fail if not same as prev match. enumerator 123 case CheckSame: in isSimplePredicateNode() 362 : Matcher(CheckSame), MatchNumber(matchnumber) {} in CheckSameMatcher() 367 return N->getKind() == CheckSame; in classof()
|
H A D | DAGISelMatcherEmitter.cpp | 460 case Matcher::CheckSame: in EmitMatcher() 1038 case Matcher::CheckSame: return "OPC_CheckSame"; break; in getOpcodeString()
|
/openbsd/gnu/llvm/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 1664 case Check::CheckSame: in getDescription() 1759 return ConsumeModifiers(Check::CheckSame); in FindCheckType() 2017 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in readCheckFile() 2331 if (CheckSame(SM, SkippedRegion)) { in Check() 2386 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() function in FileCheckString 2387 if (Pat.getCheckTy() != Check::CheckSame) in CheckSame()
|
H A D | FileCheckImpl.h | 892 bool CheckSame(const SourceMgr &SM, StringRef Buffer) const;
|
/openbsd/gnu/llvm/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 354 case Check::CheckSame: in GetCheckTypeAbbreviation()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 2549 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, in CheckSame() function 2564 return ::CheckSame(MatcherTable, MatcherIndex, N.getOperand(ChildNo), in CheckChildSame() 2710 Result = !::CheckSame(Table, Index, N, RecordedNodes); in IsPredicateKnownToFail() 3119 if (!::CheckSame(MatcherTable, MatcherIndex, N, RecordedNodes)) break; in SelectCodeCommon()
|