Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h51 CheckSame, enumerator
231 bool CheckSame(const SourceMgr &SM, StringRef Buffer) const;
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp595 case Check::CheckSame: in getDescription()
646 return {Check::CheckSame, Rest}; in FindCheckType()
846 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in ReadCheckFile()
1073 if (CheckSame(SM, SkippedRegion)) { in Check()
1136 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() function in FileCheckString
1137 if (Pat.getCheckTy() != Check::CheckSame) in CheckSame()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h58 CheckSame, // Fail if not same as prev match. enumerator
115 case CheckSame: in isSimplePredicateNode()
351 : Matcher(CheckSame), MatchNumber(matchnumber) {} in CheckSameMatcher()
356 return N->getKind() == CheckSame; in classof()
H A DDAGISelMatcherEmitter.cpp390 case Matcher::CheckSame: in EmitMatcher()
986 case Matcher::CheckSame: return "OPC_CheckSame"; break; in getOpcodeString()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2660 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckSame() function
2677 return ::CheckSame(MatcherTable, MatcherIndex, N.getOperand(ChildNo), in CheckChildSame()
2802 Result = !::CheckSame(Table, Index, N, RecordedNodes); in IsPredicateKnownToFail()
3190 if (!::CheckSame(MatcherTable, MatcherIndex, N, RecordedNodes)) break; in SelectCodeCommon()