Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h54 CheckSame, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h66 CheckSame, // Fail if not same as prev match. enumerator
134 case CheckSame: in isSimplePredicateNode()
393 : Matcher(CheckSame), MatchNumber(matchnumber) {} in CheckSameMatcher()
398 return N->getKind() == CheckSame; in classof()
H A DDAGISelMatcherEmitter.cpp524 case Matcher::CheckSame: in EmitMatcher()
1219 case Matcher::CheckSame: in getOpcodeString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1509 case Check::CheckSame: in getDescription()
1604 return ConsumeModifiers(Check::CheckSame); in FindCheckType()
1915 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in readCheckFile()
2229 if (CheckSame(SM, SkippedRegion)) { in Check()
2284 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() function in FileCheckString
2285 if (Pat.getCheckTy() != Check::CheckSame) in CheckSame()
H A DFileCheckImpl.h853 bool CheckSame(const SourceMgr &SM, StringRef Buffer) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2679 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, in CheckSame() function
2694 return ::CheckSame(MatcherTable, MatcherIndex, N.getOperand(ChildNo), in CheckChildSame()
2853 Result = !::CheckSame(Table, Index, N, RecordedNodes); in IsPredicateKnownToFail()
3351 if (!::CheckSame(MatcherTable, MatcherIndex, N, RecordedNodes)) break; in SelectCodeCommon()