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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_NOPs.cpp154 bool has_nonVALU_exec_read = false; member in struct:aco::__anonc617705e0110::NOP_ctx_gfx10
167 has_nonVALU_exec_read |= other.has_nonVALU_exec_read;
180 return has_VOPC == other.has_VOPC && has_nonVALU_exec_read == other.has_nonVALU_exec_read &&
702 ctx.has_nonVALU_exec_read = true;
705 ctx.has_nonVALU_exec_read = false;
715 ctx.has_nonVALU_exec_read = false;
720 ctx.has_nonVALU_exec_read = false;

Completed in 3 milliseconds