Searched refs:align_to_ref (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp275 MemNode* align_to_ref() { return _align_to_ref; } function in class:SuperWord
409 // to align_to_ref will be a position zero in the vector.
410 void align_initial_loop_index(MemNode* align_to_ref);
H A Dsuperword.cpp176 // assigned relative to the reference "align_to_ref"
211 // Set alignment relative to "align_to_ref" for all related memory operations.
1354 align_initial_loop_index(align_to_ref());
1978 // to align_to_ref will be a position zero in the vector.
1980 void SuperWord::align_initial_loop_index(MemNode* align_to_ref) { argument
1998 SWPointer align_to_ref_p(align_to_ref, this);
2052 int vw = vector_width_in_bytes(align_to_ref);

Completed in 39 milliseconds