Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h81 CheckAndImm, enumerator
146 case CheckAndImm: in isSimplePredicateNode()
753 CheckAndImmMatcher(int64_t value) : Matcher(CheckAndImm), Value(value) {} in CheckAndImmMatcher()
757 static bool classof(const Matcher *N) { return N->getKind() == CheckAndImm; } in classof()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp728 case Matcher::CheckAndImm: { in EmitMatcher()
1250 case Matcher::CheckAndImm: in getOpcodeString()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2945 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckAndImm() function
3111 Result = !::CheckAndImm(Table, Index, N, SDISel); in IsPredicateKnownToFail()
3729 if (!::CheckAndImm(MatcherTable, MatcherIndex, N, *this)) break; in SelectCodeCommon()