Searched refs:bswap_type (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc1101 tree bswap_type, tree load_type, struct symbolic_number *n,
1300 if (!useless_type_conversion_p (TREE_TYPE (tmp), bswap_type))
1304 tmp = make_temp_ssa_name (bswap_type, NULL, "bswapsrc");
1316 src = fold_build2 (LROTATE_EXPR, bswap_type, tmp, count);
1323 tgt = make_ssa_name (bswap_type);
1328 tree m = build_int_cst (bswap_type, mask);
1329 tmp = make_temp_ssa_name (bswap_type, NULL, "bswapdst");
1336 if (!useless_type_conversion_p (TREE_TYPE (tgt), bswap_type))
1338 tmp = make_temp_ssa_name (bswap_type, NULL, "bswapdst");
1386 tree fndecl = NULL_TREE, bswap_type local
1100 bswap_replace(gimple_stmt_iterator gsi, gimple *ins_stmt, tree fndecl, tree bswap_type, tree load_type, struct symbolic_number *n, bool bswap, uint64_t mask) argument
1501 tree fndecl = NULL_TREE, bswap_type = NULL_TREE, load_type; local
4227 tree fndecl = NULL_TREE, bswap_type = NULL_TREE, load_type; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c935 tree bswap_type, tree load_type, struct symbolic_number *n,
1122 if (!useless_type_conversion_p (TREE_TYPE (tmp), bswap_type))
1126 tmp = make_temp_ssa_name (bswap_type, NULL, "bswapsrc");
1138 src = fold_build2 (LROTATE_EXPR, bswap_type, tmp, count);
1145 tgt = make_ssa_name (bswap_type);
1149 if (!useless_type_conversion_p (TREE_TYPE (tgt), bswap_type))
1153 tmp = make_temp_ssa_name (bswap_type, NULL, "bswapdst");
1231 tree fndecl = NULL_TREE, bswap_type = NULL_TREE, load_type; local
1274 load_type = bswap_type = uint16_type_node;
1281 bswap_type
934 bswap_replace(gimple_stmt_iterator gsi, gimple *ins_stmt, tree fndecl, tree bswap_type, tree load_type, struct symbolic_number *n, bool bswap) argument
3890 tree fndecl = NULL_TREE, bswap_type = NULL_TREE, load_type; local
[all...]

Completed in 187 milliseconds