Lines Matching refs:cache_slot_ref
3847 ir_ref ref, if_ref, cache_result, function_result, phi_result, cache_slot_ref; in zend_jit_jmp_frameless() local
3851 cache_slot_ref = ir_ADD_OFFSET(ir_LOAD_A(jit_EX(run_time_cache)), opline->extended_value); in zend_jit_jmp_frameless()
3852 cache_result = ir_LOAD_L(cache_slot_ref); in zend_jit_jmp_frameless()
3860 cache_slot_ref); in zend_jit_jmp_frameless()
8712 ir_ref if_func, cache_slot_ref, ref; local
8715 cache_slot_ref = ir_ADD_OFFSET(ir_LOAD_A(jit_EX(run_time_cache)), opline->result.num);
8716 func_ref = ir_LOAD_A(cache_slot_ref);
8732 ir_STORE(cache_slot_ref, ref);
8740 cache_slot_ref);
8744 cache_slot_ref);
8748 cache_slot_ref);
11135 ir_ref cache_slot_ref, idx_ref, num_used_ref, bucket_ref, ref, ref2; local
11140 cache_slot_ref = ir_ADD_OFFSET(ir_LOAD_A(jit_EX(run_time_cache)), opline->extended_value);
11141 idx_ref = ir_SUB_A(ir_LOAD_A(cache_slot_ref), ir_CONST_ADDR(1));
11176 cache_slot_ref);