| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_lower_subgroups.c | 219 struct ir3_register *new_src = ir3_src_create(mov, 0, 0); local 220 *new_src = *instr->srcs[src]; 223 (new_src->flags & IR3_REG_HALF) ? TYPE_U16 : TYPE_U32;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_bool_to_bitsize.c | 69 nir_ssa_def *new_src = local 83 &alu->src[i].src, nir_src_for_ssa(new_src)); 380 nir_ssa_def *new_src = local 383 nir_src_for_ssa(new_src));
|
| nir_lower_bit_size.c | 149 nir_ssa_def *new_src = nir_convert_to_bit_size(b, intrin->src[0].ssa, local 151 new_intrin->src[0] = nir_src_for_ssa(new_src); 215 nir_ssa_def *new_src = nir_u2u(b, src->src.ssa, bit_size); local 217 nir_instr_rewrite_src(&phi->instr, &src->src, nir_src_for_ssa(new_src));
|
| nir_lower_regs_to_ssa.c | 190 nir_ssa_def *new_src = &alu->dest.dest.ssa; local 194 vec->src[i].src = nir_src_for_ssa(new_src);
|
| nir_opt_phi_precision.c | 240 nir_ssa_def *new_src = nir_build_alu(b, op, old_src, NULL, NULL, NULL); local 243 nir_phi_instr_add_src(new_phi, src->pred, nir_src_for_ssa(new_src)); 392 nir_ssa_def *new_src; local 404 new_src = nir_f2f16(b, &lc->def); 406 new_src = nir_i2i16(b, &lc->def); 416 new_src = nir_mov_alu(b, alu->src[0], num_comp); 420 nir_phi_instr_add_src(new_phi, src->pred, nir_src_for_ssa(new_src));
|
| nir_opt_if.c | 1117 nir_src new_src = nir_src_for_ssa(nalu); local 1120 nir_if_rewrite_condition(alu_use->parent_if, new_src); 1122 nir_instr_rewrite_src(alu_use->parent_instr, alu_use, new_src);
|
| nir.c | 1549 nir_instr_rewrite_src(nir_instr *instr, nir_src *src, nir_src new_src) 1554 nir_src_copy(src, &new_src); 1572 nir_if_rewrite_condition(nir_if *if_stmt, nir_src new_src) 1578 nir_src_copy(src, &new_src); 1653 nir_ssa_def_rewrite_uses_src(nir_ssa_def *def, nir_src new_src) 1655 if (new_src.is_ssa) { 1656 nir_ssa_def_rewrite_uses(def, new_src.ssa); 1659 nir_instr_rewrite_src(use_src->parent_instr, use_src, new_src); 1662 nir_if_rewrite_condition(use_src->parent_if, new_src); 2181 nir_src new_src = nir_src_for_ssa(new_def) local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_lower_phis_to_scalar.c | 251 nir_phi_src *new_src = ralloc(new_phi, nir_phi_src); local 252 new_src->pred = src->pred; 253 new_src->src = nir_src_for_ssa(&mov->dest.dest.ssa); 255 exec_list_push_tail(&new_phi->srcs, &new_src->node);
|
| nir_lower_regs_to_ssa.c | 193 nir_ssa_def *new_src = &alu->dest.dest.ssa; local 197 vec->src[i].src = nir_src_for_ssa(new_src);
|
| nir_opt_if.c | 1171 nir_src new_src = nir_src_for_ssa(nalu); local 1174 nir_if_rewrite_condition(alu_use->parent_if, new_src); 1176 nir_instr_rewrite_src(alu_use->parent_instr, alu_use, new_src);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| lra-eliminations.cc | 994 rtx new_src = plus_constant (GET_MODE (to_rtx), to_rtx, offset); 1005 if (! validate_change (insn, &SET_SRC (old_set), new_src, 0)) 1007 rtx new_pat = gen_rtx_SET (SET_DEST (old_set), new_src); 1010 SET_SRC (old_set) = new_src; 992 rtx new_src = plus_constant (GET_MODE (to_rtx), to_rtx, offset); local
|
| ree.cc | 902 rtx new_src = gen_rtx_REG (GET_MODE (SET_DEST (set)), local 904 emit_move_insn (new_dst, new_src); 1358 rtx new_src = gen_rtx_REG (GET_MODE (SET_DEST (sub_rtx)), local 1360 rtx new_set = gen_rtx_SET (new_dst, new_src);
|
| postreload.cc | 907 rtx new_src; 912 new_src = simplify_replace_rtx (SET_SRC (new_set), reg, src); 914 if (set_src_cost (new_src, mode, speed) <= old_cost 916 new_src, 0)) 1752 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[regno], mode); 1762 if (new_src == const0_rtx) 1774 rtx tem = gen_rtx_PLUS (mode, reg, new_src); 1782 && have_add2_insn (reg, new_src)) 1857 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[i], 1865 if (new_src == const0_rtx 906 rtx new_src; local 1750 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[regno], mode); local 1855 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[i], local 1890 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[min_regno], local 2078 rtx new_src = local [all...] |
| reload1.cc | 3310 rtx new_src = plus_constant (GET_MODE (to_rtx), 3329 if (!validate_change (insn, &SET_SRC (old_set), new_src, 0)) 3331 rtx new_pat = gen_rtx_SET (SET_DEST (old_set), new_src); 3334 SET_SRC (old_set) = new_src; 3294 rtx new_src = plus_constant (GET_MODE (to_rtx), local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lra-eliminations.cc | 966 rtx new_src = plus_constant (GET_MODE (to_rtx), to_rtx, offset); 977 if (! validate_change (insn, &SET_SRC (old_set), new_src, 0)) 979 rtx new_pat = gen_rtx_SET (SET_DEST (old_set), new_src); 982 SET_SRC (old_set) = new_src; 964 rtx new_src = plus_constant (GET_MODE (to_rtx), to_rtx, offset); local
|
| ree.cc | 902 rtx new_src = gen_rtx_REG (GET_MODE (SET_DEST (set)), local 904 emit_move_insn (new_dst, new_src); 1358 rtx new_src = gen_rtx_REG (GET_MODE (SET_DEST (sub_rtx)), local 1360 rtx new_set = gen_rtx_SET (new_dst, new_src);
|
| postreload.cc | 907 rtx new_src; 912 new_src = simplify_replace_rtx (SET_SRC (new_set), reg, src); 914 if (set_src_cost (new_src, mode, speed) <= old_cost 916 new_src, 0)) 1752 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[regno], mode); 1762 if (new_src == const0_rtx) 1774 rtx tem = gen_rtx_PLUS (mode, reg, new_src); 1782 && have_add2_insn (reg, new_src)) 1852 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[i], 1860 if (new_src == const0_rtx 906 rtx new_src; local 1750 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[regno], mode); local 1850 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[i], local 1885 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[min_regno], local 2000 rtx new_src = local [all...] |
| reload1.cc | 3310 rtx new_src = plus_constant (GET_MODE (to_rtx), 3329 if (!validate_change (insn, &SET_SRC (old_set), new_src, 0)) 3331 rtx new_pat = gen_rtx_SET (SET_DEST (old_set), new_src); 3334 SET_SRC (old_set) = new_src; 3294 rtx new_src = plus_constant (GET_MODE (to_rtx), local
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| sfn_nir_lower_64bit.cpp | 1043 auto new_src = nir_vec(&b, srcs, comps); local 1045 nir_instr_rewrite_src(&last_store->instr, &last_store->src[0], nir_src_for_ssa(new_src));
|
| /xsrc/external/mit/xwd/dist/ |
| multiVis.c | 894 image_win_type *new_src; local 896 if ((new_src = malloc(sizeof(image_win_type))) == NULL) 899 new_src->win = w; 900 new_src->x_rootrel = xrr; 901 new_src->y_rootrel = yrr; 902 new_src->x_vis = x_vis; 903 new_src->y_vis = y_vis; 904 new_src->width = width; 905 new_src->height = height; 906 new_src->border_width = border_width [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-client.c | 1875 char *filename, *new_src = NULL, *new_dst = NULL; local 1920 free(new_src); 1924 new_src = sftp_path_append(src, filename); 1930 new_src); 1934 if (sftp_stat(conn, new_src, 1, &lsym) != 0) { 1935 logit("remote stat \"%s\" failed", new_src); 1946 if (download_dir_internal(conn, new_src, new_dst, 1952 if (sftp_download(conn, new_src, new_dst, a, 1956 new_src, new_dst); 1960 logit("download \"%s\": not a regular file", new_src); 2237 char *filename, *new_src = NULL, *new_dst = NULL; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-early-ra.cc | 3245 rtx new_src = lowpart_subreg (GET_MODE (old_src), dest, GET_MODE (dest)); local 3246 emit_insn_before (gen_move_insn (new_src, old_src), insn); 3247 *recog_data.operand_loc[src_opno] = new_src;
|
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch.cc | 4636 rtx new_src = src; local 4640 new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); 4645 new_src = simplify_gen_subreg (V2DImode, src, GET_MODE (src), 0); 4653 emit_insn (gen_lsx_vpickve2gr_w (d, new_src, GEN_INT (index))); 4655 emit_insn (gen_lsx_vpickve2gr_d (d, new_src, GEN_INT (index))); 4727 rtx new_src = src; local 4731 new_src = simplify_gen_subreg (V8SImode, src, GET_MODE (src), 0); 4736 new_src = simplify_gen_subreg (V4DImode, src, GET_MODE (src), 0); 4744 emit_insn (gen_lsx_vpickve2gr_w (d, new_src, GEN_INT (index))); 4746 emit_insn (gen_lsx_vpickve2gr_d (d, new_src, GEN_INT (index))) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/mips/ |
| mips.cc | 5125 rtx new_src = src; 5129 new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); 5134 new_src = simplify_gen_subreg (V2DImode, src, GET_MODE (src), 0); 5142 emit_insn (gen_msa_copy_s_w (d, new_src, GEN_INT (index))); 5144 emit_insn (gen_msa_copy_s_d (d, new_src, GEN_INT (index))); 5190 rtx new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); 5192 emit_insn (gen_fn (low, new_src, GEN_INT (INTVAL (index) * 2))); 5193 emit_insn (gen_fn (high, new_src, GEN_INT (INTVAL (index) * 2 + 1))); 5101 rtx new_src = src; local 5166 rtx new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| mips.cc | 4997 rtx new_src = src; 5001 new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); 5006 new_src = simplify_gen_subreg (V2DImode, src, GET_MODE (src), 0); 5014 emit_insn (gen_msa_copy_s_w (d, new_src, GEN_INT (index))); 5016 emit_insn (gen_msa_copy_s_d (d, new_src, GEN_INT (index))); 5062 rtx new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); 5064 emit_insn (gen_fn (low, new_src, GEN_INT (INTVAL (index) * 2))); 5065 emit_insn (gen_fn (high, new_src, GEN_INT (INTVAL (index) * 2 + 1))); 4973 rtx new_src = src; local 5038 rtx new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); local
|