Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_NOPs.cpp154 bool has_nonVALU_exec_read = false; member
169 has_nonVALU_exec_read |= other.has_nonVALU_exec_read; in join()
184 return has_VOPC == other.has_VOPC && has_nonVALU_exec_read == other.has_nonVALU_exec_read && in operator ==()
725 ctx.has_nonVALU_exec_read = true;
728 ctx.has_nonVALU_exec_read = false;
738 ctx.has_nonVALU_exec_read = false;
743 ctx.has_nonVALU_exec_read = false;

Completed in 2 milliseconds