Searched refs:CheckCondCode (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h68 CheckCondCode, // Fail if not condcode. enumerator in enum:llvm::Matcher::KindTy
135 case CheckCondCode:
670 : Matcher(CheckCondCode), CondCodeName(condcodename) {}
675 return N->getKind() == CheckCondCode;
H A DDAGISelMatcherEmitter.cpp389 case Matcher::CheckCondCode:
780 case Matcher::CheckCondCode: OS << "OPC_CheckCondCode"; break;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2281 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2392 Result = !::CheckCondCode(Table, Index, N);
2781 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break;

Completed in 62 milliseconds