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

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h71 CheckAndImm, enumerator in enum:llvm::Matcher::KindTy
137 case CheckAndImm:
766 : Matcher(CheckAndImm), Value(value) {}
771 return N->getKind() == CheckAndImm;
H A DDAGISelMatcherEmitter.cpp418 case Matcher::CheckAndImm: {
783 case Matcher::CheckAndImm: OS << "OPC_CheckAndImm"; break;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2318 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2409 Result = !::CheckAndImm(Table, Index, N, SDISel);
2797 if (!::CheckAndImm(MatcherTable, MatcherIndex, N, *this)) break;

Completed in 83 milliseconds