Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h69 CheckCondCode, // Fail if not condcode. enumerator
124 case CheckCondCode: in isSimplePredicateNode()
614 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
619 return N->getKind() == CheckCondCode; in classof()
H A DDAGISelMatcherEmitter.cpp553 case Matcher::CheckCondCode: in EmitMatcher()
998 case Matcher::CheckCondCode: return "OPC_CheckCondCode"; break; in getOpcodeString()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2724 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckCondCode() function
2843 Result = !::CheckCondCode(Table, Index, N); in IsPredicateKnownToFail()
3329 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()