Searched refs:list_for_each_entry_from_rev (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compiler.h | 484 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 D | ir3_delay.c | 255 list_for_each_entry_from_rev (struct ir3_instruction, assigner, start_list, in delay_calc() function
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_opt_dead_code.c | 130 list_for_each_entry_from_rev(struct qinst, scan_inst, inst->link.prev, in check_first_ldunifa() function
|
H A D | vir.c | 2039 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 D | compiler.h | 961 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 D | list.h | 278 #define list_for_each_entry_from_rev(type, pos, start, head, member) \ macro
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | compiler.h | 386 list_for_each_entry_from_rev(struct midgard_instruction, v, from, &block->base.instructions, link)
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_load_store_vectorize.c | 1027 list_for_each_entry_from_rev(struct entry, prev, second, &ctx->entries[mode_index], head) { in check_for_aliasing() function
|
Completed in 13 milliseconds