Searched refs:CheckInteger (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.h | 67 CheckInteger, // Fail if wrong val. enumerator 130 case CheckInteger: in isSimplePredicateNode() 578 : Matcher(CheckInteger), Value(value) {} in CheckIntegerMatcher() 583 return N->getKind() == CheckInteger; in classof()
|
| H A D | DAGISelMatcherEmitter.cpp | 588 case Matcher::CheckInteger: { in EmitMatcher() 1048 case Matcher::CheckInteger: return "OPC_CheckInteger"; break; in getOpcodeString()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2648 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckInteger() function 2665 return ::CheckInteger(MatcherTable, MatcherIndex, N.getOperand(ChildNo)); in CheckChildInteger() 2761 Result = !::CheckInteger(Table, Index, N); in IsPredicateKnownToFail() 3269 if (!::CheckInteger(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()
|