Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcher.h67 CheckInteger, // Fail if wrong val. enumerator
134 case CheckInteger: in isSimplePredicateNode()
618 : Matcher(CheckInteger), Value(value) {} in CheckIntegerMatcher()
623 return N->getKind() == CheckInteger; in classof()
DDAGISelMatcherEmitter.cpp393 case Matcher::CheckInteger: { in EmitMatcher()
792 case Matcher::CheckInteger: OS << "OPC_CheckInteger"; break; in EmitHistogram()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2412 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckInteger() function
2427 return ::CheckInteger(MatcherTable, MatcherIndex, N.getOperand(ChildNo)); in CheckChildInteger()
2514 Result = !::CheckInteger(Table, Index, N); in IsPredicateKnownToFail()
2950 if (!::CheckInteger(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()