Searched refs:CompilationProgress (Results 1 – 9 of 9) sorted by relevance
1098 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()
542 if (program->progress < CompilationProgress::after_ra) in live_var_analysis()
78 if (program->progress < CompilationProgress::after_lower_to_hw) { in validate_ir()137 if (program->progress < CompilationProgress::after_lower_to_hw) { in validate_ir()
2101 enum class CompilationProgress { enum2143 CompilationProgress progress;
200 program->progress = CompilationProgress::after_isel; in init_program()
1610 program->progress = CompilationProgress::after_spilling; in spill()
3384 program->progress = CompilationProgress::after_ra; in register_allocation()
2939 program->progress = CompilationProgress::after_lower_to_hw; in lower_to_hw_instr()
2643 - aco: add CompilationProgress::after_lower_to_hw