HomeSort by: relevance | last modified time | path
    Searched defs:live_out (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_lower_to_cssa.cpp 66 std::vector<IDSet>& live_out; /* live-out sets per block */ member in struct:aco::__anon491::cssa_ctx
128 ctx.live_out[preds[i]].erase(op.tempId());
129 ctx.live_out[preds[i]].insert(tmp.id());
190 bool parent_live = ctx.live_out[block_idx].count(parent.id());
201 if (!ctx.live_out[pred].count(parent.id()))
353 } while (block_idx != pred && ctx.live_out[pred].count(copy.op.tempId()));
456 ctx.live_out[i].erase(cp.def.tempId());
457 ctx.live_out[i].insert(cp.op.tempId());
530 reindex_ssa(program, live_vars.live_out);
531 cssa_ctx ctx = {program, live_vars.live_out};
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/util/
pan_ir.h 284 uint16_t *live_out; member in struct:pan_block
  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_compiler.h 340 BITSET_WORD *live_out; member in struct:agx_block
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_spill.c 99 BITSET_WORD *live_out; member in struct:ra_spill_block_state
1570 if (!BITSET_TEST(state->live_out, interval->interval.reg->name)) {
1591 BITSET_FOREACH_SET (name, state->live_out, ctx->live->definitions_count) {
1633 BITSET_SET(state->live_out, def->name);
1650 state->live_out = rzalloc_array(ctx, BITSET_WORD,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
gpir.h 355 BITSET_WORD *live_out; member in struct:gpir_block
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
ppir.h 172 int live_in, live_out; member in struct:ppir_reg
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_qir.h 380 BITSET_WORD *live_out; member in struct:qblock
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_qir.h 384 BITSET_WORD *live_out; member in struct:qblock

Completed in 11 milliseconds