Home
last modified time | relevance | path

Searched refs:cond (Results 226 – 250 of 327) sorted by relevance

12345678910>>...14

/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Doptions.texi449 @item Condition(@var{cond})
451 @var{cond} is true. Note that any C declarations associated with the
452 option will be present even if @var{cond} is false; @var{cond} simply
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dconstexpr.c4016 tree cond = SWITCH_COND (t); in cxx_eval_switch_expr() local
4017 cond = cxx_eval_constant_expression (ctx, cond, false, in cxx_eval_switch_expr()
4019 VERIFY_CONSTANT (cond); in cxx_eval_switch_expr()
4020 *jump_target = cond; in cxx_eval_switch_expr()
4767 tree cond = TREE_OPERAND (t, 0); in cxx_eval_constant_expression() local
4768 cond = cxx_eval_constant_expression (ctx, cond, /*lval*/false, in cxx_eval_constant_expression()
4770 VERIFY_CONSTANT (cond); in cxx_eval_constant_expression()
4771 if (integer_nonzerop (cond)) in cxx_eval_constant_expression()
H A Dtypeck.c6871 tree cond, op1, op2; in convert_ptrmem() local
6875 cond = cp_build_binary_op (input_location, in convert_ptrmem()
7985 tree cond; in cp_build_modify_expr() local
8001 cond = build_conditional_expr in cp_build_modify_expr()
8009 if (cond == error_mark_node) in cp_build_modify_expr()
8010 return cond; in cp_build_modify_expr()
8016 cond = build2 (COMPOUND_EXPR, TREE_TYPE (cond), in cp_build_modify_expr()
8017 TREE_OPERAND (olhs, 0), cond); in cp_build_modify_expr()
8018 tree *ptr = &TREE_OPERAND (cond, 1); in cp_build_modify_expr()
8023 *ptr = build2 (COMPOUND_EXPR, TREE_TYPE (cond), in cp_build_modify_expr()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfghooks.c1126 basic_block new_block, void *cond) in lv_add_condition_to_bb() argument
1129 cfg_hooks->lv_add_condition_to_bb (first, second, new_block, cond); in lv_add_condition_to_bb()
H A Dtree-vect-slp.c477 tree cond; in vect_build_slp_tree() local
531 && (cond = gimple_assign_rhs1 (stmt)) in vect_build_slp_tree()
532 && !COMPARISON_CLASS_P (cond)) in vect_build_slp_tree()
2330 tree cond = gimple_assign_rhs1 (stmt); in vect_get_constant_vectors() local
2331 op = TREE_OPERAND (cond, op_num); in vect_get_constant_vectors()
H A Dtree-complex.c1122 tree cond, tmp; in expand_complex_div_wide() local
1134 cond = fold_build2_loc (gimple_location (stmt), in expand_complex_div_wide()
1136 stmt = gimple_build_cond_from_tree (cond, NULL_TREE, NULL_TREE); in expand_complex_div_wide()
H A Dcselib.c2454 rtx cond = 0; in cselib_record_sets() local
2461 cond = COND_EXEC_TEST (body); in cselib_record_sets()
2521 if (cond) in cselib_record_sets()
2522 src = gen_rtx_IF_THEN_ELSE (GET_MODE (dest), cond, src, dest); in cselib_record_sets()
H A Dgimple.h625 enum tree_code cond; member
4487 gimple_omp_for_set_cond (gimple gs, size_t i, enum tree_code cond) in gimple_omp_for_set_cond() argument
4490 gcc_gimple_checking_assert (TREE_CODE_CLASS (cond) == tcc_comparison in gimple_omp_for_set_cond()
4492 gs->gimple_omp_for.iter[i].cond = cond; in gimple_omp_for_set_cond()
4503 return gs->gimple_omp_for.iter[i].cond; in gimple_omp_for_cond()
/dragonfly/contrib/gmp/
H A Ddumbmp.c67 #define ASSERT(cond) \ argument
69 if (! (cond)) \
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfgcleanup.c2309 rtx cond; in try_head_merge_bb() local
2326 cond = get_condition (jump, &move_before, true, false); in try_head_merge_bb()
2327 if (cond == NULL_RTX) in try_head_merge_bb()
2491 cond = get_condition (jump, &move_before, true, false); in try_head_merge_bb()
2492 if (cond == NULL_RTX) in try_head_merge_bb()
H A Drtlanal.c5481 canonicalize_condition (rtx_insn *insn, rtx cond, int reverse, in canonicalize_condition() argument
5494 code = GET_CODE (cond); in canonicalize_condition()
5495 mode = GET_MODE (cond); in canonicalize_condition()
5496 op0 = XEXP (cond, 0); in canonicalize_condition()
5497 op1 = XEXP (cond, 1); in canonicalize_condition()
5500 code = reversed_comparison_code (cond, insn); in canonicalize_condition()
5755 rtx cond; in get_condition() local
5765 cond = XEXP (SET_SRC (set), 0); in get_condition()
5773 return canonicalize_condition (jump, cond, reverse, earliest, NULL_RTX, in get_condition()
H A Dhsa-gen.c3323 tree cond = rhs1; in gen_hsa_insns_for_operation_assignment() local
3325 if (CONSTANT_CLASS_P (cond) || TREE_CODE (cond) == SSA_NAME) in gen_hsa_insns_for_operation_assignment()
3326 ctrl = hsa_reg_or_immed_for_gimple_op (cond, hbb); in gen_hsa_insns_for_operation_assignment()
3331 gen_hsa_cmp_insn_from_gimple (TREE_CODE (cond), in gen_hsa_insns_for_operation_assignment()
3332 TREE_OPERAND (cond, 0), in gen_hsa_insns_for_operation_assignment()
3333 TREE_OPERAND (cond, 1), in gen_hsa_insns_for_operation_assignment()
3429 gen_hsa_insns_for_cond_stmt (gimple *cond, hsa_bb *hbb) in gen_hsa_insns_for_cond_stmt() argument
3434 gen_hsa_cmp_insn_from_gimple (gimple_cond_code (cond), in gen_hsa_insns_for_cond_stmt()
3435 gimple_cond_lhs (cond), in gen_hsa_insns_for_cond_stmt()
3436 gimple_cond_rhs (cond), in gen_hsa_insns_for_cond_stmt()
H A Dtree-parloops.c2399 gcond *cond = as_a <gcond *> (gsi_stmt (gsi_last_bb (cond_bb))); in gen_parallel_loop() local
2400 gimple_cond_make_true (cond); in gen_parallel_loop()
2401 update_stmt (cond); in gen_parallel_loop()
3202 gimple *cond in oacc_entry_exit_single_gang() local
3205 gsi_insert_after (&gsi2, cond, GSI_NEW_STMT); in oacc_entry_exit_single_gang()
H A Dcselib.c2503 rtx cond = 0; in cselib_record_sets() local
2511 cond = COND_EXEC_TEST (body); in cselib_record_sets()
2572 if (cond) in cselib_record_sets()
2573 src = gen_rtx_IF_THEN_ELSE (GET_MODE (dest), cond, src, dest); in cselib_record_sets()
H A Dtree-complex.c1173 tree cond, tmp; in expand_complex_div_wide() local
1185 cond = fold_build2_loc (gimple_location (stmt), in expand_complex_div_wide()
1187 stmt = gimple_build_cond_from_tree (cond, NULL_TREE, NULL_TREE); in expand_complex_div_wide()
H A Dgimple-loop-interchange.cc892 tree cond, tmp = copy_ssa_name (re->var); in undo_simple_reduction() local
899 cond = fold_build2 (NE_EXPR, boolean_type_node, iv->var, iv->init_val); in undo_simple_reduction()
901 stmt = gimple_build_assign (new_var, COND_EXPR, cond, tmp, re->init); in undo_simple_reduction()
H A Dtree-ssa-sccvn.c4804 vn_nary_op_t cond in record_cond() local
4819 cond_stack.safe_push (std::make_pair (bb, std::make_pair (cond, old))); in record_cond()
4867 vn_nary_op_t cond = cond_stack.last ().second.first; in after_dom_children() local
4869 current_info->nary->remove_elt_with_hash (cond, cond->hashcode); in after_dom_children()
5666 if (gcond *cond = dyn_cast <gcond *> (stmt)) in before_dom_children() local
5678 gimple_cond_make_true (cond); in before_dom_children()
5680 gimple_cond_make_false (cond); in before_dom_children()
5681 update_stmt (cond); in before_dom_children()
H A Dgimple.h604 enum tree_code cond;
5080 return omp_for_stmt->iter[i].cond;
5087 gimple_omp_for_set_cond (gimple *gs, size_t i, enum tree_code cond)
5090 gcc_gimple_checking_assert (TREE_CODE_CLASS (cond) == tcc_comparison
5092 omp_for_stmt->iter[i].cond = cond;
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dmmx.md103 (cond [(eq_attr "alternative" "0,1")
161 (cond [(eq_attr "alternative" "4,5,6,7,8")
168 (cond [(eq_attr "alternative" "0")
236 (cond [(eq_attr "alternative" "0,1")
293 (cond [(eq_attr "alternative" "0")
/dragonfly/games/adventure/
H A Dio.c490 cond[n] |= setbit[bitnum]; in rliq()
/dragonfly/contrib/file/src/
H A Dapprentice.c1806 int cond; in get_cond() member
1823 return p->cond; in get_cond()
1827 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond() argument
1832 switch (cond) { in check_cond()
2230 m->cond = get_cond(l, &l); in parse()
2231 if (check_cond(ms, m->cond, cont_level) == -1) in parse()
/dragonfly/usr.bin/dsynth/
H A Ddsynth.h306 pthread_cond_t cond; /* interlock cond (w/ WorkerMutex) */ member
H A Dbuild.c125 pthread_cond_init(&work->cond, NULL); in DoInitBuild()
1088 pthread_cond_signal(&work->cond); in startworker()
1289 pthread_cond_signal(&work->cond); in waitbuild()
1666 pthread_cond_wait(&work->cond, &WorkerMutex); in childBuilderThread()
/dragonfly/lib/libc/nameser/
H A Dns_print.c33 #define INSIST(cond) assert(cond) argument
/dragonfly/contrib/gdb-7/gdb/
H A Dbreakpoint.h347 struct expression *cond; member

12345678910>>...14