Searched refs:base2reg (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmultnode.cpp133 return Matcher::base2reg[bottom_type()->base()];
H A Dmatcher.hpp126 static const int base2reg[]; // Map Types to machine register types member in class:Matcher
H A Dmachnode.hpp250 virtual uint ideal_reg() const { const Type *t = _opnds[0]->type(); return t == TypeInt::CC ? Op_RegFlags : Matcher::base2reg[t->base()]; }
501 virtual uint ideal_reg() const { return Matcher::base2reg[_type->base()]; }
H A Dcallnode.cpp87 uint ideal_reg = Matcher::base2reg[t->base()];
135 return Matcher::base2reg[t->base()];
634 uint ideal_reg = Matcher::base2reg[tf()->range()->field_at(TypeFunc::Parms)->base()];
H A Dreg_split.cpp1208 uint def_ideal_reg = Matcher::base2reg[n->bottom_type()->base()];
H A Dnode.cpp2101 return Matcher::base2reg[_type->base()];
H A Dcfgnode.cpp1994 uint ideal_reg = Matcher::base2reg[_type->base()];
H A Dmatcher.cpp201 int ireg = base2reg[range->field_at(TypeFunc::Parms)->base()];
H A Dmemnode.cpp867 return Matcher::base2reg[_type->base()];
2590 return Matcher::base2reg[_type->base()];
H A Dtype.cpp837 assert( Matcher::base2reg[Type::lastype - 1] == 0, "did not update array");

Completed in 1713 milliseconds