Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcher.h69 CheckCondCode, // Fail if not condcode. enumerator
136 case CheckCondCode: in isSimplePredicateNode()
671 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
676 return N->getKind() == CheckCondCode; in classof()
DDAGISelMatcherEmitter.cpp389 case Matcher::CheckCondCode: in EmitMatcher()
780 case Matcher::CheckCondCode: OS << "OPC_CheckCondCode"; break; in EmitHistogram()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2412 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckCondCode() function
2524 Result = !::CheckCondCode(Table, Index, N); in IsPredicateKnownToFail()
2955 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()