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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h72 CheckAndImm, enumerator in enum:llvm::Matcher::KindTy
129 case CheckAndImm:
724 : Matcher(CheckAndImm), Value(value) {}
729 return N->getKind() == CheckAndImm;
H A DDAGISelMatcherEmitter.cpp586 case Matcher::CheckAndImm: {
1024 case Matcher::CheckAndImm: return "OPC_CheckAndImm"; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2596 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2699 Result = !::CheckAndImm(Table, Index, N, SDISel);
3189 if (!::CheckAndImm(MatcherTable, MatcherIndex, N, *this)) break;

Completed in 54 milliseconds