< prev index next >

src/share/vm/opto/matcher.hpp

Print this page

        

@@ -267,10 +267,13 @@
   // predicate (if there is one) true?
   // NOTE: If this function is used more commonly in the future, ADLC
   // should generate this one.
   static const bool match_rule_supported(int opcode);
 
+  // Some uarchs have different sized float register resources
+  static const int float_pressure_scale(void);
+
   // Used to determine if we have fast l2f conversion
   // USII has it, USIII doesn't
   static const bool convL2FSupported(void);
 
   // Vector width in bytes
< prev index next >