Searched refs:dependents (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_schedule.c75 BITSET_WORD *dependents = instructions[*parent]->dependents; local in function:add_dependency
78 if (BITSET_TEST(dependents, child))
81 BITSET_SET(dependents, child);
113 instructions[i]->dependents =
156 BITSET_WORD *dependents = instructions[prev]->dependents; local in function:mir_create_dependency_graph
159 if (BITSET_TEST(dependents, i))
162 BITSET_SET(dependents, i);
189 BITSET_WORD *dependents local in function:mir_create_dependency_graph
[all...]
H A Dcompiler.h164 * (before) this instruction. dependents are which
169 BITSET_WORD *dependents; member in struct:midgard_instruction
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_schedule.c44 * this instruction. dependents are which instructions need to be
47 BITSET_WORD **dependents; member in struct:bi_worklist
163 BITSET_WORD **dependents, unsigned *dep_counts)
165 if (!BITSET_TEST(dependents[parent], child)) {
166 BITSET_SET(dependents[parent], child);
173 BITSET_WORD **dependents, unsigned *dep_counts)
177 bi_push_dependency(*parent, child, dependents, dep_counts);
211 st.dependents[i] =
228 add_dependency(last_write, ins->src[s].value + c, i, st.dependents, st.dep_counts);
237 bi_push_dependency(prev_msg, i, st.dependents, s
162 bi_push_dependency(unsigned parent,unsigned child,BITSET_WORD ** dependents,unsigned * dep_counts) argument
172 add_dependency(struct util_dynarray * table,unsigned index,unsigned child,BITSET_WORD ** dependents,unsigned * dep_counts) argument
[all...]

Completed in 6 milliseconds