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.cpp1054 ctx.mv.depends_on.resize(program->peekAllocationId()); in schedule_program()
1055 ctx.mv.RAR_dependencies.resize(program->peekAllocationId()); in schedule_program()
1056 ctx.mv.RAR_dependencies_clause.resize(program->peekAllocationId()); in schedule_program()
Daco_insert_exec_mask.cpp60 : program(program_), defined_in(program->peekAllocationId(), 0xFFFF), in wqm_ctx()
61 needs_wqm(program->peekAllocationId()), branch_wqm(program->blocks.size()) in wqm_ctx()
Daco_instruction_selection_setup.cpp449 ctx->first_temp_id = ctx->program->peekAllocationId(); in init_context()
Daco_register_allocation.cpp84 : program(program_), assignments(program->peekAllocationId()), in ra_ctx()
785 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); in update_renames()
2098 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); in handle_live_in()
Daco_ir.h2101 uint32_t peekAllocationId() { return allocationID; } in peekAllocationId() function
Daco_optimizer.cpp3976 std::vector<ssa_info> info(program->peekAllocationId()); in optimize()