Home
last modified time | relevance | path

Searched refs:cond (Results 176 – 200 of 327) sorted by relevance

12345678910>>...14

/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dgimple-parser.c1341 tree cond = c_parser_gimple_binary_expression (parser).value; in c_parser_gimple_paren_condition() local
1344 return cond; in c_parser_gimple_paren_condition()
1361 tree cond = c_parser_gimple_paren_condition (parser); in c_parser_gimple_if_stmt() local
1413 if (cond != error_mark_node) in c_parser_gimple_if_stmt()
1414 gimple_seq_add_stmt (seq, gimple_build_cond_from_tree (cond, t_label, in c_parser_gimple_if_stmt()
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-expand.c614 cond = NULL_TREE; in expand_parallel_call()
640 if (cond) in expand_parallel_call()
642 cond = gimple_boolify (cond); in expand_parallel_call()
2143 if (cond) in expand_omp_ordered_sink()
2146 cond = t; in expand_omp_ordered_sink()
2173 cond, t); in expand_omp_ordered_sink()
2219 cond = unshare_expr (cond); in expand_omp_ordered_sink()
2220 cond = force_gimple_operand_gsi (gsi, cond, true, NULL_TREE, false, in expand_omp_ordered_sink()
7191 cond = NULL_TREE; in expand_omp_target()
7223 if (cond) in expand_omp_target()
[all …]
H A Dvr-values.c692 tree cond = ASSERT_EXPR_COND (expr); in extract_range_from_assert() local
695 gcc_assert (COMPARISON_CLASS_P (cond)); in extract_range_from_assert()
698 if (var == TREE_OPERAND (cond, 0) in extract_range_from_assert()
699 || TREE_CODE (TREE_OPERAND (cond, 0)) == PLUS_EXPR in extract_range_from_assert()
700 || TREE_CODE (TREE_OPERAND (cond, 0)) == NOP_EXPR) in extract_range_from_assert()
704 cond_code = TREE_CODE (cond); in extract_range_from_assert()
705 limit = TREE_OPERAND (cond, 1); in extract_range_from_assert()
706 op = TREE_OPERAND (cond, 0); in extract_range_from_assert()
714 limit = TREE_OPERAND (cond, 0); in extract_range_from_assert()
715 op = TREE_OPERAND (cond, 1); in extract_range_from_assert()
[all …]
H A Dipa-prop.c1363 gimple *assign, *cond; in compute_complex_ancestor_jump_func() local
1396 cond = last_stmt (cond_bb); in compute_complex_ancestor_jump_func()
1397 if (!cond in compute_complex_ancestor_jump_func()
1400 || gimple_cond_lhs (cond) != parm in compute_complex_ancestor_jump_func()
2258 tree cond = gimple_cond_lhs (branch); in ipa_analyze_indirect_call_uses() local
2259 if (!ipa_is_ssa_with_stmt_def (cond)) in ipa_analyze_indirect_call_uses()
2262 def = SSA_NAME_DEF_STMT (cond); in ipa_analyze_indirect_call_uses()
2268 cond = gimple_assign_rhs1 (def); in ipa_analyze_indirect_call_uses()
2272 def = SSA_NAME_DEF_STMT (cond); in ipa_analyze_indirect_call_uses()
2277 cond = gimple_assign_rhs1 (def); in ipa_analyze_indirect_call_uses()
[all …]
H A Dsese.c310 gcond *cond = gimple_build_cond (NE_EXPR, integer_one_node, integer_zero_node, in move_sese_in_condition() local
312 gsi_insert_after (&gsi, cond, GSI_CONTINUE_LINKING); in move_sese_in_condition()
H A Dloop-unroll.c805 rtx cond; in compare_and_jump_seq() local
818 cond = XEXP (SET_SRC (pc_set (cinsn)), 0); in compare_and_jump_seq()
819 gcc_assert (GET_CODE (cond) == comp); in compare_and_jump_seq()
820 gcc_assert (rtx_equal_p (op0, XEXP (cond, 0))); in compare_and_jump_seq()
821 gcc_assert (rtx_equal_p (op1, XEXP (cond, 1))); in compare_and_jump_seq()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgraphite-clast-to-gimple.c719 tree cond = NULL; in graphite_create_guard_cond_expr() local
726 if (cond) in graphite_create_guard_cond_expr()
727 cond = fold_build2 (TRUTH_AND_EXPR, TREE_TYPE (eq), cond, eq); in graphite_create_guard_cond_expr()
729 cond = eq; in graphite_create_guard_cond_expr()
732 return cond; in graphite_create_guard_cond_expr()
H A Dtree-ssa-loop-im.c815 gimple cond; in determine_max_movement() local
818 cond = gsi_stmt (gsi_last_bb (dom)); in determine_max_movement()
819 if (gimple_code (cond) != GIMPLE_COND) in determine_max_movement()
828 FOR_EACH_SSA_TREE_OPERAND (val, cond, iter, SSA_OP_USE) in determine_max_movement()
1278 gimple cond = gsi_stmt (gsi_last_bb (dom)); in move_computations_stmt() local
1284 t = build2 (gimple_cond_code (cond), boolean_type_node, in move_computations_stmt()
1285 gimple_cond_lhs (cond), gimple_cond_rhs (cond)); in move_computations_stmt()
H A Dtree-mudflap.c516 tree cond, t, u, v; in mf_build_check_statement_for() local
647 cond = make_rename_temp (boolean_type_node, "__mf_unlikely_cond"); in mf_build_check_statement_for()
648 g = gimple_build_assign (cond, t); in mf_build_check_statement_for()
654 g = gimple_build_cond (NE_EXPR, cond, boolean_false_node, NULL_TREE, in mf_build_check_statement_for()
H A Dgimplify.c1750 tree cond = TREE_OPERAND (*expr_p, 0); in gimplify_exit_expr() local
2963 tree expr = *expr_p, cond; in gimplify_pure_cond_expr() local
2971 code = TREE_CODE (cond); in gimplify_pure_cond_expr()
2977 COND_EXPR_COND (*expr_p) = cond; in gimplify_pure_cond_expr()
4389 tree cond = *from_p; in gimplify_modify_expr_rhs() local
4398 TREE_OPERAND (cond, 1) in gimplify_modify_expr_rhs()
4400 TREE_OPERAND (cond, 1)); in gimplify_modify_expr_rhs()
4402 TREE_OPERAND (cond, 2) in gimplify_modify_expr_rhs()
4404 TREE_OPERAND (cond, 2)); in gimplify_modify_expr_rhs()
4411 gimplify_and_add (cond, pre_p); in gimplify_modify_expr_rhs()
[all …]
/dragonfly/usr.bin/mail/
H A Dlex.c327 if ((cond == CRCV && !rcvmode) || (cond == CSEND && rcvmode)) in execute()
/dragonfly/games/trek/
H A Dattack.c87 if (Ship.cond == DOCKED) { in attack()
H A Dwarp.c81 if (Ship.cond == DOCKED) { in warp()
H A Dkill.c118 if (Ship.cond == DOCKED) in killb()
H A Dtrek.h235 unsigned char cond; /* condition code */ member
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2544 tree t, enter, sj, cond; in next_sjlj_build_enter_and_setjmp() local
2567 cond = build2 (COMPOUND_EXPR, TREE_TYPE (sj), enter, sj); in next_sjlj_build_enter_and_setjmp()
2568 cond = c_common_truthvalue_conversion (input_location, cond); in next_sjlj_build_enter_and_setjmp()
2570 return build3 (COND_EXPR, void_type_node, cond, NULL, NULL); in next_sjlj_build_enter_and_setjmp()
2627 tree args, cond; in next_sjlj_build_catch_list() local
2630 cond = error_mark_node; in next_sjlj_build_catch_list()
2638 cond = c_common_truthvalue_conversion (input_location, t); in next_sjlj_build_catch_list()
2640 t = build3 (COND_EXPR, void_type_node, cond, body, NULL); in next_sjlj_build_catch_list()
/dragonfly/games/adventure/
H A Dhdr.h123 extern int cond[LOCSIZE]; /* various condition bits */
/dragonfly/contrib/binutils-2.27/ld/
H A Dldexp.h61 union etree_union *cond; member
/dragonfly/contrib/gdb-7/gdb/
H A Dtracepoint.h158 char *cond; member
H A Di386-nat.c593 struct expression *cond) in i386_insert_watchpoint() argument
631 struct expression *cond) in i386_remove_watchpoint() argument
/dragonfly/contrib/binutils-2.34/ld/
H A Dldexp.h61 union etree_union *cond; member
/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h524 #define __GMP_LIKELY(cond) __builtin_expect ((cond) != 0, 1) argument
525 #define __GMP_UNLIKELY(cond) __builtin_expect ((cond) != 0, 0) argument
527 #define __GMP_LIKELY(cond) (cond) argument
528 #define __GMP_UNLIKELY(cond) (cond) argument
/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c448 ZSTD_pthread_cond_t cond; member
539 initError |= ZSTD_pthread_cond_init(&serialState->cond, NULL); in ZSTDMT_serialState_init()
549 ZSTD_pthread_cond_destroy(&serialState->cond); in ZSTDMT_serialState_free()
564 ZSTD_pthread_cond_wait(&serialState->cond, &serialState->mutex); in ZSTDMT_serialState_update()
593 ZSTD_pthread_cond_broadcast(&serialState->cond); in ZSTDMT_serialState_update()
613 ZSTD_pthread_cond_broadcast(&serialState->cond); in ZSTDMT_serialState_ensureFinished()
954 ZSTD_pthread_cond_t const cond = mtctx->jobs[jobID].job_cond; in ZSTDMT_releaseAllJobResources() local
962 mtctx->jobs[jobID].job_cond = cond; in ZSTDMT_releaseAllJobResources()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl2.c3435 tree cond = cp_build_binary_op (DECL_SOURCE_LOCATION (var), in generate_tls_wrapper() local
3438 finish_if_stmt_cond (cond, if_stmt); in generate_tls_wrapper()
3892 tree node, init_if_stmt, cond; in do_static_initialization_or_destruction() local
3896 cond = initp ? integer_one_node : integer_zero_node; in do_static_initialization_or_destruction()
3897 cond = cp_build_binary_op (input_location, in do_static_initialization_or_destruction()
3900 cond, in do_static_initialization_or_destruction()
3902 finish_if_stmt_cond (cond, init_if_stmt); in do_static_initialization_or_destruction()
3941 cond = cp_build_binary_op (input_location, in do_static_initialization_or_destruction()
3946 finish_if_stmt_cond (cond, priority_if_stmt); in do_static_initialization_or_destruction()
4382 tree cond = cp_build_unary_op (TRUTH_NOT_EXPR, guard, false, in handle_tls_init() local
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Drtti.c319 tree cond = NULL_TREE, initial_expr = exp; in build_typeid() local
340 cond = cp_convert (boolean_type_node, TREE_OPERAND (exp, 0)); in build_typeid()
348 if (cond) in build_typeid()
352 exp = build3 (COND_EXPR, TREE_TYPE (exp), cond, exp, bad); in build_typeid()

12345678910>>...14