Lines Matching refs:cache_slot_ref
3854 ir_ref ref, if_ref, cache_result, function_result, phi_result, cache_slot_ref; in zend_jit_jmp_frameless() local
3858 cache_slot_ref = ir_ADD_OFFSET(ir_LOAD_A(jit_EX(run_time_cache)), opline->extended_value); in zend_jit_jmp_frameless()
3859 cache_result = ir_LOAD_L(cache_slot_ref); in zend_jit_jmp_frameless()
3867 cache_slot_ref); in zend_jit_jmp_frameless()
8736 ir_ref if_func, cache_slot_ref, ref; local
8739 cache_slot_ref = ir_ADD_OFFSET(ir_LOAD_A(jit_EX(run_time_cache)), opline->result.num);
8740 func_ref = ir_LOAD_A(cache_slot_ref);
8756 ir_STORE(cache_slot_ref, ref);
8764 cache_slot_ref);
8768 cache_slot_ref);
8772 cache_slot_ref);
11341 ir_ref cache_slot_ref, idx_ref, num_used_ref, bucket_ref, ref, ref2; local
11346 cache_slot_ref = ir_ADD_OFFSET(ir_LOAD_A(jit_EX(run_time_cache)), opline->extended_value);
11347 idx_ref = ir_SUB_A(ir_LOAD_A(cache_slot_ref), ir_CONST_ADDR(1));
11382 cache_slot_ref);