HomeSort by relevance Sort by last modified time
    Searched defs:CheckComplexPatMatcher (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 649 /// CheckComplexPatMatcher - This node runs the specified ComplexPattern on
651 class CheckComplexPatMatcher : public Matcher {
665 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber,
683 return &cast<CheckComplexPatMatcher>(M)->Pattern == &Pattern &&
684 cast<CheckComplexPatMatcher>(M)->MatchNumber == MatchNumber;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.h 656 /// CheckComplexPatMatcher - This node runs the specified ComplexPattern on
658 class CheckComplexPatMatcher : public Matcher {
672 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber,
693 return &cast<CheckComplexPatMatcher>(M)->Pattern == &Pattern &&
694 cast<CheckComplexPatMatcher>(M)->MatchNumber == MatchNumber;
    [all...]

Completed in 105 milliseconds