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 62 SwitchOpcode, // Dispatch based on opcode.
508 : Matcher(SwitchOpcode), Cases(cases.begin(), cases.end()) {}
512 return N->getKind() == SwitchOpcode;
    [all...]
DAGISelMatcherEmitter.cpp 273 case Matcher::SwitchOpcode:
329 "/*SwitchOpcode*/ " : "/*SwitchType*/ ");
774 case Matcher::SwitchOpcode: OS << "OPC_SwitchOpcode"; break;

Completed in 79 milliseconds