Home
last modified time | relevance | path

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

/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h484 list_for_each_entry_from_rev(agx_block, v, from, &ctx->blocks, link)
502 list_for_each_entry_from_rev(agx_instr, v, from, &(block)->instructions, link)
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_delay.c255 list_for_each_entry_from_rev (struct ir3_instruction, assigner, start_list, in delay_calc() function
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_opt_dead_code.c130 list_for_each_entry_from_rev(struct qinst, scan_inst, inst->link.prev, in check_first_ldunifa() function
H A Dvir.c2039 list_for_each_entry_from_rev(struct qinst, inst, c->cursor.link->prev, in try_opt_ldunif() function
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcompiler.h961 list_for_each_entry_from_rev(bi_block, v, from, &ctx->blocks, link)
979 list_for_each_entry_from_rev(bi_instr, v, from, &(block)->instructions, link)
994 list_for_each_entry_from_rev(bi_clause, v, from, &(block)->clauses, link)
/third_party/mesa3d/src/util/
H A Dlist.h278 #define list_for_each_entry_from_rev(type, pos, start, head, member) \ macro
/third_party/mesa3d/src/panfrost/midgard/
H A Dcompiler.h386 list_for_each_entry_from_rev(struct midgard_instruction, v, from, &block->base.instructions, link)
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c1027 list_for_each_entry_from_rev(struct entry, prev, second, &ctx->entries[mode_index], head) { in check_for_aliasing() function

Completed in 12 milliseconds