Searched refs:is_gimple_reg_type (Results 1 - 24 of 24) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-gimple.c99 if (is_gimple_reg_type (TREE_TYPE (t))
117 if (is_gimple_reg_type (TREE_TYPE (t))
259 is_gimple_reg_type (tree type) function
277 if (!is_gimple_reg_type (TREE_TYPE (t)))
365 && is_gimple_reg_type (TREE_TYPE (t))
H A Dtree-gimple.h47 extern bool is_gimple_reg_type (tree);
H A Dtree-stdarg.c627 gcc_assert (is_gimple_reg_type (va_list_type_node) == va_list_simple_ptr);
H A Dtree-tailcall.c448 if (!is_gimple_reg_type (TREE_TYPE (param))
455 of copying the value. This test implies is_gimple_reg_type
H A Dtree-ssa-loop-im.c1246 if (!is_gimple_reg_type (TREE_TYPE (*mem))
H A Dgimplify.c1824 if (is_gimple_reg_type (TREE_TYPE (*expr_p)))
3144 if (!is_gimple_reg_type (TREE_TYPE (*from_p)))
3197 else if (is_gimple_reg_type (TREE_TYPE (*to_p))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-phiprop.c255 || !is_gimple_reg_type (TREE_TYPE (TREE_TYPE (ptr))))
277 || !is_gimple_reg_type (TREE_TYPE (TREE_OPERAND (arg, 0))))
H A Dtree-nrv.c125 if (is_gimple_reg_type (result_type))
H A Dtree-sra.c828 if (!is_gimple_reg_type (ft)
857 if (is_gimple_reg_type (ft))
1043 && !is_gimple_reg_type (racc->type))
1259 else if (!is_gimple_reg_type (f1->type)
1260 && is_gimple_reg_type (f2->type))
1262 else if (is_gimple_reg_type (f1->type)
1263 && !is_gimple_reg_type (f2->type))
1583 bool first_scalar = is_gimple_reg_type (access->type);
1622 gcc_assert (first_scalar || !is_gimple_reg_type (ac2->type));
1805 bool scalar = is_gimple_reg_type (roo
[all...]
H A Dtree-stdarg.c612 gcc_assert (is_gimple_reg_type (cfun_va_list) == va_list_simple_ptr);
H A Dtree-tailcall.c447 if (!is_gimple_reg_type (TREE_TYPE (param))
454 of copying the value. This test implies is_gimple_reg_type
H A Dgimple.c2448 if (is_gimple_reg_type (TREE_TYPE (t)))
2716 is_gimple_reg_type (tree type) function
2732 if (!is_gimple_reg_type (TREE_TYPE (t)))
2786 && is_gimple_reg_type (TREE_TYPE (t))
H A Dgimplify.c585 if (is_gimple_reg_type (TREE_TYPE (t)))
1788 if (CONVERT_EXPR_P (*expr_p) && !is_gimple_reg_type (TREE_TYPE (*expr_p)))
2200 if (is_gimple_reg_type (TREE_TYPE (*arg_p)))
4209 if (!is_gimple_reg_type (TREE_TYPE (*from_p)))
4260 else if (is_gimple_reg_type (TREE_TYPE (*to_p))
7842 if (is_gimple_reg_type (TREE_TYPE (lhs)))
7857 if (is_gimple_reg_type (TREE_TYPE (lhs)))
H A Dtree-ssa-sccvn.c1052 if (is_gimple_reg_type (vr->type)
1083 else if (is_gimple_reg_type (vr->type)
H A Dtree-ssa.c1983 && (!is_gimple_reg_type (TREE_TYPE (var))
H A Dtree-cfg.c402 && is_gimple_reg_type (TREE_TYPE (gimple_get_lhs (stmt))))
3543 && is_gimple_reg_type (TREE_TYPE (lhs)))
3569 && is_gimple_reg_type (TREE_TYPE (lhs)))
H A Dcgraphunit.c1445 if (!is_gimple_reg_type (restype))
H A Dipa-prop.c1707 || is_gimple_reg_type (adj->type),
H A Dtree-ssa-loop-im.c2086 if (!is_gimple_reg_type (TREE_TYPE (ref->mem))
H A Dgimple.h880 extern bool is_gimple_reg_type (tree);
H A Dtree-nested.c2317 && is_gimple_reg_type (TREE_TYPE (x)))
H A Dtree-predcom.c600 || !is_gimple_reg_type (TREE_TYPE (ref))
H A Dtree-eh.c1899 && is_gimple_reg_type (TREE_TYPE (gimple_get_lhs (stmt))))
H A Dtree-inline.c2401 && is_gimple_reg_type (TREE_TYPE (gimple_assign_lhs (init_stmt)))

Completed in 576 milliseconds