Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_dead_code_analysis.cpp44 : current_block(program->blocks.size() - 1), uses(program->peekAllocationId()) in dce_ctx()
Daco_reindex_ssa.cpp66 ctx.renames.resize(program->peekAllocationId()); in reindex_program()
Daco_scheduler.cpp1057 ctx.mv.depends_on.resize(program->peekAllocationId()); in schedule_program()
1058 ctx.mv.RAR_dependencies.resize(program->peekAllocationId()); in schedule_program()
1059 ctx.mv.RAR_dependencies_clause.resize(program->peekAllocationId()); in schedule_program()
Daco_instruction_selection_setup.cpp464 ctx->first_temp_id = ctx->program->peekAllocationId(); in init_context()
Daco_register_allocation.cpp91 : program(program_), assignments(program->peekAllocationId()), in ra_ctx()
831 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); in update_renames()
2186 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); in handle_live_in()
Daco_validate.cpp1001 std::vector<Assignment> assignments(program->peekAllocationId()); in validate_ra()
Daco_ir.h2146 uint32_t peekAllocationId() { return allocationID; } in peekAllocationId() function
Daco_optimizer.cpp4792 std::vector<ssa_info> info(program->peekAllocationId()); in optimize()