Home | History | Annotate | Download | only in TableGen

Lines Matching defs:SwitchOpcodeMatcher

500 /// SwitchOpcodeMatcher - Switch based on the current node's opcode, dispatching
504 class SwitchOpcodeMatcher : public Matcher {
507 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases)
509 virtual ~SwitchOpcodeMatcher();