HomeSort by: relevance | last modified time | path
    Searched refs:SwitchOpcode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcher.h 63 SwitchOpcode, // Dispatch based on opcode.
477 : Matcher(SwitchOpcode), Cases(cases.begin(), cases.end()) {}
481 return N->getKind() == SwitchOpcode;
DAGISelMatcherEmitter.cpp 279 // SwitchOpcode and SwitchType have their kind, a series of child size +
281 case Matcher::SwitchOpcode:
509 case Matcher::SwitchOpcode:
545 "/*SwitchOpcode*/ " : "/*SwitchType*/ ");
1048 case Matcher::SwitchOpcode: return "OPC_SwitchOpcode"; break;

Completed in 21 milliseconds