Searched refs:aligned_load_type (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-store-merging.c | 953 tree load_offset_ptr, aligned_load_type; in bswap_replace() local 1005 aligned_load_type = load_type; in bswap_replace() 1007 aligned_load_type = build_aligned_type (load_type, align); in bswap_replace() 1009 val_expr = fold_build2 (MEM_REF, aligned_load_type, addr_tmp, in bswap_replace() 1027 val_tmp = make_temp_ssa_name (aligned_load_type, NULL, in bswap_replace() 1060 val_tmp = make_temp_ssa_name (aligned_load_type, NULL, "load_dst"); in bswap_replace()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-store-merging.cc | 1126 tree load_offset_ptr, aligned_load_type; in bswap_replace() local 1178 aligned_load_type = load_type; in bswap_replace() 1180 aligned_load_type = build_aligned_type (load_type, align); in bswap_replace() 1182 val_expr = fold_build2 (MEM_REF, aligned_load_type, addr_tmp, in bswap_replace() 1200 val_tmp = make_temp_ssa_name (aligned_load_type, NULL, in bswap_replace() 1236 val_tmp = make_temp_ssa_name (aligned_load_type, NULL, "load_dst"); in bswap_replace()
|