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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_NOPs.cpp155 bool has_VMEM = false; member in struct:aco::__anonc617705e0110::NOP_ctx_gfx10
168 has_VMEM |= other.has_VMEM;
181 has_VMEM == other.has_VMEM && has_branch_after_VMEM == other.has_branch_after_VMEM &&
763 ctx.has_VMEM = true;
771 ctx.has_VMEM = ctx.has_branch_after_VMEM;
773 ctx.has_branch_after_VMEM = ctx.has_VMEM;
779 ctx.has_VMEM = ctx.has_branch_after_VMEM = ctx.has_DS = ctx.has_branch_after_DS = false;
781 if ((ctx.has_VMEM
[all...]

Completed in 3 milliseconds