Searched refs:is_vect (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp87 bool is_vect = RegMask::is_vector(ireg); local
90 || is_vect // or vector
91 || !is_vect && o_mask->is_aligned_pairs()) ) {
92 assert(!is_vect || o_mask->is_aligned_sets(num_regs), "vectors are aligned");
986 bool is_vect = RegMask::is_vector(def->ideal_reg()); local
998 !is_vect && umask.is_misaligned_pair())) {
1150 bool is_vect = RegMask::is_vector(ireg); local
1153 (((dmask.is_bound(ireg) || !is_vect && dmask.is_misaligned_pair()) &&
H A Dvectornode.hpp47 const TypeVect* vect_type() const { return type()->is_vect(); }
363 const TypeVect* vect_type() const { return type()->is_vect(); }
388 const TypeVect* vect_type() const { return in(MemNode::ValueIn)->bottom_type()->is_vect(); }
H A Dchaitin.cpp820 bool is_vect = RegMask::is_vector(kreg); local
822 is_vect || kreg == Op_RegD,
833 if (is_vect) {
839 if (!is_vect && lrg.num_regs() == 2 && !lrg._fat_proj && rm.is_misaligned_pair()) {
845 if (!is_vect && !n->is_SpillCopy() &&
H A Dtype.hpp236 const TypeVect *is_vect() const; // Vector
1204 inline const TypeVect *Type::is_vect() const {
H A Dtype.cpp2003 const TypeVect* v = t->is_vect();
2024 const TypeVect *v = t->is_vect();

Completed in 582 milliseconds