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

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 604 /// CheckCondCodeMatcher - This checks to see if the current node is a
606 class CheckCondCodeMatcher : public Matcher {
609 CheckCondCodeMatcher(StringRef condcodename)
621 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.h 605 /// CheckCondCodeMatcher - This checks to see if the current node is a
607 class CheckCondCodeMatcher : public Matcher {
610 CheckCondCodeMatcher(StringRef condcodename)
624 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName;
    [all...]

Completed in 285 milliseconds