Home
last modified time | relevance | path

Searched refs:USE_OP_PTR (Results 1 – 25 of 131) sorted by relevance

123456

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-operands.h120 #define USE_OP_PTR(OP) (&((OP)->use_ptr)) macro
121 #define USE_OP(OP) (USE_FROM_PTR (USE_OP_PTR (OP)))
126 #define VUSE_OP_PTR(OP) USE_OP_PTR(OP)
131 #define MAYDEF_OP_PTR(OP) USE_OP_PTR (OP)
136 #define MUSTDEF_KILL_PTR(OP) USE_OP_PTR (OP)
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1052 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1053 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1107 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1114 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1123 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1125 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
H A Dtree-ssa-operands.h72 #define USE_OP_PTR(OP) (&((OP)->use_ptr)) macro
73 #define USE_OP(OP) (USE_FROM_PTR (USE_OP_PTR (OP)))
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-operands.c376 USE_OP_PTR (new_use)->use = op; in add_use_op()
377 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
460 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
461 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1119 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1120 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1174 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1181 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1190 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1192 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1053 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1054 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1108 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1115 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1124 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1126 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1055 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1056 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1110 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1117 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1126 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1128 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1053 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1054 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1108 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1115 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1124 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1126 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-operands.c376 USE_OP_PTR (new_use)->use = op; in add_use_op()
377 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
460 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
461 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1127 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1128 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1182 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1189 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1198 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1200 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1053 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1054 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1108 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1115 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1124 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1126 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1055 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1056 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1110 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1117 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1126 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1128 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1053 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1054 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1108 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1115 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1124 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1126 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1053 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1054 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1108 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1115 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1124 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1126 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
H A Dgimple-ssa.h148 && USE_OP_PTR (ops)->use == &mem_ops_stmt->vuse) in gimple_vuse_op()
149 return USE_OP_PTR (ops); in gimple_vuse_op()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-operands.c376 USE_OP_PTR (new_use)->use = op; in add_use_op()
377 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
460 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
461 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1127 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1128 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1182 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1189 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1198 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1200 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1053 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1054 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1108 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1115 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1124 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1126 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1055 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1056 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1110 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1117 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1126 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1128 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1052 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1053 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1107 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1114 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1123 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1125 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-operands.c376 USE_OP_PTR (new_use)->use = op; in add_use_op()
377 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
460 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
461 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1127 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1128 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1182 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1189 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1198 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1200 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1055 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1056 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1110 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1117 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1126 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1128 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1055 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1056 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1110 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1117 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1126 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1128 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-operands.c306 USE_OP_PTR (new_use)->use = op; in add_use_op()
307 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
390 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
391 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1055 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1056 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1110 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1117 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1126 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1128 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-operands.c303 USE_OP_PTR (new_use)->use = op; in add_use_op()
304 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
388 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1048 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1049 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1110 if (USE_OP_PTR (ptr)->use == exp0) in swap_tree_operands()
1117 if (USE_OP_PTR (ptr)->use == exp1) in swap_tree_operands()
1126 USE_OP_PTR (use0)->use = exp1; in swap_tree_operands()
1128 USE_OP_PTR (use1)->use = exp0; in swap_tree_operands()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-operands.c303 USE_OP_PTR (new_use)->use = op; in add_use_op()
304 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
388 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1050 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1051 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1112 if (USE_OP_PTR (ptr)->use == exp0) in swap_tree_operands()
1119 if (USE_OP_PTR (ptr)->use == exp1) in swap_tree_operands()
1128 USE_OP_PTR (use0)->use = exp1; in swap_tree_operands()
1130 USE_OP_PTR (use1)->use = exp0; in swap_tree_operands()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimple-ssa.h117 && USE_OP_PTR (ops)->use == &mem_ops_stmt->vuse) in gimple_vuse_op()
118 return USE_OP_PTR (ops); in gimple_vuse_op()
H A Dtree-ssa-operands.c320 USE_OP_PTR (new_use)->use = op; in add_use_op()
321 link_imm_use_stmt (USE_OP_PTR (new_use), *op, stmt); in add_use_op()
405 delink_imm_use (USE_OP_PTR (ptr)); in finalize_ssa_uses()
1067 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1068 delink_imm_use (USE_OP_PTR (last_use)); in free_stmt_operands()
1122 if (USE_OP_PTR (ptr)->use == exp0) in swap_ssa_operands()
1129 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1138 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1140 USE_OP_PTR (use1)->use = exp0; in swap_ssa_operands()

123456