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

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 61 SwitchOpcode, // Dispatch based on opcode.
479 : Matcher(SwitchOpcode), Cases(cases, cases+numcases) {}
482 return N->getKind() == SwitchOpcode;
    [all...]
DAGISelMatcherEmitter.cpp 267 case Matcher::SwitchOpcode:
321 "/*SwitchOpcode*/ " : "/*SwitchType*/ ");
755 case Matcher::SwitchOpcode: OS << "OPC_SwitchOpcode"; break;

Completed in 156 milliseconds