< prev index next >

src/hotspot/share/opto/matcher.hpp

Print this page

        

@@ -308,11 +308,11 @@
   // should generate this one.
   static const bool match_rule_supported(int opcode);
 
   // identify extra cases that we might want to provide match rules for
   // e.g. Op_ vector nodes and other intrinsics while guarding with vlen and basic type
-  static const bool match_rule_supported_vector(int opcode, int vlen, BasicType bt);
+  static const bool match_rule_supported_vector(int opcode, int vlen, BasicType bt, int meta = 0);
 
   // Some microarchitectures have mask registers used on vectors
   static const bool has_predicated_vectors(void);
 
   // Some uarchs have different sized float register resources
< prev index next >