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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h66 CheckCondCode, // Fail if not condcode. enumerator in enum:llvm::Matcher::KindTy
133 case CheckCondCode:
612 : Matcher(CheckCondCode), CondCodeName(condcodename) {}
617 return N->getKind() == CheckCondCode;
H A DDAGISelMatcherEmitter.cpp372 case Matcher::CheckCondCode:
761 case Matcher::CheckCondCode: OS << "OPC_CheckCondCode"; break;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2070 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex,
2166 Result = !::CheckCondCode(Table, Index, N);
2536 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break;

Completed in 218 milliseconds