Searched refs:CheckCondCode (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | DAGISelMatcher.h | 77 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 D | DAGISelMatcherEmitter.cpp | 712 case Matcher::CheckCondCode: in EmitMatcher() 1298 case Matcher::CheckCondCode: in getOpcodeString()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2943 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckCondCode() function 2954 return ::CheckCondCode(MatcherTable, MatcherIndex, N.getOperand(2)); in CheckChild2CondCode() 3145 Result = !::CheckCondCode(Table, Index, N); in IsPredicateKnownToFail() 3766 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()
|