Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcher.h66 CheckInteger, // Fail if wrong val. enumerator
133 case CheckInteger: in isSimplePredicateNode()
617 : Matcher(CheckInteger), Value(value) {} in CheckIntegerMatcher()
622 return N->getKind() == CheckInteger; in classof()
DDAGISelMatcherEmitter.cpp375 case Matcher::CheckInteger: { in EmitMatcher()
778 case Matcher::CheckInteger: OS << "OPC_CheckInteger"; break; in EmitHistogram()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2299 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckInteger() function
2314 return ::CheckInteger(MatcherTable, MatcherIndex, N.getOperand(ChildNo)); in CheckChildInteger()
2398 Result = !::CheckInteger(Table, Index, N); in IsPredicateKnownToFail()
2788 if (!::CheckInteger(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()