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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcher.h 69 CheckCondCode, // Fail if not condcode.
132 case CheckCondCode:
625 : Matcher(CheckCondCode), CondCodeName(condcodename) {}
630 return N->getKind() == CheckCondCode;
DAGISelMatcherEmitter.cpp 607 case Matcher::CheckCondCode:
1054 case Matcher::CheckCondCode: return "OPC_CheckCondCode"; break;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 2589 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex,
2600 return ::CheckCondCode(MatcherTable, MatcherIndex, N.getOperand(2));
2729 Result = !::CheckCondCode(Table, Index, N);
3224 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break;

Completed in 57 milliseconds