Home
last modified time | relevance | path

Searched refs:SwitchOpcode (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h71 SwitchOpcode, // Dispatch based on opcode. enumerator
501 : Matcher(SwitchOpcode), Cases(std::move(cases)) {} in SwitchOpcodeMatcher()
504 static bool classof(const Matcher *N) { return N->getKind() == SwitchOpcode; } in classof()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp327 case Matcher::SwitchOpcode: in SizeMatcher()
575 case Matcher::SwitchOpcode: in EmitMatcher()
1230 case Matcher::SwitchOpcode: in getOpcodeString()