Searched refs:num_defs (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_liveness.c40 unsigned num_defs; member in struct:live_defs_state
130 state.num_defs = 0;
132 block_live_index[block->index] = state.num_defs;
143 defs[state.num_defs] = (struct live_def) {instr, dest, state.num_defs, 0};
150 defs[state.num_defs].live_start = 0;
153 live_map[idx] = state.num_defs;
154 state.num_defs++;
157 block_live_index[impl->num_blocks] = state.num_defs;
165 state.bitset_words = BITSET_WORDS(state.num_defs);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c69 size_t num_defs; member in struct:ntv_context
1030 assert(ssa->index < ctx->num_defs);
1140 assert(ssa->index < ctx->num_defs);
4119 ctx.num_defs = entry->ssa_alloc;
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c426 unsigned num_defs; member in struct:ntd_context
1429 assert(ssa->index < ctx->num_defs);
1487 assert(ssa->index < ctx->num_defs);
4643 ctx->num_defs = entry->ssa_alloc;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp7800 unsigned num_defs = 0; local in function:aco::__anon562fcc110110::emit_reduction_instr
7802 defs[num_defs++] = dst;
7803 defs[num_defs++] = bld.def(bld.lm); /* used internally to save/restore exec */
7815 defs[num_defs++] = bld.def(RegType::sgpr, dst.size());
7818 defs[num_defs++] = bld.def(s1, scc);
7830 defs[num_defs++] = bld.def(bld.lm, vcc);
7833 aco_op, Format::PSEUDO_REDUCTION, 3, num_defs);
7838 std::copy(defs, defs + num_defs, reduce->definitions.begin());

Completed in 33 milliseconds