Searched refs:CheckInteger (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 592 case Matcher::CheckInteger: { in EmitMatcher() 1052 case Matcher::CheckInteger: return "OPC_CheckInteger"; break; in getOpcodeString()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2640 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckInteger() function 2657 return ::CheckInteger(MatcherTable, MatcherIndex, N.getOperand(ChildNo)); in CheckChildInteger() 2753 Result = !::CheckInteger(Table, Index, N); in IsPredicateKnownToFail() 3252 if (!::CheckInteger(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()
|