Searched refs:is_clobbered_since (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer_postRA.cpp | 166 is_clobbered_since(pr_opt_ctx& ctx, PhysReg reg, RegClass rc, const Idx& idx) in is_clobbered_since() function 198 is_clobbered_since(pr_opt_ctx& ctx, const T& t, const Idx& idx) in is_clobbered_since() function 200 return is_clobbered_since(ctx, t.physReg(), t.regClass(), idx); in is_clobbered_since() 240 is_clobbered_since(ctx, exec, ctx.program->lane_mask, last_vcc_wr_idx) || in try_apply_branch_vcc() 241 is_clobbered_since(ctx, vcc, ctx.program->lane_mask, op0_instr_idx)) in try_apply_branch_vcc() 435 if (is_clobbered_since(ctx, mov->operands[0], op_instr_idx)) in try_combine_dpp()
|
Completed in 2 milliseconds