Searched refs:_adr_type (Results 1 - 9 of 9) sorted by relevance

/openjdk9/hotspot/src/share/vm/opto/
H A Dmemnode.hpp47 const TypePtr* _adr_type; // What kind of memory is being addressed? member in class:MemNode
67 debug_only(_adr_type=at; adr_type();)
72 debug_only(_adr_type=at; adr_type();)
77 debug_only(_adr_type=at; adr_type();)
107 return _adr_type;
807 const TypePtr* _adr_type; // What kind of memory is being addressed? member in class:LoadStoreNode
816 virtual const class TypePtr *adr_type() const { return _adr_type; } // returns bottom_type of address
1143 const TypePtr* _adr_type; member in class:MemBarNode
1151 virtual const class TypePtr *adr_type() const { return _adr_type; }
H A Dcfgnode.hpp121 const TypePtr* const _adr_type; // non-null only for Type::MEMORY nodes. member in class:PhiNode
129 // Size is bigger to hold the _adr_type field.
149 _adr_type(at),
200 virtual const TypePtr *adr_type() const { verify_adr_type(true); return _adr_type; }
H A Dcallnode.hpp334 _adr_type(adr_type)
341 const TypePtr* _adr_type; // What type of memory does this node produce? member in class:SafePointNode
470 virtual const TypePtr *adr_type() const { return _adr_type; }
713 _adr_type = adr_type;
H A Dcfgnode.cpp725 // note that these functions assume that the _adr_type field is flattened
727 const Type* at = _adr_type;
731 return TypeNode::cmp(n) && _adr_type == ((PhiNode&)n)._adr_type;
770 *(const TypePtr**)&mem->_adr_type = adr_type;
851 assert(_adr_type == at || _adr_type == TypePtr::BOTTOM,
879 assert((_type == Type::MEMORY) == (_adr_type != NULL), "adr_type for memory phis only");
883 assert(_adr_type == flatten_phi_adr_type(_adr_type),
[all...]
H A Dmachnode.hpp768 const TypePtr* _adr_type; // memory effects of call or return member in class:MachReturnNode
771 _adr_type = TypePtr::BOTTOM; // the default: all of memory
774 void set_adr_type(const TypePtr* atp) { _adr_type = atp; }
H A Dcompile.hpp185 const TypePtr* _adr_type; // normalized address type member in class:Compile::AliasType
196 const TypePtr* adr_type() const { return _adr_type; }
226 struct AliasCacheEntry { const TypePtr* _adr_type; int _index; }; // simple duple type member in struct:Compile::AliasCacheEntry
H A Dmachnode.cpp627 return _adr_type;
H A Dmemnode.cpp60 DEBUG_ONLY(cross_check = _adr_type);
78 const TypePtr* _adr_type = NULL; local
80 _adr_type = in(Address)->bottom_type()->isa_ptr();
82 dump_adr_type(this, _adr_type, st);
85 if (C->alias_type(_adr_type)->is_volatile()) {
938 ld->_adr_type = adr_type;
2695 _adr_type(at)
2902 _adr_type(C->get_adr_type(alias_idx))
H A Dcompile.cpp1617 _adr_type = at;
1703 if (ace->_adr_type == adr_type) {
1803 ace->_adr_type = adr_type;
1809 if (face->_adr_type == NULL) {
1810 face->_adr_type = flat;
1834 if (ace->_adr_type == adr_type) {

Completed in 199 milliseconds