Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c98 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 …]
Dexample.c354 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 …]
Dscheck.c65 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()
Dstorage.c152 show_pseudo(last->pseudo), in vrfy_storage()
153 show_pseudo(entry->pseudo)); in vrfy_storage()
Dgraph.c157 bb, show_pseudo(insn->func), in graph_calls()
Dir.c78 sparse_error(insn->pos, "wrong usage for %s in %s", show_pseudo(pseudo), in check_user()
Dsparse.c254 show_ident(sym->ident), show_pseudo(pseudo)); in check_context()
Dlinearize.h350 const char *show_pseudo(pseudo_t pseudo);
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst457 * show_pseudo(): protect against NULL ->sym
458 * use show_pseudo() for OP_SYMADDR's symbol