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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_scheduler.cpp661 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size; local in function:aco::schedule_SMEM
662 candidate_idx--) {
663 assert(candidate_idx >= 0);
664 assert(candidate_idx == cursor.source_idx);
665 aco_ptr<Instruction>& candidate = block->instructions[candidate_idx];
669 idx <= ctx.last_SMEM_dep_idx && candidate_idx < ctx.last_SMEM_dep_idx;
713 if (candidate_idx < ctx.last_SMEM_dep_idx)
723 for (int candidate_idx = idx + 1; k < max_moves && candidate_idx < (in local in function:aco::schedule_SMEM
803 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size; local in function:aco::schedule_VMEM
897 for (int candidate_idx = idx + 1; k < max_moves && candidate_idx < (int)idx + window_size; local in function:aco::schedule_VMEM
970 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size; local in function:aco::schedule_position_export
[all...]

Completed in 3 milliseconds