Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h77 CheckCondCode, // Fail if not condcode. enumerator
143 case CheckCondCode: in isSimplePredicateNode()
658 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
663 return N->getKind() == CheckCondCode; in classof()
H A DDAGISelMatcherEmitter.cpp695 case Matcher::CheckCondCode: in EmitMatcher()
1241 case Matcher::CheckCondCode: in getOpcodeString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2752 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckCondCode() function
2763 return ::CheckCondCode(MatcherTable, MatcherIndex, N.getOperand(2)); in CheckChild2CondCode()
2956 Result = !::CheckCondCode(Table, Index, N); in IsPredicateKnownToFail()
3566 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()