Searched refs:CheckChildInteger (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.h | 68 CheckChildInteger, // Fail if child is wrong val. enumerator 123 case CheckChildInteger: in isSimplePredicateNode() 590 : Matcher(CheckChildInteger), ChildNo(childno), Value(value) {} in CheckChildIntegerMatcher() 596 return N->getKind() == CheckChildInteger; in classof()
|
| H A D | DAGISelMatcherEmitter.cpp | 545 case Matcher::CheckChildInteger: { in EmitMatcher() 997 case Matcher::CheckChildInteger: return "OPC_CheckChildInteger"; break; in getOpcodeString()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2753 CheckChildInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckChildInteger() function 2857 Result = !::CheckChildInteger(Table, Index, N, in IsPredicateKnownToFail() 3342 if (!::CheckChildInteger(MatcherTable, MatcherIndex, N, in SelectCodeCommon()
|