Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_NOPs.cpp156 bool has_branch_after_VMEM = false; member
171 has_branch_after_VMEM |= other.has_branch_after_VMEM; in join()
185 has_VMEM == other.has_VMEM && has_branch_after_VMEM == other.has_branch_after_VMEM && in operator ==()
787 ctx.has_branch_after_VMEM = false;
794 ctx.has_VMEM = ctx.has_branch_after_VMEM;
796 ctx.has_branch_after_VMEM = ctx.has_VMEM;
802 ctx.has_VMEM = ctx.has_branch_after_VMEM = ctx.has_DS = ctx.has_branch_after_DS = false;
804 if ((ctx.has_VMEM && ctx.has_branch_after_DS) || (ctx.has_DS && ctx.has_branch_after_VMEM)) {
[all...]

Completed in 2 milliseconds