Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcher.h66 CheckCondCode, // Fail if not condcode. enumerator
133 case CheckCondCode: in isSimplePredicateNode()
612 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
617 return N->getKind() == CheckCondCode; in classof()
DDAGISelMatcherEmitter.cpp372 case Matcher::CheckCondCode: in EmitMatcher()
760 case Matcher::CheckCondCode: OS << "OPC_CheckCondCode"; break; in EmitHistogram()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2061 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckCondCode() function
2157 Result = !::CheckCondCode(Table, Index, N); in IsPredicateKnownToFail()
2527 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()