Searched refs:peekAllocationId (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_dead_code_analysis.cpp44 : current_block(program->blocks.size() - 1), uses(program->peekAllocationId())
H A Daco_reindex_ssa.cpp66 ctx.renames.resize(program->peekAllocationId());
H A Daco_scheduler.cpp1054 ctx.mv.depends_on.resize(program->peekAllocationId());
1055 ctx.mv.RAR_dependencies.resize(program->peekAllocationId());
1056 ctx.mv.RAR_dependencies_clause.resize(program->peekAllocationId());
H A Daco_insert_exec_mask.cpp60 : program(program_), defined_in(program->peekAllocationId(), 0xFFFF),
61 needs_wqm(program->peekAllocationId()), branch_wqm(program->blocks.size())
H A Daco_instruction_selection_setup.cpp449 ctx->first_temp_id = ctx->program->peekAllocationId();
H A Daco_register_allocation.cpp84 : program(program_), assignments(program->peekAllocationId()),
785 assert(ctx.assignments.size() == ctx.program->peekAllocationId());
2098 assert(ctx.assignments.size() == ctx.program->peekAllocationId());
H A Daco_ir.h2101 uint32_t peekAllocationId() { return allocationID; } function in class:aco::Program
H A Daco_optimizer.cpp3980 std::vector<ssa_info> info(program->peekAllocationId());

Completed in 22 milliseconds