Searched refs:CheckInteger (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.h | 67 CheckInteger, // Fail if wrong val. enumerator 122 case CheckInteger: in isSimplePredicateNode() 567 : Matcher(CheckInteger), Value(value) {} in CheckIntegerMatcher() 572 return N->getKind() == CheckInteger; in classof()
|
| H A D | DAGISelMatcherEmitter.cpp | 539 case Matcher::CheckInteger: { in EmitMatcher() 996 case Matcher::CheckInteger: return "OPC_CheckInteger"; break; in getOpcodeString()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2742 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckInteger() function 2757 return ::CheckInteger(MatcherTable, MatcherIndex, N.getOperand(ChildNo)); in CheckChildInteger() 2850 Result = !::CheckInteger(Table, Index, N); in IsPredicateKnownToFail() 3337 if (!::CheckInteger(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()
|