Searched refs:last_SMEM_dep_idx (Results 1 – 1 of 1) sorted by relevance
88 int last_SMEM_dep_idx; member550 … bool can_stall_prev_smem = idx <= ctx.last_SMEM_dep_idx && candidate_idx < ctx.last_SMEM_dep_idx; in schedule_SMEM()585 if (candidate_idx < ctx.last_SMEM_dep_idx) in schedule_SMEM()650 ctx.last_SMEM_dep_idx = found_dependency ? ctx.mv.insert_idx : 0; in schedule_SMEM()684 … bool can_stall_prev_smem = idx <= ctx.last_SMEM_dep_idx && candidate_idx < ctx.last_SMEM_dep_idx; in schedule_VMEM()730 if (candidate_idx < ctx.last_SMEM_dep_idx) in schedule_VMEM()842 ctx.last_SMEM_dep_idx = 0; in schedule_block()