Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcher.h69 CheckCondCode, // Fail if not condcode. enumerator
132 case CheckCondCode: in isSimplePredicateNode()
625 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
630 return N->getKind() == CheckCondCode; in classof()
H A DDAGISelMatcherEmitter.cpp603 case Matcher::CheckCondCode: in EmitMatcher()
1050 case Matcher::CheckCondCode: return "OPC_CheckCondCode"; break; in getOpcodeString()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2611 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckCondCode() function
2622 return ::CheckCondCode(MatcherTable, MatcherIndex, N.getOperand(2)); in CheckChild2CondCode()
2751 Result = !::CheckCondCode(Table, Index, N); in IsPredicateKnownToFail()
3258 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()