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 63 SwitchOpcode, // Dispatch based on opcode.
509 : Matcher(SwitchOpcode), Cases(cases.begin(), cases.end()) {}
513 return N->getKind() == SwitchOpcode;
    [all...]
DAGISelMatcherEmitter.cpp 291 case Matcher::SwitchOpcode:
347 "/*SwitchOpcode*/ " : "/*SwitchType*/ ");
788 case Matcher::SwitchOpcode: OS << "OPC_SwitchOpcode"; break;

Completed in 39 milliseconds