Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_dead_code_analysis.cpp42 …tx(Program* program) : current_block(program->blocks.size() - 1), uses(program->peekAllocationId()) in dce_ctx()
Daco_scheduler.cpp898 ctx.mv.depends_on.resize(program->peekAllocationId()); in schedule_program()
899 ctx.mv.RAR_dependencies.resize(program->peekAllocationId()); in schedule_program()
900 ctx.mv.RAR_dependencies_clause.resize(program->peekAllocationId()); in schedule_program()
Daco_insert_exec_mask.cpp59 defined_in(program->peekAllocationId(), 0xFFFF), in wqm_ctx()
60 needs_wqm(program->peekAllocationId()), in wqm_ctx()
Daco_register_allocation.cpp81 assignments(program->peekAllocationId()), in ra_ctx()
572 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); in update_renames()
1646 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); in handle_live_in()
Daco_instruction_selection_setup.cpp657 ctx->first_temp_id = ctx->program->peekAllocationId(); in init_context()
Daco_ir.h1684 uint32_t peekAllocationId() in peekAllocationId() function
Daco_optimizer.cpp3260 std::vector<ssa_info> info(program->peekAllocationId()); in optimize()