Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp36 struct NOP_ctx_gfx6 { struct
37 void join(const NOP_ctx_gfx6 &other) { in join() argument
56 bool operator==(const NOP_ctx_gfx6 &other) in operator ==() argument
288 void handle_smem_clause_hazards(Program *program, NOP_ctx_gfx6 &ctx, in handle_smem_clause_hazards()
313 void handle_instruction_gfx6(Program *program, Block *cur_block, NOP_ctx_gfx6 &ctx, in handle_instruction_gfx6()
812 mitigate_hazards<NOP_ctx_gfx6, handle_instruction_gfx6>(program); in insert_NOPs()