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

  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 296 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) {
313 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N)) {
346 OS << (isa<SwitchOpcodeMatcher>(N) ?
353 if (const SwitchOpcodeMatcher *SOM = dyn_cast<SwitchOpcodeMatcher>(N))
372 OS << (isa<SwitchOpcodeMatcher>(N) ?
752 } else if (const SwitchOpcodeMatcher *SOM =
753 dyn_cast<SwitchOpcodeMatcher>(M))
    [all...]
DAGISelMatcher.cpp 87 SwitchOpcodeMatcher::~SwitchOpcodeMatcher() {
163 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
DAGISelMatcher.h 501 /// SwitchOpcodeMatcher - Switch based on the current node's opcode, dispatching
505 class SwitchOpcodeMatcher : public Matcher {
508 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases)
510 ~SwitchOpcodeMatcher() override;
    [all...]
DAGISelMatcherOpt.cpp 462 MatcherPtr.reset(new SwitchOpcodeMatcher(Cases));

Completed in 54 milliseconds