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 D | agx_compiler.h | 461 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 D | vir_opt_dead_code.c | 130 list_for_each_entry_from_rev(struct qinst, scan_inst, inst->link.prev,
|
| H A D | vir.c | 1891 list_for_each_entry_from_rev(struct qinst, inst, c->cursor.link->prev,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_delay.c | 316 list_for_each_entry_from_rev (struct ir3_instruction, assigner, start_list,
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | list.h | 243 #define list_for_each_entry_from_rev(type, pos, start, head, member) \ macro
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | compiler.h | 777 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 D | compiler.h | 386 list_for_each_entry_from_rev(struct midgard_instruction, v, from, &block->base.instructions, link)
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | list.h | 258 #define list_for_each_entry_from_rev(type, pos, start, head, member) \ macro
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_load_store_vectorize.c | 1003 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 D | midgard_compile.c | 574 #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