/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ubsan.c | 715 gimple *g = gimple_build_cond (GT_EXPR, index, bound, NULL_TREE, NULL_TREE); in ubsan_expand_bounds_ifn() 863 g = gimple_build_cond (EQ_EXPR, ptr, build_int_cst (TREE_TYPE (ptr), 0), in ubsan_expand_null_ifn() 912 g = gimple_build_cond (NE_EXPR, gimple_assign_lhs (g), in ubsan_expand_null_ifn() 959 g = gimple_build_cond (GT_EXPR, offset, size, NULL_TREE, NULL_TREE); in ubsan_expand_objsize_ifn() 991 g = gimple_build_cond (LE_EXPR, p, gimple_assign_lhs (g), in ubsan_expand_objsize_ifn() 1168 g = gimple_build_cond (wi::neg_p (wi::to_wide (off)) ? LT_EXPR : GE_EXPR, in ubsan_expand_ptr_ifn() 1172 g = gimple_build_cond (pos_neg == 1 ? LT_EXPR : GT_EXPR, in ubsan_expand_ptr_ifn() 1177 g = gimple_build_cond (LT_EXPR, ptrplusoff, ptri, NULL_TREE, NULL_TREE); in ubsan_expand_ptr_ifn() 1182 g = gimple_build_cond (GT_EXPR, ptrplusoff, ptri, NULL_TREE, NULL_TREE); in ubsan_expand_ptr_ifn() 1191 g = gimple_build_cond (NE_EXPR, t, boolean_false_node, in ubsan_expand_ptr_ifn() [all …]
|
H A D | value-prof.c | 681 stmt3 = gimple_build_cond (NE_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); in gimple_divmod_fixed_value() 878 stmt4 = gimple_build_cond (NE_EXPR, tmp3, build_int_cst (optype, 0), in gimple_mod_pow2() 1027 stmt3 = gimple_build_cond (LT_EXPR, result, tmp1, NULL_TREE, NULL_TREE); in gimple_mod_subtract() 1036 stmt2 = gimple_build_cond (LT_EXPR, result, tmp1, NULL_TREE, NULL_TREE); in gimple_mod_subtract() 1306 cond_stmt = gimple_build_cond (EQ_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); in gimple_ic() 1534 cond_stmt = gimple_build_cond (EQ_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); in gimple_stringop_fixed_value()
|
H A D | omp-low.c | 2591 g = gimple_build_cond (NE_EXPR, cond, integer_zero_node, lab1, lab2); in scan_omp_simd() 4887 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses() 5039 g = gimple_build_cond (LE_EXPR, i, v, body, end); in lower_rec_input_clauses() 5057 g = gimple_build_cond (LE_EXPR, i2, v, body2, end2); in lower_rec_input_clauses() 5857 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses() 5992 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses() 6247 g = gimple_build_cond (LT_EXPR, simt_lane, simt_vf, body, end); in lower_rec_input_clauses() 6273 g = gimple_build_cond (LT_EXPR, sctx.idx, vf, body, end); in lower_rec_input_clauses() 6521 stmt = gimple_build_cond (NE_EXPR, c, integer_zero_node, in lower_lastprivate_clauses() 6525 stmt = gimple_build_cond (pred_code, arm1, arm2, label_true, label); in lower_lastprivate_clauses() [all …]
|
H A D | tree-profile.c | 462 gcond *cond = gimple_build_cond (NE_EXPR, ref, in gimple_gen_ic_func_profiler() 510 gcond *cond = gimple_build_cond (EQ_EXPR, ref, build_int_cst (type, 0), in gimple_gen_time_profiler()
|
H A D | tree-call-cdce.c | 602 stmt2 = gimple_build_cond (GT_EXPR, tempn, cst0, NULL_TREE, NULL_TREE); in gen_conditions_for_pow_int_base() 1111 conds.quick_push (gimple_build_cond (EQ_EXPR, lhs, lhs, in use_internal_fn()
|
H A D | sese.c | 310 gcond *cond = gimple_build_cond (NE_EXPR, integer_one_node, integer_zero_node, in move_sese_in_condition()
|
H A D | tree-cfgcleanup.c | 107 cond = gimple_build_cond (LE_EXPR, lhs, rhs, NULL_TREE, NULL_TREE); in convert_single_case_switch() 110 cond = gimple_build_cond (EQ_EXPR, index, in convert_single_case_switch()
|
H A D | tree-ssa-loop-split.c | 339 skip_stmt = gimple_build_cond (gimple_cond_code (stmt), in connect_loops() 1520 gimple *break_cond = gimple_build_cond (gimple_cond_code(cond), in do_split_loop_on_cond()
|
H A D | gimple-low.c | 899 gimple *cond = gimple_build_cond (EQ_EXPR, res, integer_zero_node, in lower_builtin_posix_memalign()
|
H A D | tree-switch-conversion.c | 844 cond_stmt = gimple_build_cond (LE_EXPR, tidx, bound, NULL_TREE, NULL_TREE); in gen_inbound_check() 2121 gcond *cond = gimple_build_cond (comparison, op0, op1, NULL_TREE, NULL_TREE); in emit_cmp_and_jump_insns() 2151 gcond *cond = gimple_build_cond (EQ_EXPR, op0, op1, NULL_TREE, NULL_TREE); in do_jump_if_equal()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ubsan.cc | 719 gimple *g = gimple_build_cond (GT_EXPR, index, bound, NULL_TREE, NULL_TREE); in ubsan_expand_bounds_ifn() 874 g = gimple_build_cond (EQ_EXPR, ptr, build_int_cst (TREE_TYPE (ptr), 0), in ubsan_expand_null_ifn() 923 g = gimple_build_cond (NE_EXPR, gimple_assign_lhs (g), in ubsan_expand_null_ifn() 970 g = gimple_build_cond (GT_EXPR, offset, size, NULL_TREE, NULL_TREE); in ubsan_expand_objsize_ifn() 1002 g = gimple_build_cond (LE_EXPR, p, gimple_assign_lhs (g), in ubsan_expand_objsize_ifn() 1179 g = gimple_build_cond (wi::neg_p (wi::to_wide (off)) ? LT_EXPR : GE_EXPR, in ubsan_expand_ptr_ifn() 1183 g = gimple_build_cond (pos_neg == 1 ? LT_EXPR : GT_EXPR, in ubsan_expand_ptr_ifn() 1188 g = gimple_build_cond (LT_EXPR, ptrplusoff, ptri, NULL_TREE, NULL_TREE); in ubsan_expand_ptr_ifn() 1193 g = gimple_build_cond (GT_EXPR, ptrplusoff, ptri, NULL_TREE, NULL_TREE); in ubsan_expand_ptr_ifn() 1202 g = gimple_build_cond (NE_EXPR, t, boolean_false_node, in ubsan_expand_ptr_ifn() [all …]
|
H A D | value-prof.cc | 702 stmt3 = gimple_build_cond (NE_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); in gimple_divmod_fixed_value() 915 stmt4 = gimple_build_cond (NE_EXPR, tmp3, build_int_cst (optype, 0), in gimple_mod_pow2() 1064 stmt3 = gimple_build_cond (LT_EXPR, result, tmp1, NULL_TREE, NULL_TREE); in gimple_mod_subtract() 1073 stmt2 = gimple_build_cond (LT_EXPR, result, tmp1, NULL_TREE, NULL_TREE); in gimple_mod_subtract() 1343 cond_stmt = gimple_build_cond (EQ_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); in gimple_ic() 1571 cond_stmt = gimple_build_cond (EQ_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); in gimple_stringop_fixed_value()
|
H A D | omp-low.cc | 2912 g = gimple_build_cond (NE_EXPR, cond, integer_zero_node, lab1, lab2); in scan_omp_simd() 5479 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses() 5631 g = gimple_build_cond (LE_EXPR, i, v, body, end); in lower_rec_input_clauses() 5649 g = gimple_build_cond (LE_EXPR, i2, v, body2, end2); in lower_rec_input_clauses() 6525 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses() 6680 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses() 6943 g = gimple_build_cond (LT_EXPR, simt_lane, simt_vf, body, end); in lower_rec_input_clauses() 6969 g = gimple_build_cond (LT_EXPR, sctx.idx, vf, body, end); in lower_rec_input_clauses() 7217 stmt = gimple_build_cond (NE_EXPR, c, integer_zero_node, in lower_lastprivate_clauses() 7221 stmt = gimple_build_cond (pred_code, arm1, arm2, label_true, label); in lower_lastprivate_clauses() [all …]
|
H A D | tree-profile.cc | 471 gcond *cond = gimple_build_cond (NE_EXPR, ref, in gimple_gen_ic_func_profiler() 519 gcond *cond = gimple_build_cond (EQ_EXPR, ref, build_int_cst (type, 0), in gimple_gen_time_profiler()
|
H A D | tree-call-cdce.cc | 602 stmt2 = gimple_build_cond (GT_EXPR, tempn, cst0, NULL_TREE, NULL_TREE); in gen_conditions_for_pow_int_base() 1112 conds.quick_push (gimple_build_cond (EQ_EXPR, lhs, lhs, in use_internal_fn()
|
H A D | omp-oacc-neuter-broadcast.cc | 284 = gimple_build_cond (NE_EXPR, pred, boolean_false_node, in omp_sese_split_blocks() 886 cond = gimple_build_cond (EQ_EXPR, lhs, in worker_single_simple() 1059 gimple *cond = gimple_build_cond (EQ_EXPR, recv_tmp, zero_ptr, NULL_TREE, in worker_single_copy() 1078 cond = gimple_build_cond (NE_EXPR, recv_tmp, zero_ptr, NULL_TREE, NULL_TREE); in worker_single_copy()
|
H A D | gimple-harden-conditionals.cc | 224 gcond *cond = gimple_build_cond (cop, lhs, rhs, NULL, NULL); in insert_check_and_trap()
|
H A D | sese.cc | 310 gcond *cond = gimple_build_cond (NE_EXPR, integer_one_node, integer_zero_node, in move_sese_in_condition()
|
H A D | tree-cfgcleanup.cc | 107 cond = gimple_build_cond (LE_EXPR, lhs, rhs, NULL_TREE, NULL_TREE); in convert_single_case_switch() 110 cond = gimple_build_cond (EQ_EXPR, index, in convert_single_case_switch()
|
H A D | tree-ssa-loop-split.cc | 339 skip_stmt = gimple_build_cond (gimple_cond_code (stmt), in connect_loops() 1566 gimple *break_cond = gimple_build_cond (gimple_cond_code(cond), in do_split_loop_on_cond()
|
H A D | symtab-thunks.cc | 592 stmt = gimple_build_cond (NE_EXPR, restmp, in expand_thunk()
|
H A D | gimple-low.cc | 900 gimple *cond = gimple_build_cond (EQ_EXPR, res, integer_zero_node, in lower_builtin_posix_memalign()
|
H A D | tree-switch-conversion.cc | 845 cond_stmt = gimple_build_cond (LE_EXPR, tidx, bound, NULL_TREE, NULL_TREE); in gen_inbound_check() 2158 gcond *cond = gimple_build_cond (comparison, op0, op1, NULL_TREE, NULL_TREE); in emit_cmp_and_jump_insns() 2188 gcond *cond = gimple_build_cond (EQ_EXPR, op0, op1, NULL_TREE, NULL_TREE); in do_jump_if_equal()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn-tree.cc | 154 gcond *cond = gimple_build_cond (EQ_EXPR, actual_var, expect_var, in gcn_lockless_update() 231 gcond *cond = gimple_build_cond (EQ_EXPR, lock_var, uns_unlocked, in gcn_lockfull_update()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn-tree.c | 273 gcond *cond = gimple_build_cond (EQ_EXPR, actual_var, expect_var, in gcn_lockless_update() 350 gcond *cond = gimple_build_cond (EQ_EXPR, lock_var, uns_unlocked, in gcn_lockfull_update()
|