HomeSort by relevance Sort by last modified time
    Searched refs:ScopeMatcher (Results 1 - 5 of 5) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 32 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) {
190 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) {
254 ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N);
379 Shared->setNext(new ScopeMatcher(&EqualMatchers[0], EqualMatchers.size()));
474 if (ScopeMatcher *SM = dyn_cast<ScopeMatcher>(PrevMatcher)) {
481 Cases[Entry-1].second = new ScopeMatcher(Entries, 2)
    [all...]
DAGISelMatcher.cpp 82 ScopeMatcher::~ScopeMatcher() {
99 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
DAGISelEmitter.cpp 160 Matcher *TheMatcher = new ScopeMatcher(&PatternMatchers[0],
DAGISelMatcherEmitter.cpp 144 const ScopeMatcher *SM = cast<ScopeMatcher>(N);
718 if (const ScopeMatcher *SM = dyn_cast<ScopeMatcher>(M)) {
DAGISelMatcher.h 183 /// ScopeMatcher - This attempts to match each of its children to find the first
186 class ScopeMatcher : public Matcher {
189 ScopeMatcher(Matcher *const *children, unsigned numchildren)
192 virtual ~ScopeMatcher();
    [all...]

Completed in 25 milliseconds