Searched refs:is_clobbered_since (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer_postRA.cpp143 is_clobbered_since(pr_opt_ctx& ctx, PhysReg reg, RegClass rc, const Idx& idx) function in namespace:aco::__anon8dc067450110
175 is_clobbered_since(pr_opt_ctx& ctx, const T& t, const Idx& idx) function in namespace:aco::__anon8dc067450110
177 return is_clobbered_since(ctx, t.physReg(), t.regClass(), idx);
217 is_clobbered_since(ctx, exec, ctx.program->lane_mask, last_vcc_wr_idx) ||
218 is_clobbered_since(ctx, vcc, ctx.program->lane_mask, op0_instr_idx))
409 if (is_clobbered_since(ctx, mov->operands[0], op_instr_idx))

Completed in 3 milliseconds