Home
last modified time | relevance | path

Searched refs:simple_type (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtrans-mem.c2072 tree t, fn, type = TREE_TYPE (rhs), simple_type; in build_tm_store() local
2110 simple_type = TREE_VALUE (TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (fn)))); in build_tm_store()
2116 rhs = build_int_cst (simple_type, 0); in build_tm_store()
2126 else if (!useless_type_conversion_p (simple_type, type)) in build_tm_store()
2131 temp = make_rename_temp (simple_type, NULL); in build_tm_store()
2132 t = fold_build1 (VIEW_CONVERT_EXPR, simple_type, rhs); in build_tm_store()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtrans-mem.c2287 tree t, fn, type = TREE_TYPE (rhs), simple_type; in build_tm_store() local
2348 simple_type = TREE_VALUE (TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (fn)))); in build_tm_store()
2354 rhs = build_int_cst (simple_type, 0); in build_tm_store()
2364 else if (!useless_type_conversion_p (simple_type, type)) in build_tm_store()
2369 temp = create_tmp_reg (simple_type); in build_tm_store()
2370 t = fold_build1 (VIEW_CONVERT_EXPR, simple_type, rhs); in build_tm_store()