HomeSort by relevance Sort by last modified time
    Searched refs:CheckSame (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/FileCheck/
FileCheck.cpp 76 CheckSame,
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;
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 58 CheckSame, // Fail if not same as prev match.
127 case CheckSame:
382 : Matcher(CheckSame), MatchNumber(matchnumber) {}
387 return N->getKind() == CheckSame;
    [all...]
DAGISelMatcherEmitter.cpp 258 case Matcher::CheckSame:
782 case Matcher::CheckSame: OS << "OPC_CheckSame"; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 470 milliseconds