Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h75 CheckInteger, // Fail if wrong val. enumerator
141 case CheckInteger: in isSimplePredicateNode()
598 CheckIntegerMatcher(int64_t value) : Matcher(CheckInteger), Value(value) {} in CheckIntegerMatcher()
602 static bool classof(const Matcher *N) { return N->getKind() == CheckInteger; } in classof()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp674 case Matcher::CheckInteger: { in EmitMatcher()
1238 case Matcher::CheckInteger: in getOpcodeString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2924 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckInteger() function
2941 return ::CheckInteger(MatcherTable, MatcherIndex, N.getOperand(ChildNo)); in CheckChildInteger()
3100 Result = !::CheckInteger(Table, Index, N); in IsPredicateKnownToFail()
3720 if (!::CheckInteger(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()