Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_NOPs.cpp153 bool has_VOPC = false; member
168 has_VOPC |= other.has_VOPC; in join()
184 return has_VOPC == other.has_VOPC && has_nonVALU_exec_read == other.has_nonVALU_exec_read && in operator ==()
706 ctx.has_VOPC = true;
707 } else if (ctx.has_VOPC && (instr->opcode == aco_opcode::v_permlane16_b32 ||
709 ctx.has_VOPC = false;
718 ctx.has_VOPC = false;

Completed in 2 milliseconds