Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h54 CheckSame, enumerator
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcher.h58 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 DDAGISelMatcherEmitter.cpp460 case Matcher::CheckSame: in EmitMatcher()
1038 case Matcher::CheckSame: return "OPC_CheckSame"; break; in getOpcodeString()
/openbsd/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1664 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 DFileCheckImpl.h892 bool CheckSame(const SourceMgr &SM, StringRef Buffer) const;
/openbsd/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp354 case Check::CheckSame: in GetCheckTypeAbbreviation()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2549 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()