Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcher.h69 CheckCondCode, // Fail if not condcode. enumerator
124 case CheckCondCode: in isSimplePredicateNode()
610 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
615 return N->getKind() == CheckCondCode; in classof()
DDAGISelMatcherEmitter.cpp414 case Matcher::CheckCondCode: in EmitMatcher()
799 case Matcher::CheckCondCode: OS << "OPC_CheckCondCode"; break; in EmitHistogram()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2551 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckCondCode() function
2562 return ::CheckCondCode(MatcherTable, MatcherIndex, N.getOperand(2)); in CheckChild2CondCode()
2678 Result = !::CheckCondCode(Table, Index, N); in IsPredicateKnownToFail()
3169 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2531 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckCondCode() function
2644 Result = !::CheckCondCode(Table, Index, N); in IsPredicateKnownToFail()
3097 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()