Home
last modified time | relevance | path

Searched refs:show_pseudo (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dlinearize.c102 const char *show_pseudo(pseudo_t pseudo) in show_pseudo() function
289 buf += sprintf(buf, " (%s)", show_pseudo(entry->pseudo)); in show_asm_constraints()
335 buf += sprintf(buf, "%s", show_pseudo(insn->src)); in show_instruction()
339 …buf += sprintf(buf, "%s, %s, %s", show_pseudo(insn->cond), show_label(insn->bb_true), show_label(i… in show_instruction()
348 buf += sprintf(buf, "%s <- ", show_pseudo(insn->target)); in show_instruction()
377 buf += sprintf(buf, "%s <- ", show_pseudo(insn->target)); in show_instruction()
383 buf += sprintf(buf, "%s", show_pseudo(insn->cond)); in show_instruction()
396 buf += sprintf(buf, "%s", show_pseudo(insn->src)); in show_instruction()
405 buf += sprintf(buf, "%s <- %s ", show_pseudo(insn->target), show_pseudo(insn->phi_src)); in show_instruction()
407 buf += sprintf(buf, " (%s)", show_pseudo(phi->target)); in show_instruction()
[all …]
H A Dexample.c353 output_comment(state, "flushing %s from %s", show_pseudo(pseudo), hardreg->name); in flush_one_pseudo()
449 output_comment(state, "marking pseudo %s in reg %s dead", show_pseudo(pseudo), reg->name); in mark_reg_dead()
457 output_comment(state, "added pseudo %s to reg %s", show_pseudo(pseudo), reg->name); in add_pseudo_reg()
532 …output_comment(state, "found pseudo %s in reg %s (busy=%d)", show_pseudo(pseudo), reg->name, reg->… in find_in_reg()
601 output_insn(state, "movl $<%s>,%s", show_pseudo(pseudo), hardreg->name); in fill_reg()
623 output_insn(state, "movl $<%s>,%s", show_pseudo(def->target), hardreg->name); in fill_reg()
634 output_insn(state, "reload %s from %s", hardreg->name, show_pseudo(pseudo)); in fill_reg()
671 output_comment(state, "copying %s to preferred target %s", show_pseudo(target), reg->name); in copy_reg()
679 output_comment(state, "copying %s to %s", show_pseudo(target), reg->name); in copy_reg()
858 return show_pseudo(pseudo); in reg_or_imm()
[all …]
H A Dstorage.c152 show_pseudo(last->pseudo), in vrfy_storage()
153 show_pseudo(entry->pseudo)); in vrfy_storage()
H A Dgraph.c157 bb, show_pseudo(insn->func), in graph_calls()
H A Dir.c78 sparse_error(insn->pos, "wrong usage for %s in %s", show_pseudo(pseudo), in check_user()
H A Dlinearize.h324 const char *show_pseudo(pseudo_t pseudo);
H A Dsparse.c265 show_ident(sym->ident), show_pseudo(pseudo)); in check_context()