HomeSort by: relevance | last modified time | path
    Searched defs:cond2 (Results 1 - 19 of 19) sorted by relevancy

  /src/tests/libexec/ld.elf_so/
h_thread_local_dtor.c 37 static pthread_cond_t cond2 = PTHREAD_COND_INITIALIZER; variable
50 pthread_cond_wait(&cond2, &mutex);
87 pthread_cond_signal(&cond2);
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-string.cc 190 rtx cond2 = gen_rtx_NE (VOIDmode, data1, data2); local
191 emit_unlikely_jump_insn (gen_cbranch4 (Pmode, cond2, data1,
  /src/external/gpl3/gcc/dist/gcc/
cfgcleanup.cc 255 rtx set1, set2, cond1, cond2;
297 cond2 = XEXP (SET_SRC (set2), 0);
303 code2 = GET_CODE (cond2);
304 reversed_code2 = reversed_comparison_code (cond2, BB_END (b));
314 if (!rtx_equal_p (XEXP (cond1, 0), XEXP (cond2, 0))
315 || !rtx_equal_p (XEXP (cond1, 1), XEXP (cond2, 1)))
353 /* cond2 must not mention any register that is not equal to the
357 && mentions_nonequal_regs (cond2, nonequal))
1629 rtx set1, set2, cond1, cond2;
1673 cond2 = XEXP (SET_SRC (set2), 0)
252 rtx set1, set2, cond1, cond2; local
    [all...]
sched-deps.cc 624 /* Return true if conditions COND1 and COND2 can never be both true. */
626 conditions_mutex_p (const_rtx cond1, const_rtx cond2, bool rev1, bool rev2)
629 && COMPARISON_P (cond2)
632 ? reversed_comparison_code (cond2, NULL)
633 : GET_CODE (cond2))
634 && rtx_equal_p (XEXP (cond1, 0), XEXP (cond2, 0))
635 && XEXP (cond1, 1) == XEXP (cond2, 1))
645 rtx cond1, cond2;
653 cond2 = sched_get_condition_with_rev (insn2, &rev2);
654 if (cond1 && cond2
641 rtx cond1, cond2; local
    [all...]
gimplify.cc 8701 tree cond2 = fold_build2_loc (loc, LE_EXPR, boolean_type_node,
8706 cond1, cond2, cond3);
8698 tree cond2 = fold_build2_loc (loc, LE_EXPR, boolean_type_node, local
  /src/external/gpl3/gcc.old/dist/gcc/
cfgcleanup.cc 255 rtx set1, set2, cond1, cond2;
297 cond2 = XEXP (SET_SRC (set2), 0);
303 code2 = GET_CODE (cond2);
304 reversed_code2 = reversed_comparison_code (cond2, BB_END (b));
314 if (!rtx_equal_p (XEXP (cond1, 0), XEXP (cond2, 0))
315 || !rtx_equal_p (XEXP (cond1, 1), XEXP (cond2, 1)))
353 /* cond2 must not mention any register that is not equal to the
357 && mentions_nonequal_regs (cond2, nonequal))
1629 rtx set1, set2, cond1, cond2;
1673 cond2 = XEXP (SET_SRC (set2), 0)
252 rtx set1, set2, cond1, cond2; local
    [all...]
sched-deps.cc 624 /* Return nonzero if conditions COND1 and COND2 can never be both true. */
626 conditions_mutex_p (const_rtx cond1, const_rtx cond2, bool rev1, bool rev2)
629 && COMPARISON_P (cond2)
632 ? reversed_comparison_code (cond2, NULL)
633 : GET_CODE (cond2))
634 && rtx_equal_p (XEXP (cond1, 0), XEXP (cond2, 0))
635 && XEXP (cond1, 1) == XEXP (cond2, 1))
645 rtx cond1, cond2;
653 cond2 = sched_get_condition_with_rev (insn2, &rev2);
654 if (cond1 && cond2
641 rtx cond1, cond2; local
    [all...]
gimplify.cc 8215 tree cond2 = fold_build2_loc (loc, LE_EXPR, boolean_type_node,
8220 cond1, cond2, cond3);
8212 tree cond2 = fold_build2_loc (loc, LE_EXPR, boolean_type_node, local
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.cc 1345 tree cond2; local
1356 cond2 = fold_build2_loc (input_location, NE_EXPR, logical_type_node,
1360 logical_type_node, cond2, cond);
1490 tree cond2; local
1493 cond2 = fold_build2_loc (input_location, NE_EXPR, logical_type_node,
1500 cond2, tmp, error);
1524 tree cond2; local
1526 cond2 = fold_build2_loc (input_location, NE_EXPR, logical_type_node,
1534 gfc_unlikely (cond2, PRED_FORTRAN_FAIL_ALLOC),
1541 tree cond2, pstat = null_pointer_node local
1650 tree cond2; local
1695 tree cond2; local
1743 tree cond2; local
    [all...]
trans-io.cc 635 tree cond1, cond2, cond3, val, body; local
649 cond2 = build2_loc (input_location, GT_EXPR, logical_type_node,
653 logical_type_node, cond1, cond2);
trans-openmp.cc 1371 tree cond2 = fold_build2_loc (input_location, NE_EXPR, boolean_type_node, local
1374 boolean_type_node, cond, cond2);
trans-stmt.cc 1274 tree cond2; local
1280 cond2 = fold_build2_loc (input_location, LT_EXPR, logical_type_node,
1284 logical_type_node, cond, cond2);
1423 ELSEIF (cond2)
trans-expr.cc 3442 tree cond2; local
3470 cond2 = fold_build2_loc (input_location, GE_EXPR, logical_type_node,
3472 tmp1 = fold_build3_loc (input_location, COND_EXPR, type, cond2,
8064 tree cond2; local
8148 cond2 = fold_build2_loc (input_location, LT_EXPR, logical_type_node, slen,
8152 if (!CONSTANT_CLASS_P (cond2))
8189 tmp = fold_build3_loc (input_location, COND_EXPR, void_type_node, cond2,
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-io.cc 636 tree cond1, cond2, cond3, val, body; local
650 cond2 = build2_loc (input_location, GT_EXPR, logical_type_node,
654 logical_type_node, cond1, cond2);
trans.cc 983 tree cond2, sub_caf_tree; local
1047 cond2 = fold_build2_loc (input_location, NE_EXPR, logical_type_node,
1050 gfc_unlikely (cond2, PRED_FORTRAN_FAIL_ALLOC),
1459 tree cond2; local
1465 cond2 = fold_build2_loc (input_location, NE_EXPR, logical_type_node,
1469 logical_type_node, cond2, cond);
1879 tree cond2; local
1882 cond2 = fold_build2_loc (input_location, NE_EXPR, logical_type_node,
1889 cond2, tmp, error);
1931 tree cond2; local
1948 tree cond2, pstat = null_pointer_node; local
2058 tree cond2; local
2113 tree cond2; local
2161 tree cond2; local
    [all...]
trans-openmp.cc 1423 tree cond2 = fold_build2_loc (input_location, NE_EXPR, boolean_type_node, local
1426 boolean_type_node, cond, cond2);
trans-stmt.cc 1278 tree cond2; local
1284 cond2 = fold_build2_loc (input_location, LT_EXPR, logical_type_node,
1288 logical_type_node, cond, cond2);
1427 ELSEIF (cond2)
trans-expr.cc 3543 tree cond2; local
3571 cond2 = fold_build2_loc (input_location, GE_EXPR, logical_type_node,
3573 tmp1 = fold_build3_loc (input_location, COND_EXPR, type, cond2,
8505 tree cond2; local
8589 cond2 = fold_build2_loc (input_location, LT_EXPR, logical_type_node, slen,
8593 if (!CONSTANT_CLASS_P (cond2))
8630 tmp = fold_build3_loc (input_location, COND_EXPR, void_type_node, cond2,
trans-intrinsic.cc 10361 tree cond1, cond2, cond3, cond4, cond5; local
10399 cond2 = build_call_expr_loc (input_location, func, 2, abs0, abs1);
10400 res = fold_build3_loc (input_location, COND_EXPR, type, cond2,

Completed in 112 milliseconds