Home
last modified time | relevance | path

Searched refs:bottom_type (Results 201 – 225 of 829) sorted by relevance

12345678910>>...34

/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dcfgnode.cpp766 const Type* t = x->bottom_type(); in make()
772 const Type* t = x->bottom_type(); in make_blank()
874 } else if (n->bottom_type() == Type::TOP in verify_adr_type()
1753 const Type* phi_type = bottom_type(); in Ideal()
2086 if (ii->is_DecodeNarrowPtr() && ii->bottom_type() == bottom_type()) { in Ideal()
2088 if (ii->in(1)->bottom_type() != Type::TOP) { in Ideal()
2112 assert(ii->bottom_type() == bottom_type(), "sanity"); in Ideal()
2131 progress = new DecodeNNode(new_phi, bottom_type()); in Ideal()
2239 const Type *PCTableNode::bottom_type() const { in bottom_type() function in PCTableNode
2250 return bottom_type(); in Value()
[all …]
H A Dcastnode.hpp133 virtual const Type *bottom_type() const { return TypeRawPtr::BOTTOM; } in bottom_type() function in CastX2PNode
147 virtual const Type *bottom_type() const { return TypeX_X; } in bottom_type() function in CastP2XNode
H A Dlive.cpp338 …assert(!is_derived || check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad derived pointer"… in verify_base_ptrs()
340 assert(check->bottom_type()->is_ptr()->_offset == 0,"Bad base pointer"); in verify_base_ptrs()
346 … check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad base pointer"); in verify_base_ptrs()
349 } else if( check->bottom_type()->is_ptr()->_offset == 0 ) { in verify_base_ptrs()
H A Dmemnode.cpp78 if (adr->bottom_type()->base() == Type::RawPtr || adr->bottom_type()->base() == Type::AnyPtr) { in check_if_adr_maybe_raw()
92 _adr_type = in(Address)->bottom_type()->isa_ptr(); in dump_spec()
889 if (adr->bottom_type()->is_ptr_to_narrowoop()) { in make()
979 if (bottom_type()->make_oopptr() != NULL) { in can_see_arraycopy_value()
1244 const Type* this_type = bottom_type(); in Identity()
1530 const Type* this_type = this->bottom_type(); in split_through_phi()
1991 return value->bottom_type(); in Value()
2038 !value->bottom_type()->higher_equal(_type)) { in Value()
2538 const Type *StoreNode::bottom_type() const { in bottom_type() function in StoreNode
2887 return bottom_type(); in Value()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dcastnode.hpp133 virtual const Type *bottom_type() const { return TypeRawPtr::BOTTOM; } in bottom_type() function in CastX2PNode
147 virtual const Type *bottom_type() const { return TypeX_X; } in bottom_type() function in CastP2XNode
H A Dlive.cpp338 …assert(!is_derived || check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad derived pointer"… in verify_base_ptrs()
340 assert(check->bottom_type()->is_ptr()->_offset == 0,"Bad base pointer"); in verify_base_ptrs()
346 … check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad base pointer"); in verify_base_ptrs()
349 } else if( check->bottom_type()->is_ptr()->_offset == 0 ) { in verify_base_ptrs()
H A Dmemnode.cpp78 if (adr->bottom_type()->base() == Type::RawPtr || adr->bottom_type()->base() == Type::AnyPtr) { in check_if_adr_maybe_raw()
92 _adr_type = in(Address)->bottom_type()->isa_ptr(); in dump_spec()
889 if (adr->bottom_type()->is_ptr_to_narrowoop()) { in make()
979 if (bottom_type()->make_oopptr() != NULL) { in can_see_arraycopy_value()
1244 const Type* this_type = bottom_type(); in Identity()
1530 const Type* this_type = this->bottom_type(); in split_through_phi()
1991 return value->bottom_type(); in Value()
2038 !value->bottom_type()->higher_equal(_type)) { in Value()
2538 const Type *StoreNode::bottom_type() const { in bottom_type() function in StoreNode
2887 return bottom_type(); in Value()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dcastnode.hpp133 virtual const Type *bottom_type() const { return TypeRawPtr::BOTTOM; } in bottom_type() function in CastX2PNode
147 virtual const Type *bottom_type() const { return TypeX_X; } in bottom_type() function in CastP2XNode
H A Dlive.cpp338 …assert(!is_derived || check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad derived pointer"… in verify_base_ptrs()
340 assert(check->bottom_type()->is_ptr()->_offset == 0,"Bad base pointer"); in verify_base_ptrs()
346 … check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad base pointer"); in verify_base_ptrs()
349 } else if( check->bottom_type()->is_ptr()->_offset == 0 ) { in verify_base_ptrs()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dcastnode.hpp133 virtual const Type *bottom_type() const { return TypeRawPtr::BOTTOM; } in bottom_type() function in CastX2PNode
147 virtual const Type *bottom_type() const { return TypeX_X; } in bottom_type() function in CastP2XNode
H A Dlive.cpp338 …assert(!is_derived || check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad derived pointer"… in verify_base_ptrs()
340 assert(check->bottom_type()->is_ptr()->_offset == 0,"Bad base pointer"); in verify_base_ptrs()
346 … check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad base pointer"); in verify_base_ptrs()
349 } else if( check->bottom_type()->is_ptr()->_offset == 0 ) { in verify_base_ptrs()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dcastnode.hpp133 virtual const Type *bottom_type() const { return TypeRawPtr::BOTTOM; } in bottom_type() function in CastX2PNode
147 virtual const Type *bottom_type() const { return TypeX_X; } in bottom_type() function in CastP2XNode
H A Dcfgnode.cpp911 const Type* t = x->bottom_type(); in make()
917 const Type* t = x->bottom_type(); in make_blank()
1019 } else if (n->bottom_type() == Type::TOP in verify_adr_type()
1943 const Type* phi_type = bottom_type(); in Ideal()
2074 const Type* base_type = base->bottom_type(); in Ideal()
2302 if (ii->is_DecodeNarrowPtr() && ii->bottom_type() == bottom_type()) { in Ideal()
2304 if (ii->in(1)->bottom_type() != Type::TOP) { in Ideal()
2328 assert(ii->bottom_type() == bottom_type(), "sanity"); in Ideal()
2455 const Type *PCTableNode::bottom_type() const { in bottom_type() function in PCTableNode
2466 return bottom_type(); in Value()
[all …]
H A Dlive.cpp343 …assert(!is_derived || check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad derived pointer"… in verify_base_ptrs()
345 assert(check->bottom_type()->is_ptr()->_offset == 0,"Bad base pointer"); in verify_base_ptrs()
351 … check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad base pointer"); in verify_base_ptrs()
354 } else if (check->bottom_type()->is_ptr()->_offset == 0) { in verify_base_ptrs()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dmemnode.cpp60 if (adr->bottom_type()->base() == Type::RawPtr || adr->bottom_type()->base() == Type::AnyPtr) { in check_if_adr_maybe_raw()
74 _adr_type = in(Address)->bottom_type()->isa_ptr(); in dump_spec()
951 if (adr->bottom_type()->is_ptr_to_narrowoop()) { in make()
1181 const Type* this_type = bottom_type(); in Identity()
1429 const Type* this_type = this->bottom_type(); in split_through_phi()
1921 return value->bottom_type(); in Value()
1966 !value->bottom_type()->higher_equal(_type)) { in Value()
2454 const Type *StoreNode::bottom_type() const { in bottom_type() function in StoreNode
2796 return bottom_type(); in Value()
3058 return bottom_type(); in Value()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dmemnode.cpp60 if (adr->bottom_type()->base() == Type::RawPtr || adr->bottom_type()->base() == Type::AnyPtr) { in check_if_adr_maybe_raw()
74 _adr_type = in(Address)->bottom_type()->isa_ptr(); in dump_spec()
951 if (adr->bottom_type()->is_ptr_to_narrowoop()) { in make()
1181 const Type* this_type = bottom_type(); in Identity()
1429 const Type* this_type = this->bottom_type(); in split_through_phi()
1921 return value->bottom_type(); in Value()
1966 !value->bottom_type()->higher_equal(_type)) { in Value()
2454 const Type *StoreNode::bottom_type() const { in bottom_type() function in StoreNode
2796 return bottom_type(); in Value()
3058 return bottom_type(); in Value()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dcastnode.hpp146 virtual const Type *bottom_type() const { return TypeRawPtr::BOTTOM; } in bottom_type() function in CastX2PNode
160 virtual const Type *bottom_type() const { return TypeX_X; } in bottom_type() function in CastP2XNode
H A Dlive.cpp343 …assert(!is_derived || check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad derived pointer"… in verify_base_ptrs()
345 assert(check->bottom_type()->is_ptr()->_offset == 0,"Bad base pointer"); in verify_base_ptrs()
351 … check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad base pointer"); in verify_base_ptrs()
354 } else if (check->bottom_type()->is_ptr()->_offset == 0) { in verify_base_ptrs()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/c2/
H A DshenandoahSupport.hpp94 const Type *bottom_type() const;
203 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
218 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
236 virtual const Type* bottom_type() const;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/c2/
H A DshenandoahSupport.hpp94 const Type *bottom_type() const;
203 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
218 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
236 virtual const Type* bottom_type() const;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/c2/
H A DshenandoahSupport.hpp94 const Type *bottom_type() const;
203 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
218 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
240 virtual const Type* bottom_type() const;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/c2/
H A DshenandoahSupport.hpp94 const Type *bottom_type() const;
203 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
218 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
241 virtual const Type* bottom_type() const;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/c2/
H A DshenandoahSupport.hpp94 const Type *bottom_type() const;
205 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
220 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
243 virtual const Type* bottom_type() const;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/c2/
H A DshenandoahSupport.hpp92 const Type *bottom_type() const;
201 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
216 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
239 virtual const Type* bottom_type() const;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/c2/
H A DshenandoahSupport.hpp94 const Type *bottom_type() const;
203 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
218 …), in(MemNode::Address), in(MemNode::ValueIn), in(ExpectedIn), adr_type(), bottom_type(), order()); in Ideal()
241 virtual const Type* bottom_type() const;

12345678910>>...34