Searched defs:vect_type (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dvectornode.hpp47 const TypeVect* vect_type() const { return type()->is_vect(); } function in class:VectorNode
48 uint length() const { return vect_type()->length(); } // Vector length
49 uint length_in_bytes() const { return vect_type()->length_in_bytes(); }
53 virtual uint ideal_reg() const { return Matcher::vector_ideal_reg(vect_type()->length_in_bytes()); }
315 virtual uint ideal_reg() const { return Matcher::vector_shift_count_ideal_reg(vect_type()->length_in_bytes()); }
324 virtual uint ideal_reg() const { return Matcher::vector_shift_count_ideal_reg(vect_type()->length_in_bytes()); }
363 const TypeVect* vect_type() const { return type()->is_vect(); } function in class:LoadVectorNode
364 uint length() const { return vect_type()->length(); } // Vector length
370 virtual int memory_size() const { return vect_type()->length_in_bytes(); }
388 const TypeVect* vect_type() cons function in class:StoreVectorNode
[all...]

Completed in 32 milliseconds