Home
last modified time | relevance | path

Searched refs:CompilationProgress (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_print_ir.cpp1098 case CompilationProgress::after_isel: fprintf(output, "After Instruction Selection:\n"); break; in aco_print_program()
1099 case CompilationProgress::after_spilling: in aco_print_program()
1103 case CompilationProgress::after_ra: fprintf(output, "After RA:\n"); break; in aco_print_program()
1104 case CompilationProgress::after_lower_to_hw: in aco_print_program()
Daco_live_var_analysis.cpp542 if (program->progress < CompilationProgress::after_ra) in live_var_analysis()
Daco_validate.cpp78 if (program->progress < CompilationProgress::after_lower_to_hw) { in validate_ir()
137 if (program->progress < CompilationProgress::after_lower_to_hw) { in validate_ir()
Daco_ir.h2101 enum class CompilationProgress { enum
2143 CompilationProgress progress;
Daco_ir.cpp200 program->progress = CompilationProgress::after_isel; in init_program()
Daco_spill.cpp1610 program->progress = CompilationProgress::after_spilling; in spill()
Daco_register_allocation.cpp3384 program->progress = CompilationProgress::after_ra; in register_allocation()
Daco_lower_to_hw_instr.cpp2939 program->progress = CompilationProgress::after_lower_to_hw; in lower_to_hw_instr()
/external/mesa3d/docs/relnotes/
D24.3.0.rst2643 - aco: add CompilationProgress::after_lower_to_hw