Searched refs:CheckInteger (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.h | 75 CheckInteger, // Fail if wrong val. enumerator 141 case CheckInteger: in isSimplePredicateNode() 611 : Matcher(CheckInteger), Value(value) {} in CheckIntegerMatcher() 616 return N->getKind() == CheckInteger; in classof()
|
| H A D | DAGISelMatcherEmitter.cpp | 680 case Matcher::CheckInteger: { in EmitMatcher() 1237 case Matcher::CheckInteger: in getOpcodeString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2790 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckInteger() function 2807 return ::CheckInteger(MatcherTable, MatcherIndex, N.getOperand(ChildNo)); in CheckChildInteger() 2966 Result = !::CheckInteger(Table, Index, N); in IsPredicateKnownToFail() 3577 if (!::CheckInteger(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()
|