Lines Matching refs:memf
91 FILE* const memf = u_memstream_get(&mem);
93 fprintf(memf, "%s: ", msg);
94 aco_print_instr(instr, memf);
765 FILE* const memf = u_memstream_get(&mem);
767 fprintf(memf, "RA error found at instruction in BB%d:\n", loc.block->index);
769 aco_print_instr(loc.instr, memf);
770 fprintf(memf, "\n%s", msg);
772 fprintf(memf, "%s", msg);
775 fprintf(memf, " in BB%d:\n", loc2.block->index);
776 aco_print_instr(loc2.instr, memf);
778 fprintf(memf, "\n\n");