Searched refs:hash_p_ref (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 13714 hash_p_ref = ir_ADD_A( 13720 hash_p_ref = ir_PHI_2(IR_ADDR, hash_p_ref, IR_UNUSED); 13751 if_def_hash = ir_IF(jit_Z_TYPE_ref(jit, hash_p_ref)); 13754 ir_GUARD_NOT(jit_Z_TYPE_ref(jit, hash_p_ref), ir_CONST_ADDR(exit_addr)); 13758 p2_ref = ir_ADD_OFFSET(hash_p_ref, sizeof(Bucket)); 13762 ir_PHI_SET_OP(hash_p_ref, 2, p2_ref); 13885 ref = ir_LOAD_L(ir_ADD_OFFSET(hash_p_ref, offsetof(Bucket, h))); 13896 p_ref = hash_p_ref; 13918 p_ref = ir_PHI_2(IR_ADDR, packed_p_ref, hash_p_ref); 13930 p_ref = ir_PHI_2(IR_ADDR, hash_p_ref, packed_p_ref); [all …]
|
Completed in 42 milliseconds