Searched refs:hash_p_ref (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 13492 hash_p_ref = ir_ADD_A( 13498 hash_p_ref = ir_PHI_2(IR_ADDR, hash_p_ref, IR_UNUSED); 13529 if_def_hash = ir_IF(jit_Z_TYPE_ref(jit, hash_p_ref)); 13532 ir_GUARD_NOT(jit_Z_TYPE_ref(jit, hash_p_ref), ir_CONST_ADDR(exit_addr)); 13536 p2_ref = ir_ADD_OFFSET(hash_p_ref, sizeof(Bucket)); 13540 ir_PHI_SET_OP(hash_p_ref, 2, p2_ref); 13663 ref = ir_LOAD_L(ir_ADD_OFFSET(hash_p_ref, offsetof(Bucket, h))); 13674 p_ref = hash_p_ref; 13696 p_ref = ir_PHI_2(IR_ADDR, packed_p_ref, hash_p_ref); 13708 p_ref = ir_PHI_2(IR_ADDR, hash_p_ref, packed_p_ref); [all …]
|
Completed in 45 milliseconds