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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_NOPs.cpp158 bool has_branch_after_DS = false; member in struct:aco::__anonc617705e0110::NOP_ctx_gfx10
171 has_branch_after_DS |= other.has_branch_after_DS;
182 has_DS == other.has_DS && has_branch_after_DS == other.has_branch_after_DS &&
766 ctx.has_DS = ctx.has_branch_after_DS;
769 ctx.has_branch_after_DS = false;
774 ctx.has_branch_after_DS = ctx.has_DS;
779 ctx.has_VMEM = ctx.has_branch_after_VMEM = ctx.has_DS = ctx.has_branch_after_DS = false;
781 if ((ctx.has_VMEM && ctx.has_branch_after_DS) || (ct
[all...]

Completed in 3 milliseconds