Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcher.h68 CheckCondCode, // Fail if not condcode. enumerator
135 case CheckCondCode: in isSimplePredicateNode()
670 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
675 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.cpp2281 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckCondCode() function
2392 Result = !::CheckCondCode(Table, Index, N); in IsPredicateKnownToFail()
2781 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()