Home
last modified time | relevance | path

Searched refs:salu_wr_m0_then_lds (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp44 salu_wr_m0_then_lds = MAX2(salu_wr_m0_then_lds, other.salu_wr_m0_then_lds); in join()
66 salu_wr_m0_then_lds == other.salu_wr_m0_then_lds && in operator ==()
95 if ((salu_wr_m0_then_lds -= amount) < 0) in add_wait_states()
96 salu_wr_m0_then_lds = 0; in add_wait_states()
124 int8_t salu_wr_m0_then_lds = 0; member
416 NOPs = MAX2(NOPs, ctx.salu_wr_m0_then_lds); in handle_instruction_gfx6()
479 ctx.salu_wr_m0_then_lds = 1; in handle_instruction_gfx6()