Lines Matching defs:Opcode
60 CheckOpcode, // Fail if not opcode.
61 SwitchOpcode, // Dispatch based on opcode.
448 /// specified opcode, if not it fails to match.
450 const SDNodeInfo &Opcode;
452 CheckOpcodeMatcher(const SDNodeInfo &opcode)
453 : Matcher(CheckOpcode), Opcode(opcode) {}
455 const SDNodeInfo &getOpcode() const { return Opcode; }
470 /// SwitchOpcodeMatcher - Switch based on the current node's opcode, dispatching
471 opcode. If the opcode doesn't match any of the cases,