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

/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A 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)
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_opt_dead_code.c130 list_for_each_entry_from_rev(struct qinst, scan_inst, inst->link.prev,
H A Dvir.c1891 list_for_each_entry_from_rev(struct qinst, inst, c->cursor.link->prev,
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_delay.c316 list_for_each_entry_from_rev (struct ir3_instruction, assigner, start_list,
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dlist.h243 #define list_for_each_entry_from_rev(type, pos, start, head, member) \ macro
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dcompiler.h777 list_for_each_entry_from_rev(bi_block, v, from, &ctx->blocks, link)
795 list_for_each_entry_from_rev(bi_instr, v, from, &(block)->instructions, link)
810 list_for_each_entry_from_rev(bi_clause, v, from, &(block)->clauses, link)
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dcompiler.h386 list_for_each_entry_from_rev(struct midgard_instruction, v, from, &block->base.instructions, link)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dlist.h258 #define list_for_each_entry_from_rev(type, pos, start, head, member) \ macro
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c1003 list_for_each_entry_from_rev(struct entry, prev, second, &ctx->entries[mode_index], head) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c574 #define mir_foreach_instr_in_block_from_rev(block, v, from) list_for_each_entry_from_rev(struct midgard_instruction, v, from, &block->instructions, link)

Completed in 20 milliseconds