Searched refs:DECLARE_CASE (Results 1 – 2 of 2) sorted by relevance
72 #define DECLARE_CASE(x) case IrOpcode::k##x: return Type##x(node); in TypeNode() macro73 DECLARE_CASE(Start) in TypeNode()74 VALUE_OP_LIST(DECLARE_CASE) in TypeNode()75 #undef DECLARE_CASE in TypeNode()77 #define DECLARE_CASE(x) case IrOpcode::k##x: in TypeNode() macro78 DECLARE_CASE(End) in TypeNode()79 INNER_CONTROL_OP_LIST(DECLARE_CASE) in TypeNode()80 #undef DECLARE_CASE in TypeNode()
62 #define DECLARE_CASE(x) \ in Reduce() macro66 DECLARE_CASE(Branch) in Reduce()67 JS_OP_LIST(DECLARE_CASE) in Reduce()68 #undef DECLARE_CASE in Reduce()