Searched defs:CheckSame (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/FileCheck/
H A DFileCheck.cpp76 CheckSame, enumerator in enum:Check::CheckType
622 /// CheckSame - Verify there is no newline in the given buffer.
623 bool CheckSame(const SourceMgr &SM, StringRef Buffer) const;
688 case Check::CheckSame:
722 return Check::CheckSame;
928 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame) &&
1063 if (CheckSame(SM, SkippedRegion))
1114 bool CheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { function in class:CheckString
1115 if (CheckTy != Check::CheckSame)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2328 /// CheckSame - Implements OP_CheckSame.
2330 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2335 assert(RecNo < RecordedNodes.size() && "Invalid CheckSame");
2347 return ::CheckSame(MatcherTable, MatcherIndex, N.getOperand(ChildNo),
2472 Result = !::CheckSame(Table, Index, N, RecordedNodes);
2824 if (!::CheckSame(MatcherTable, MatcherIndex, N, RecordedNodes)) break;
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h58 CheckSame, // Fail if not same as prev match. enumerator in enum:llvm::Matcher::KindTy
127 case CheckSame:
382 : Matcher(CheckSame), MatchNumber(matchnumber) {}
387 return N->getKind() == CheckSame;

Completed in 297 milliseconds