Searched refs:show_pseudo (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | linearize.c | 98 const char *show_pseudo(pseudo_t pseudo) in show_pseudo() function 288 buf += sprintf(buf, " (%s)", show_pseudo(entry->pseudo)); in show_asm_constraints() 334 buf += sprintf(buf, "%s", show_pseudo(insn->src)); in show_instruction() 338 …buf += sprintf(buf, "%s, %s, %s", show_pseudo(insn->cond), show_label(insn->bb_true), show_label(i… in show_instruction() 346 buf += sprintf(buf, "%s <- ", show_pseudo(insn->target)); in show_instruction() 352 buf += sprintf(buf, "%s <- ", show_pseudo(insn->target)); in show_instruction() 381 buf += sprintf(buf, "%s <- ", show_pseudo(insn->target)); in show_instruction() 387 buf += sprintf(buf, "%s", show_pseudo(insn->cond)); in show_instruction() 400 buf += sprintf(buf, "%s", show_pseudo(insn->src)); in show_instruction() 410 buf += sprintf(buf, "%s <- %s ", show_pseudo(insn->target), show_pseudo(insn->phi_src)); in show_instruction() [all …]
|
D | example.c | 354 output_comment(state, "flushing %s from %s", show_pseudo(pseudo), hardreg->name); in flush_one_pseudo() 450 output_comment(state, "marking pseudo %s in reg %s dead", show_pseudo(pseudo), reg->name); in mark_reg_dead() 458 output_comment(state, "added pseudo %s to reg %s", show_pseudo(pseudo), reg->name); in add_pseudo_reg() 533 …output_comment(state, "found pseudo %s in reg %s (busy=%d)", show_pseudo(pseudo), reg->name, reg->… in find_in_reg() 602 output_insn(state, "movl $<%s>,%s", show_pseudo(pseudo), hardreg->name); in fill_reg() 624 output_insn(state, "movl $<%s>,%s", show_pseudo(def->target), hardreg->name); in fill_reg() 635 output_insn(state, "reload %s from %s", hardreg->name, show_pseudo(pseudo)); in fill_reg() 672 output_comment(state, "copying %s to preferred target %s", show_pseudo(target), reg->name); in copy_reg() 680 output_comment(state, "copying %s to %s", show_pseudo(target), reg->name); in copy_reg() 859 return show_pseudo(pseudo); in reg_or_imm() [all …]
|
D | scheck.c | 65 n = boolector_var(btor, s, show_pseudo(pseudo)); in mkvar() 68 fprintf(stderr, "invalid pseudo: %s\n", show_pseudo(pseudo)); in mkvar() 255 sparse_error(insn->pos, "should be a constant: %s", show_pseudo(src2)); in check_const() 259 sparse_error(insn->pos, "not a constant: %s", show_pseudo(src1)); in check_const() 261 sparse_error(insn->pos, "invalid value: %s != %s", show_pseudo(src1), show_pseudo(src2)); in check_const()
|
D | storage.c | 152 show_pseudo(last->pseudo), in vrfy_storage() 153 show_pseudo(entry->pseudo)); in vrfy_storage()
|
D | graph.c | 157 bb, show_pseudo(insn->func), in graph_calls()
|
D | ir.c | 78 sparse_error(insn->pos, "wrong usage for %s in %s", show_pseudo(pseudo), in check_user()
|
D | sparse.c | 254 show_ident(sym->ident), show_pseudo(pseudo)); in check_context()
|
D | linearize.h | 350 const char *show_pseudo(pseudo_t pseudo);
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 457 * show_pseudo(): protect against NULL ->sym 458 * use show_pseudo() for OP_SYMADDR's symbol
|