Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h77 CheckCondCode, // Fail if not condcode. enumerator
143 case CheckCondCode: in isSimplePredicateNode()
645 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
650 return N->getKind() == CheckCondCode; in classof()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp689 case Matcher::CheckCondCode: in EmitMatcher()
1242 case Matcher::CheckCondCode: in getOpcodeString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2886 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckCondCode() function
2897 return ::CheckCondCode(MatcherTable, MatcherIndex, N.getOperand(2)); in CheckChild2CondCode()
3090 Result = !::CheckCondCode(Table, Index, N); in IsPredicateKnownToFail()
3709 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()