Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/
D.clang-format35 - list_for_each_entry_from_rev
/third_party/mesa3d/src/gallium/drivers/freedreno/
D.clang-format35 - list_for_each_entry_from_rev
/third_party/mesa3d/src/asahi/compiler/
Dagx_compiler.h461 list_for_each_entry_from_rev(agx_block, v, from, &ctx->blocks, link)
479 list_for_each_entry_from_rev(agx_instr, v, from, &(block)->instructions, link)
/third_party/mesa3d/src/panfrost/bifrost/
Dcompiler.h762 list_for_each_entry_from_rev(bi_block, v, from, &ctx->blocks, link)
780 list_for_each_entry_from_rev(bi_instr, v, from, &(block)->instructions, link)
795 list_for_each_entry_from_rev(bi_clause, v, from, &(block)->clauses, link)
/third_party/mesa3d/src/broadcom/compiler/
Dvir_opt_dead_code.c130 list_for_each_entry_from_rev(struct qinst, scan_inst, inst->link.prev, in check_first_ldunifa()
Dvir.c1891 list_for_each_entry_from_rev(struct qinst, inst, c->cursor.link->prev, in try_opt_ldunif()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_delay.c316 list_for_each_entry_from_rev (struct ir3_instruction, assigner, start_list, in delay_calc_postra()
/third_party/mesa3d/src/util/
Dlist.h258 #define list_for_each_entry_from_rev(type, pos, start, head, member) \ macro
/third_party/mesa3d/src/panfrost/midgard/
Dcompiler.h386list_for_each_entry_from_rev(struct midgard_instruction, v, from, &block->base.instructions, link)
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c1003 list_for_each_entry_from_rev(struct entry, prev, second, &ctx->entries[mode_index], head) { in check_for_aliasing()