Home
last modified time | relevance | path

Searched refs:buggy_branch_it (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_assembler.cpp798 …auto buggy_branch_it = std::find_if(ctx.branches.begin(), ctx.branches.end(), [&ctx](const auto &b… in fix_branches_gfx10() local
802 gfx10_3f_bug = buggy_branch_it != ctx.branches.end(); in fix_branches_gfx10()
807 insert_code(ctx, out, buggy_branch_it->first + 1, 1, &s_nop_0); in fix_branches_gfx10()