Searched refs:aco_print_instr (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/ |
D | test_regalloc.cpp | 236 aco_print_instr(¶llelcopy, output);
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_validate.cpp | 94 aco_print_instr(instr, memf); in validate_ir() 692 aco_print_instr(loc.instr, memf); in ra_fail() 699 aco_print_instr(loc2.instr, memf); in ra_fail()
|
D | aco_print_ir.cpp | 644 aco_print_instr(const Instruction* instr, FILE* output, unsigned flags) in aco_print_instr() function 838 aco_print_instr(instr.get(), output, flags); in aco_print_block()
|
D | aco_assembler.cpp | 101 aco_print_instr(instr, memf); in emit_instruction() 753 aco_print_instr(&*instr, stderr); in emit_block()
|
D | aco_ir.h | 2205 void aco_print_instr(const Instruction* instr, FILE* output, unsigned flags = 0);
|
D | aco_optimizer.cpp | 49 aco_print_instr(instr, memf); in perfwarn()
|