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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_scheduler.cpp733 bool is_dependency = !found_dependency && !ctx.mv.upwards_check_deps(up_cursor); local in function:aco::schedule_SMEM
735 if (is_dependency && candidate->isVMEM())
743 is_dependency = true;
748 if (is_dependency) {
756 if (is_dependency || !found_dependency) {
908 bool is_dependency = false; local in function:aco::schedule_VMEM
914 is_dependency = true;
919 is_dependency |= !found_dependency && !ctx.mv.upwards_check_deps(up_cursor);
920 if (is_dependency) {
934 if (is_dependency || !found_dependenc
[all...]

Completed in 3 milliseconds