Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp241 void handle_raw_hazard(Program *program, Block *cur_block, int *NOPs, int min_states, Operand op) in handle_raw_hazard() function
249 static auto handle_valu_then_read_hazard = handle_raw_hazard<true, true, false>;
250 static auto handle_vintrp_then_read_hazard = handle_raw_hazard<false, true, false>;
251 static auto handle_valu_salu_then_read_hazard = handle_raw_hazard<true, true, true>;