Searched refs:aco_print_instr (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_regalloc.cpp | 237 aco_print_instr(¶llelcopy, output);
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_assembler.cpp | 103 aco_print_instr(instr, memf); in emit_instruction() 777 aco_print_instr(&*instr, stderr); in emit_block()
|
H A D | aco_print_ir.cpp | 653 aco_print_instr(const Instruction* instr, FILE* output, unsigned flags) in aco_print_instr() function 863 aco_print_instr(instr.get(), output, flags); in aco_print_block()
|
H A D | aco_validate.cpp | 94 aco_print_instr(instr, memf); in validate_ir() 769 aco_print_instr(loc.instr, memf); in ra_fail() 776 aco_print_instr(loc2.instr, memf); in ra_fail()
|
H A D | aco_ir.h | 2266 void aco_print_instr(const Instruction* instr, FILE* output, unsigned flags = 0);
|
H A D | aco_optimizer.cpp | 49 aco_print_instr(instr, memf); in perfwarn()
|
Completed in 15 milliseconds