Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.h28 PSEUDO_REG, enumerator
190 (((SRC)->type == PSEUDO_REG && (DEF = (SRC)->def)) ? DEF->opcode : OP_BADOP)
264 return p->type == PSEUDO_REG || p->type == PSEUDO_PHI; in has_definition()
Dsimplify.c70 if (pseudo->type == PSEUDO_REG) { in phi_parent()
368 if (insn->func->type == PSEUDO_REG) in kill_insn()
447 if (src->type != PSEUDO_REG) in is_same_op()
585 if (p->type != PSEUDO_REG) in def_opcode()
613 if (pseudo->type == PSEUDO_REG) { in operand_size()
822 if (src1->type == PSEUDO_REG) { in simplify_mask_or()
826 if (src2->type == PSEUDO_REG) { in simplify_mask_or()
930 if (pseudo->type != PSEUDO_REG) in simplify_shift()
1095 if (old->type != PSEUDO_REG) in simplify_seteq_setne()
1554 if (insn->src1->type == PSEUDO_REG) // (x # y) + z in simplify_constant_rightside()
[all …]
Dliveness.c153 return pseudo && (pseudo->type == PSEUDO_REG || pseudo->type == PSEUDO_ARG); in trackable_pseudo()
160 if (pseudo->type != PSEUDO_REG || def->bb != bb || def->opcode == OP_PHI) in insn_uses()
Dunssa.c91 if (src->type != PSEUDO_REG) in replace_phi_node()
Dir.c73 case PSEUDO_REG: in check_user()
Dssa.c308 if (val->type != PSEUDO_REG) in mark_phi_used()
Dflow.c118 case PSEUDO_REG: { in pseudo_truth_value()
309 if (cond->type != PSEUDO_REG) in simplify_phi_branch()
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()
Dscheck.c64 case PSEUDO_REG: in mkvar()
Dexample.c621 case PSEUDO_REG: in fill_reg()
1534 case PSEUDO_REG: in fill_output()
Dlinearize.c142 case PSEUDO_REG: in show_pseudo()
761 pseudo->type = PSEUDO_REG; in alloc_pseudo()