Searched defs:CheckAndImm (Results 1 - 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h72 CheckAndImm, enumerator in enum:llvm::Matcher::KindTy
126 case CheckAndImm:
694 : Matcher(CheckAndImm), Value(value) {}
699 return N->getKind() == CheckAndImm;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1911 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
1986 Result = !::CheckAndImm(Table, Index, N, SDISel);
2353 if (!::CheckAndImm(MatcherTable, MatcherIndex, N, *this)) break;
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelMatcher.h68 CheckAndImm, enumerator in enum:llvm::Matcher::KindTy
134 case CheckAndImm:
707 : Matcher(CheckAndImm), Value(value) {}
712 return N->getKind() == CheckAndImm;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2568 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2662 Result = !::CheckAndImm(Table, Index, N, SDISel);
3114 if (!::CheckAndImm(MatcherTable, MatcherIndex, N, *this)) break;

Completed in 160 milliseconds