Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h573 list_for_each_entry_from_rev(pan_block, v, from, &ctx->blocks, link)
591 list_for_each_entry_from_rev(bi_instruction, v, from, &(block)->base.instructions, link)
603 list_for_each_entry_from_rev(bi_clause, v, from, &(block)->clauses, link)
/external/mesa3d/src/util/
Dlist.h251 #define list_for_each_entry_from_rev(type, pos, start, head, member) \ macro
/external/mesa3d/src/panfrost/midgard/
Dcompiler.h393list_for_each_entry_from_rev(struct midgard_instruction, v, from, &block->base.instructions, link)
/external/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c976 list_for_each_entry_from_rev(struct entry, prev, second, &ctx->entries[mode_index], head) { in check_for_aliasing()