OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
80
ScopeMatcher
::~
ScopeMatcher
() {
97
void
ScopeMatcher
::printImpl(raw_ostream &OS, unsigned indent) const {
DAGISelEmitter.cpp
148
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
184
///
ScopeMatcher
- This attempts to match each of its children to find the first
187
class
ScopeMatcher
: public Matcher {
190
ScopeMatcher
(Matcher *const *children, unsigned numchildren)
193
virtual ~
ScopeMatcher
();
[
all
...]
Completed in 41 milliseconds