Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Doptimize.c166 list_for_each_entry_safe_rev(gpir_node, node, &block->node_list, list) { in dead_code_eliminate()
Dscheduler.c1077 list_for_each_entry_safe_rev(gpir_node, node, &ctx->ready_list, list) { in try_spill_nodes()
1105 list_for_each_entry_safe_rev(gpir_node, node, &ctx->ready_list, list) { in try_spill_nodes()
/third_party/mesa3d/src/util/
Dvma.c43 list_for_each_entry_safe_rev(struct util_vma_hole, _hole, &(_heap)->holes, link)
Dlist.h239 #define list_for_each_entry_safe_rev(type, pos, head, member) \ macro
/third_party/mesa3d/src/asahi/compiler/
Dagx_compiler.h473 list_for_each_entry_safe_rev(agx_instr, v, &(block)->instructions, link)
/third_party/mesa3d/src/panfrost/midgard/
Dcompiler.h380 list_for_each_entry_safe_rev(struct midgard_instruction, v, &block->base.instructions, link)
/third_party/mesa3d/src/panfrost/bifrost/
Dcompiler.h774 list_for_each_entry_safe_rev(bi_instr, v, &(block)->instructions, link)