Searched refs:aco_print_instr (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | test_regalloc.cpp | 236 aco_print_instr(¶llelcopy, output);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_print_ir.cpp | 644 aco_print_instr(const Instruction* instr, FILE* output, unsigned flags) function in namespace:aco 838 aco_print_instr(instr.get(), output, flags);
|
| H A D | aco_validate.cpp | 94 aco_print_instr(instr, memf); 702 aco_print_instr(loc.instr, memf); 709 aco_print_instr(loc2.instr, memf);
|
| H A D | aco_assembler.cpp | 101 aco_print_instr(instr, memf); 757 aco_print_instr(&*instr, stderr);
|
| H A D | aco_ir.h | 2205 void aco_print_instr(const Instruction* instr, FILE* output, unsigned flags = 0);
|
| H A D | aco_optimizer.cpp | 49 aco_print_instr(instr, memf);
|
Completed in 18 milliseconds