Searched refs:CheckSame (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FileCheck.h | 51 CheckSame, enumerator 231 bool CheckSame(const SourceMgr &SM, StringRef Buffer) const;
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | FileCheck.cpp | 595 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 D | DAGISelMatcher.h | 58 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 D | DAGISelMatcherEmitter.cpp | 390 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 D | SelectionDAGISel.cpp | 2660 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()
|