Home
last modified time | relevance | path

Searched refs:vuse (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-phiprop.c94 tree vuse; member
103 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
109 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
111 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
308 tree vuse; in propagate_with_phi() local
325 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
326 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
327 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
342 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-phiprop.c95 tree vuse; member
104 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
110 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
112 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
299 tree vuse; in propagate_with_phi() local
322 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
323 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
324 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
339 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-phiprop.c94 tree vuse; member
103 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
109 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
111 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
308 tree vuse; in propagate_with_phi() local
331 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
332 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
333 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
348 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-phiprop.c106 tree vuse; member
115 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
121 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
123 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
310 tree vuse; in propagate_with_phi() local
333 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
334 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
335 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
350 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-phiprop.c95 tree vuse; member
104 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
110 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
112 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
299 tree vuse; in propagate_with_phi() local
322 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
323 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
324 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
339 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
348 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
349 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
350 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
380 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
420 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
355 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
357 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
387 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
427 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-phiprop.c97 tree vuse; member
106 tree vuse = phivn[SSA_NAME_VERSION (name)].vuse; in phivn_valid_p() local
112 gcc_assert (vuse != NULL_TREE); in phivn_valid_p()
114 FOR_EACH_IMM_USE_STMT (use_stmt, ui2, vuse) in phivn_valid_p()
325 tree vuse; in propagate_with_phi() local
348 vuse = gimple_vuse (use_stmt); in propagate_with_phi()
349 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
350 if (!SSA_NAME_IS_DEFAULT_DEF (vuse) in propagate_with_phi()
380 FOR_EACH_IMM_USE_FAST (vuse_p, vui, vuse) in propagate_with_phi()
420 phivn[SSA_NAME_VERSION (ptr)].vuse = vuse; in propagate_with_phi()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/vmx/
H A Dmult-even-odd-be-order.c15 vector unsigned short vuse, vuso; in test() local
20 vuse = vec_mule (vuca, vucb); in test()
30 check (vec_all_eq (vuse, in test()
47 check (vec_all_eq (vuse, in test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vmx/
H A Dmult-even-odd-be-order.c16 volatile vector unsigned short vuse, vuso; in test() local
21 vuse = vec_mule (vuca, vucb); in test()
31 check (vec_all_eq (vuse, in test()
48 check (vec_all_eq (vuse, in test()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/vmx/
H A Dmult-even-odd-be-order.c15 vector unsigned short vuse, vuso; in test() local
20 vuse = vec_mule (vuca, vucb); in test()
30 check (vec_all_eq (vuse, in test()
47 check (vec_all_eq (vuse, in test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vmx/
H A Dmult-even-odd-be-order.c16 volatile vector unsigned short vuse, vuso; in test() local
21 vuse = vec_mule (vuca, vucb); in test()
31 check (vec_all_eq (vuse, in test()
48 check (vec_all_eq (vuse, in test()

12345678910>>...28