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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_NOPs.cpp153 bool has_VOPC = false; member in struct:aco::__anonc617705e0110::NOP_ctx_gfx10
166 has_VOPC |= other.has_VOPC;
180 return has_VOPC == other.has_VOPC && has_nonVALU_exec_read == other.has_nonVALU_exec_read &&
683 ctx.has_VOPC = true;
684 } else if (ctx.has_VOPC && (instr->opcode == aco_opcode::v_permlane16_b32 ||
686 ctx.has_VOPC = false;
695 ctx.has_VOPC = false;

Completed in 3 milliseconds