Lines Matching refs:show_pseudo

354 	output_comment(state, "flushing %s from %s", show_pseudo(pseudo), hardreg->name);
450 output_comment(state, "marking pseudo %s in reg %s dead", show_pseudo(pseudo), reg->name);
458 output_comment(state, "added pseudo %s to reg %s", show_pseudo(pseudo), reg->name);
533 output_comment(state, "found pseudo %s in reg %s (busy=%d)", show_pseudo(pseudo), reg->name, reg->busy);
602 output_insn(state, "movl $<%s>,%s", show_pseudo(pseudo), hardreg->name);
624 output_insn(state, "movl $<%s>,%s", show_pseudo(def->target), hardreg->name);
635 output_insn(state, "reload %s from %s", hardreg->name, show_pseudo(pseudo));
672 output_comment(state, "copying %s to preferred target %s", show_pseudo(target), reg->name);
680 output_comment(state, "copying %s to %s", show_pseudo(target), reg->name);
859 return show_pseudo(pseudo);
1000 output_comment(state, "killing pseudo %s", show_pseudo(pseudo));
1011 show_pseudo(pseudo), reg->name);
1129 output_insn(state, "call %s", show_pseudo(insn->func));
1283 output_insn(state, "# asm input \"%s\": %s : %s", constraint, show_pseudo(pseudo), string);
1318 output_insn(state, "# asm output \"%s\": %s : %s", constraint, show_pseudo(pseudo), string);
1515 output_insn(state, "movl %s,%s", show_pseudo(src), show_memop(storage));
1519 output_insn(state, "movl %s,%s", show_pseudo(src), out->name);
1699 output_comment(state, "incoming %s in %s", show_pseudo(entry->pseudo), name);
1717 output_comment(state, "%s <- %s", show_pseudo(entry->pseudo), show_storage(entry->storage));
1721 output_comment(state, "%s <-> %s", show_pseudo(entry->pseudo), show_storage(entry->storage));
1725 output_comment(state, "%s -> %s", show_pseudo(entry->pseudo), show_storage(entry->storage));