HomeSort by: relevance | last modified time | path
    Searched refs:CheckPatternPredicate (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 260 /// CheckPatternPredicate - This function is generated by tblgen in the
264 virtual bool CheckPatternPredicate(unsigned PredNo) const {
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcher.h 60 CheckPatternPredicate,
125 case CheckPatternPredicate:
409 : Matcher(CheckPatternPredicate), Predicate(predicate) {}
414 return N->getKind() == CheckPatternPredicate;
DAGISelMatcherEmitter.cpp 475 case Matcher::CheckPatternPredicate: {
918 "CheckPatternPredicate(unsigned PredNo) const", true/*AddOverride*/);
1044 case Matcher::CheckPatternPredicate:
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 2546 /// CheckPatternPredicate - Implements OP_CheckPatternPredicate.
2548 CheckPatternPredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex,
2550 return SDISel.CheckPatternPredicate(MatcherTable[MatcherIndex++]);
2698 Result = !::CheckPatternPredicate(Table, Index, SDISel);
3096 if (!::CheckPatternPredicate(MatcherTable, MatcherIndex, *this)) break;

Completed in 28 milliseconds