comparison src/share/vm/opto/superword.hpp @ 6948:e522a00b91aa

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ after NPG - C++ build works
author Doug Simon <doug.simon@oracle.com>
date Mon, 12 Nov 2012 23:14:12 +0100
parents 8ae8f9dd7099
children ad736b4683b4
comparison
equal deleted inserted replaced
6711:ae13cc658b80 6948:e522a00b91aa
398 // Return the node executed first in pack p. 398 // Return the node executed first in pack p.
399 Node* executed_first(Node_List* p); 399 Node* executed_first(Node_List* p);
400 // Return the node executed last in pack p. 400 // Return the node executed last in pack p.
401 Node* executed_last(Node_List* p); 401 Node* executed_last(Node_List* p);
402 // Alignment within a vector memory reference 402 // Alignment within a vector memory reference
403 int memory_alignment(MemNode* s, int iv_adjust_in_bytes); 403 int memory_alignment(MemNode* s, int iv_adjust);
404 // (Start, end] half-open range defining which operands are vector 404 // (Start, end] half-open range defining which operands are vector
405 void vector_opd_range(Node* n, uint* start, uint* end); 405 void vector_opd_range(Node* n, uint* start, uint* end);
406 // Smallest type containing range of values 406 // Smallest type containing range of values
407 const Type* container_type(Node* n); 407 const Type* container_type(Node* n);
408 // Adjust pre-loop limit so that in main loop, a load/store reference 408 // Adjust pre-loop limit so that in main loop, a load/store reference