Home
last modified time | relevance | path

Searched refs:basic_plus_adr (Results 1 – 25 of 146) sorted by relevance

123456

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dmacro.hpp45 Node* basic_plus_adr(Node* base, int offset) { in basic_plus_adr() function in PhaseMacroExpand
46 return (offset == 0)? base: basic_plus_adr(base, MakeConX(offset)); in basic_plus_adr()
48 Node* basic_plus_adr(Node* base, Node* ptr, int offset) { in basic_plus_adr() function in PhaseMacroExpand
49 return (offset == 0)? ptr: basic_plus_adr(base, ptr, MakeConX(offset)); in basic_plus_adr()
51 Node* basic_plus_adr(Node* base, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
52 return basic_plus_adr(base, base, offset); in basic_plus_adr()
54 Node* basic_plus_adr(Node* base, Node* ptr, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
H A DgenerateOptoStub.cpp88 Node* adr_last_Java_pc = basic_plus_adr(top(), in gen_stub()
93 Node* adr_flags = basic_plus_adr(top(), in gen_stub()
105 Node *adr_sp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_sp_offset())); in gen_stub()
106 Node *last_sp = basic_plus_adr(top(), frameptr(), (intptr_t) STACK_BIAS); in gen_stub()
234 …Node* adr_last_Java_fp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_fp_offset())… in gen_stub()
242 Node* adr = basic_plus_adr(top(), thread, in_bytes(JavaThread::vm_result_offset())); in gen_stub()
251 Node* adr = basic_plus_adr(top(), thread, in_bytes(Thread::pending_exception_offset())); in gen_stub()
H A DparseHelper.cpp157 Node* p = basic_plus_adr( ary, ary, klass_offset ); in array_store_check()
225 Node *p2 = basic_plus_adr(array_klass, array_klass, element_klass_offset); in array_store_check()
249 Node* adr_node = basic_plus_adr(kls, kls, init_thread_offset); in emit_guard_for_new()
257 adr_node = basic_plus_adr(kls, kls, init_state_offset); in emit_guard_for_new()
380 Node* adr_iic_node = basic_plus_adr(counters_node, counters_node, in increment_and_test_invocation_counter()
404 Node* ptr = basic_plus_adr(mdo, mdo, offset); in method_data_addressing()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dmacro.hpp45 Node* basic_plus_adr(Node* base, int offset) { in basic_plus_adr() function in PhaseMacroExpand
46 return (offset == 0)? base: basic_plus_adr(base, MakeConX(offset)); in basic_plus_adr()
48 Node* basic_plus_adr(Node* base, Node* ptr, int offset) { in basic_plus_adr() function in PhaseMacroExpand
49 return (offset == 0)? ptr: basic_plus_adr(base, ptr, MakeConX(offset)); in basic_plus_adr()
51 Node* basic_plus_adr(Node* base, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
52 return basic_plus_adr(base, base, offset); in basic_plus_adr()
54 Node* basic_plus_adr(Node* base, Node* ptr, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
H A DgenerateOptoStub.cpp88 Node* adr_last_Java_pc = basic_plus_adr(top(), in gen_stub()
93 Node* adr_flags = basic_plus_adr(top(), in gen_stub()
105 Node *adr_sp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_sp_offset())); in gen_stub()
106 Node *last_sp = basic_plus_adr(top(), frameptr(), (intptr_t) STACK_BIAS); in gen_stub()
234 …Node* adr_last_Java_fp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_fp_offset())… in gen_stub()
242 Node* adr = basic_plus_adr(top(), thread, in_bytes(JavaThread::vm_result_offset())); in gen_stub()
251 Node* adr = basic_plus_adr(top(), thread, in_bytes(Thread::pending_exception_offset())); in gen_stub()
H A DparseHelper.cpp157 Node* p = basic_plus_adr( ary, ary, klass_offset ); in array_store_check()
225 Node *p2 = basic_plus_adr(array_klass, array_klass, element_klass_offset); in array_store_check()
249 Node* adr_node = basic_plus_adr(kls, kls, init_thread_offset); in emit_guard_for_new()
257 adr_node = basic_plus_adr(kls, kls, init_state_offset); in emit_guard_for_new()
380 Node* adr_iic_node = basic_plus_adr(counters_node, counters_node, in increment_and_test_invocation_counter()
404 Node* ptr = basic_plus_adr(mdo, mdo, offset); in method_data_addressing()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dmacro.hpp42 Node* basic_plus_adr(Node* base, int offset) { in basic_plus_adr() function in PhaseMacroExpand
43 return (offset == 0)? base: basic_plus_adr(base, MakeConX(offset)); in basic_plus_adr()
45 Node* basic_plus_adr(Node* base, Node* ptr, int offset) { in basic_plus_adr() function in PhaseMacroExpand
46 return (offset == 0)? ptr: basic_plus_adr(base, ptr, MakeConX(offset)); in basic_plus_adr()
48 Node* basic_plus_adr(Node* base, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
49 return basic_plus_adr(base, base, offset); in basic_plus_adr()
51 Node* basic_plus_adr(Node* base, Node* ptr, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
H A DgenerateOptoStub.cpp91 Node* adr_last_Java_pc = basic_plus_adr(top(), in gen_stub()
96 Node* adr_flags = basic_plus_adr(top(), in gen_stub()
108 Node *adr_sp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_sp_offset())); in gen_stub()
109 Node *last_sp = basic_plus_adr(top(), frameptr(), (intptr_t) STACK_BIAS); in gen_stub()
238 …Node* adr_last_Java_fp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_fp_offset())… in gen_stub()
246 Node* adr = basic_plus_adr(top(), thread, in_bytes(JavaThread::vm_result_offset())); in gen_stub()
255 Node* adr = basic_plus_adr(top(), thread, in_bytes(Thread::pending_exception_offset())); in gen_stub()
H A DparseHelper.cpp160 Node* p = basic_plus_adr( ary, ary, klass_offset ); in array_store_check()
228 Node *p2 = basic_plus_adr(array_klass, array_klass, element_klass_offset); in array_store_check()
252 Node* adr_node = basic_plus_adr(kls, kls, init_thread_offset); in emit_guard_for_new()
260 adr_node = basic_plus_adr(kls, kls, init_state_offset); in emit_guard_for_new()
383 Node* adr_iic_node = basic_plus_adr(counters_node, counters_node, in increment_and_test_invocation_counter()
407 Node* ptr = basic_plus_adr(mdo, mdo, offset); in method_data_addressing()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dmacro.hpp42 Node* basic_plus_adr(Node* base, int offset) { in basic_plus_adr() function in PhaseMacroExpand
43 return (offset == 0)? base: basic_plus_adr(base, MakeConX(offset)); in basic_plus_adr()
45 Node* basic_plus_adr(Node* base, Node* ptr, int offset) { in basic_plus_adr() function in PhaseMacroExpand
46 return (offset == 0)? ptr: basic_plus_adr(base, ptr, MakeConX(offset)); in basic_plus_adr()
48 Node* basic_plus_adr(Node* base, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
49 return basic_plus_adr(base, base, offset); in basic_plus_adr()
51 Node* basic_plus_adr(Node* base, Node* ptr, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
H A DgenerateOptoStub.cpp91 Node* adr_last_Java_pc = basic_plus_adr(top(), in gen_stub()
96 Node* adr_flags = basic_plus_adr(top(), in gen_stub()
108 Node *adr_sp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_sp_offset())); in gen_stub()
109 Node *last_sp = basic_plus_adr(top(), frameptr(), (intptr_t) STACK_BIAS); in gen_stub()
238 …Node* adr_last_Java_fp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_fp_offset())… in gen_stub()
246 Node* adr = basic_plus_adr(top(), thread, in_bytes(JavaThread::vm_result_offset())); in gen_stub()
255 Node* adr = basic_plus_adr(top(), thread, in_bytes(Thread::pending_exception_offset())); in gen_stub()
H A DparseHelper.cpp160 Node* p = basic_plus_adr( ary, ary, klass_offset ); in array_store_check()
228 Node *p2 = basic_plus_adr(array_klass, array_klass, element_klass_offset); in array_store_check()
252 Node* adr_node = basic_plus_adr(kls, kls, init_thread_offset); in emit_guard_for_new()
260 adr_node = basic_plus_adr(kls, kls, init_state_offset); in emit_guard_for_new()
383 Node* adr_iic_node = basic_plus_adr(counters_node, counters_node, in increment_and_test_invocation_counter()
407 Node* ptr = basic_plus_adr(mdo, mdo, offset); in method_data_addressing()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dmacro.hpp42 Node* basic_plus_adr(Node* base, int offset) { in basic_plus_adr() function in PhaseMacroExpand
43 return (offset == 0)? base: basic_plus_adr(base, MakeConX(offset)); in basic_plus_adr()
45 Node* basic_plus_adr(Node* base, Node* ptr, int offset) { in basic_plus_adr() function in PhaseMacroExpand
46 return (offset == 0)? ptr: basic_plus_adr(base, ptr, MakeConX(offset)); in basic_plus_adr()
48 Node* basic_plus_adr(Node* base, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
49 return basic_plus_adr(base, base, offset); in basic_plus_adr()
51 Node* basic_plus_adr(Node* base, Node* ptr, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
H A DgenerateOptoStub.cpp91 Node* adr_last_Java_pc = basic_plus_adr(top(), in gen_stub()
96 Node* adr_flags = basic_plus_adr(top(), in gen_stub()
108 Node *adr_sp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_sp_offset())); in gen_stub()
109 Node *last_sp = basic_plus_adr(top(), frameptr(), (intptr_t) STACK_BIAS); in gen_stub()
238 …Node* adr_last_Java_fp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_fp_offset())… in gen_stub()
246 Node* adr = basic_plus_adr(top(), thread, in_bytes(JavaThread::vm_result_offset())); in gen_stub()
255 Node* adr = basic_plus_adr(top(), thread, in_bytes(Thread::pending_exception_offset())); in gen_stub()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DgenerateOptoStub.cpp91 Node* adr_last_Java_pc = basic_plus_adr(top(), in gen_stub()
96 Node* adr_flags = basic_plus_adr(top(), in gen_stub()
108 Node *adr_sp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_sp_offset())); in gen_stub()
109 Node *last_sp = basic_plus_adr(top(), frameptr(), (intptr_t) STACK_BIAS); in gen_stub()
238 …Node* adr_last_Java_fp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_fp_offset())… in gen_stub()
246 Node* adr = basic_plus_adr(top(), thread, in_bytes(JavaThread::vm_result_offset())); in gen_stub()
255 Node* adr = basic_plus_adr(top(), thread, in_bytes(Thread::pending_exception_offset())); in gen_stub()
H A Dmacro.hpp42 Node* basic_plus_adr(Node* base, int offset) { in basic_plus_adr() function in PhaseMacroExpand
43 return (offset == 0)? base: basic_plus_adr(base, MakeConX(offset)); in basic_plus_adr()
45 Node* basic_plus_adr(Node* base, Node* ptr, int offset) { in basic_plus_adr() function in PhaseMacroExpand
46 return (offset == 0)? ptr: basic_plus_adr(base, ptr, MakeConX(offset)); in basic_plus_adr()
48 Node* basic_plus_adr(Node* base, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
49 return basic_plus_adr(base, base, offset); in basic_plus_adr()
51 Node* basic_plus_adr(Node* base, Node* ptr, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
H A DparseHelper.cpp157 Node* p = basic_plus_adr( ary, ary, klass_offset ); in array_store_check()
225 Node *p2 = basic_plus_adr(array_klass, array_klass, element_klass_offset); in array_store_check()
249 Node* adr_node = basic_plus_adr(kls, kls, init_thread_offset); in emit_guard_for_new()
257 adr_node = basic_plus_adr(kls, kls, init_state_offset); in emit_guard_for_new()
380 Node* adr_iic_node = basic_plus_adr(counters_node, counters_node, in increment_and_test_invocation_counter()
404 Node* ptr = basic_plus_adr(mdo, mdo, offset); in method_data_addressing()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dmacro.hpp43 Node* basic_plus_adr(Node* base, int offset) { in basic_plus_adr() function in PhaseMacroExpand
44 return (offset == 0)? base: basic_plus_adr(base, MakeConX(offset)); in basic_plus_adr()
46 Node* basic_plus_adr(Node* base, Node* ptr, int offset) { in basic_plus_adr() function in PhaseMacroExpand
47 return (offset == 0)? ptr: basic_plus_adr(base, ptr, MakeConX(offset)); in basic_plus_adr()
49 Node* basic_plus_adr(Node* base, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
50 return basic_plus_adr(base, base, offset); in basic_plus_adr()
52 Node* basic_plus_adr(Node* base, Node* ptr, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
H A DgenerateOptoStub.cpp92 Node* adr_last_Java_pc = basic_plus_adr(top(), in gen_stub()
102 Node *adr_sp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_sp_offset())); in gen_stub()
228 …Node* adr_last_Java_fp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_fp_offset())… in gen_stub()
236 Node* adr = basic_plus_adr(top(), thread, in_bytes(JavaThread::vm_result_offset())); in gen_stub()
245 Node* adr = basic_plus_adr(top(), thread, in_bytes(Thread::pending_exception_offset())); in gen_stub()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dmacro.hpp43 Node* basic_plus_adr(Node* base, int offset) { in basic_plus_adr() function in PhaseMacroExpand
44 return (offset == 0)? base: basic_plus_adr(base, MakeConX(offset)); in basic_plus_adr()
46 Node* basic_plus_adr(Node* base, Node* ptr, int offset) { in basic_plus_adr() function in PhaseMacroExpand
47 return (offset == 0)? ptr: basic_plus_adr(base, ptr, MakeConX(offset)); in basic_plus_adr()
49 Node* basic_plus_adr(Node* base, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
50 return basic_plus_adr(base, base, offset); in basic_plus_adr()
52 Node* basic_plus_adr(Node* base, Node* ptr, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
H A DgenerateOptoStub.cpp91 Node* adr_last_Java_pc = basic_plus_adr(top(), in gen_stub()
101 Node *adr_sp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_sp_offset())); in gen_stub()
228 …Node* adr_last_Java_fp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_fp_offset())… in gen_stub()
236 Node* adr = basic_plus_adr(top(), thread, in_bytes(JavaThread::vm_result_offset())); in gen_stub()
245 Node* adr = basic_plus_adr(top(), thread, in_bytes(Thread::pending_exception_offset())); in gen_stub()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dmacro.hpp42 Node* basic_plus_adr(Node* base, int offset) { in basic_plus_adr() function in PhaseMacroExpand
43 return (offset == 0)? base: basic_plus_adr(base, MakeConX(offset)); in basic_plus_adr()
45 Node* basic_plus_adr(Node* base, Node* ptr, int offset) { in basic_plus_adr() function in PhaseMacroExpand
46 return (offset == 0)? ptr: basic_plus_adr(base, ptr, MakeConX(offset)); in basic_plus_adr()
48 Node* basic_plus_adr(Node* base, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
49 return basic_plus_adr(base, base, offset); in basic_plus_adr()
51 Node* basic_plus_adr(Node* base, Node* ptr, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
H A DgenerateOptoStub.cpp91 Node* adr_last_Java_pc = basic_plus_adr(top(), in gen_stub()
96 Node* adr_flags = basic_plus_adr(top(), in gen_stub()
108 Node *adr_sp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_sp_offset())); in gen_stub()
109 Node *last_sp = basic_plus_adr(top(), frameptr(), (intptr_t) STACK_BIAS); in gen_stub()
238 …Node* adr_last_Java_fp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_fp_offset())… in gen_stub()
246 Node* adr = basic_plus_adr(top(), thread, in_bytes(JavaThread::vm_result_offset())); in gen_stub()
255 Node* adr = basic_plus_adr(top(), thread, in_bytes(Thread::pending_exception_offset())); in gen_stub()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dmacro.hpp43 Node* basic_plus_adr(Node* base, int offset) { in basic_plus_adr() function in PhaseMacroExpand
44 return (offset == 0)? base: basic_plus_adr(base, MakeConX(offset)); in basic_plus_adr()
46 Node* basic_plus_adr(Node* base, Node* ptr, int offset) { in basic_plus_adr() function in PhaseMacroExpand
47 return (offset == 0)? ptr: basic_plus_adr(base, ptr, MakeConX(offset)); in basic_plus_adr()
49 Node* basic_plus_adr(Node* base, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
50 return basic_plus_adr(base, base, offset); in basic_plus_adr()
52 Node* basic_plus_adr(Node* base, Node* ptr, Node* offset) { in basic_plus_adr() function in PhaseMacroExpand
H A DgenerateOptoStub.cpp91 Node* adr_last_Java_pc = basic_plus_adr(top(), in gen_stub()
101 Node *adr_sp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_sp_offset())); in gen_stub()
228 …Node* adr_last_Java_fp = basic_plus_adr(top(), thread, in_bytes(JavaThread::last_Java_fp_offset())… in gen_stub()
236 Node* adr = basic_plus_adr(top(), thread, in_bytes(JavaThread::vm_result_offset())); in gen_stub()
245 Node* adr = basic_plus_adr(top(), thread, in_bytes(Thread::pending_exception_offset())); in gen_stub()

123456