Home
last modified time | relevance | path

Searched refs:simplify_ternary_operation (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dssa-ccp.c405 x = simplify_ternary_operation (IF_THEN_ELSE,
598 simplified = simplify_ternary_operation (GET_CODE (src),
Dsimplify-rtx.c201 if (0 != (tem = simplify_ternary_operation (code, mode, op0_mode,
2260 simplify_ternary_operation (code, mode, op0_mode, op0, op1, op2) in simplify_ternary_operation() function
2888 return simplify_ternary_operation (code, mode, GET_MODE (XEXP (x, 0)),
Drtl.h1545 extern rtx simplify_ternary_operation PARAMS ((enum rtx_code,
Dintegrate.c2839 new = simplify_ternary_operation (code, GET_MODE (x), op0_mode,
Dcse.c4377 new = simplify_ternary_operation (code, mode, mode_arg0,
DChangeLog.08552 * cse.c (simplify_ternary_operation): Don't try to simplify
8558 * cse.c (simplify_ternary_operation): Handle more IF_THEN_ELSE
10837 * cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse
DChangeLog.58856 (simplify_ternary_operation): Likewise.
11673 * simplify-rtx.c (simplify_ternary_operation): Ditto.
13369 (simplify_ternary_operation): Likewise.
DChangeLog.48911 * simplify-rtx.c (simplify_ternary_operation): Likewise.
13071 (simplify_ternary_operation): Compute properly the mode of comparison.
13896 (simplify_ternary_operation): Do not examine MODE_BITSIZE of
Dcombine.c3839 temp = simplify_ternary_operation (code, mode, op0_mode, XEXP (x, 0),
DChangeLog.32760 (simplify_ternary_operation): Cast INTVAL to unsigned before
2862 * simplify-rtx.c (simplify_ternary_operation): Try to simplify
4447 * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
DChangeLog6799 simplify_ternary_operation): Deal with VEC_* expressions.
17041 (simplify_ternary_operation): a == b has a definite value
DChangeLog.23513 (simplify_ternary_operation): Likewise.
DFSFChangeLog.111484 * cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse
/openbsd/src/gnu/gcc/gcc/
Dsimplify-rtx.c236 if (0 != (tem = simplify_ternary_operation (code, mode, op0_mode, in simplify_gen_ternary()
4039 simplify_ternary_operation (enum rtx_code code, enum machine_mode mode, in simplify_ternary_operation() function
4853 return simplify_ternary_operation (code, mode, GET_MODE (XEXP (x, 0)), in simplify_rtx()
Drtl.h1626 extern rtx simplify_ternary_operation (enum rtx_code, enum machine_mode,
Dcse.c4448 new = simplify_ternary_operation (code, mode, mode_arg0, in fold_rtx()
Dcombine.c4302 temp = simplify_ternary_operation (code, mode, op0_mode, XEXP (x, 0), in combine_simplify_rtx()