Searched refs:ScopeMatcher (Results 1 - 5 of 5) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp33 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) {
198 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) {
262 ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N);
387 Shared->setNext(new ScopeMatcher(EqualMatchers));
482 if (ScopeMatcher *SM = dyn_cast<ScopeMatcher>(PrevMatcher)) {
489 Cases[Entry-1].second = new ScopeMatcher(Entrie
[all...]
H A DDAGISelMatcher.cpp82 ScopeMatcher::~ScopeMatcher() {
108 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
H A DDAGISelEmitter.cpp160 Matcher *TheMatcher = new ScopeMatcher(PatternMatchers);
H A DDAGISelMatcherEmitter.cpp144 const ScopeMatcher *SM = cast<ScopeMatcher>(N);
735 if (const ScopeMatcher *SM = dyn_cast<ScopeMatcher>(M)) {
H A DDAGISelMatcher.h187 /// ScopeMatcher - This attempts to match each of its children to find the first
190 class ScopeMatcher : public Matcher { class in namespace:llvm
193 ScopeMatcher(ArrayRef<Matcher *> children) function in class:llvm::ScopeMatcher
196 virtual ~ScopeMatcher();

Completed in 95 milliseconds