Home
last modified time | relevance | path

Searched refs:PSEUDO_REG (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsimplify.c59 if (pseudo->type == PSEUDO_REG) { in phi_parent()
360 if (insn->func->type == PSEUDO_REG) in kill_insn()
470 if (p->type != PSEUDO_REG) in def_opcode()
498 if (pseudo->type == PSEUDO_REG) { in operand_size()
691 if (src1->type == PSEUDO_REG) { in simplify_mask_or()
695 if (src2->type == PSEUDO_REG) { in simplify_mask_or()
800 if (pseudo->type != PSEUDO_REG) in simplify_shift()
965 if (old->type != PSEUDO_REG) in simplify_seteq_setne()
1264 if (pseudo->type != PSEUDO_REG) in simplify_associative_binop()
1341 if (addr->type == PSEUDO_REG) { in simplify_one_memop()
[all …]
H A Dlinearize.h27 PSEUDO_REG, enumerator
183 (((SRC)->type == PSEUDO_REG && (DEF = (SRC)->def)) ? DEF->opcode : OP_BADOP)
H A Dliveness.c152 return pseudo && (pseudo->type == PSEUDO_REG || pseudo->type == PSEUDO_ARG); in trackable_pseudo()
159 if (pseudo->type != PSEUDO_REG || def->bb != bb || def->opcode == OP_PHI) in insn_uses()
H A Dunssa.c91 if (src->type != PSEUDO_REG) in replace_phi_node()
H A Dir.c73 case PSEUDO_REG: in check_user()
H A Dflow.c56 case PSEUDO_REG: { in pseudo_truth_value()
201 if (cond->type != PSEUDO_REG) in simplify_phi_branch()
H A Dssa.c325 if (val->type != PSEUDO_REG) in mark_phi_used()
H A Dsparse-llvm.c261 case PSEUDO_REG: in pseudo_name()
374 case PSEUDO_REG: in pseudo_to_value()
810 if (insn->func->type == PSEUDO_REG || insn->func->type == PSEUDO_PHI) in output_op_call()
H A Dexample.c620 case PSEUDO_REG: in fill_reg()
1532 case PSEUDO_REG: in fill_output()
H A Dlinearize.c146 case PSEUDO_REG: in show_pseudo()
773 pseudo->type = PSEUDO_REG; in alloc_pseudo()