Home
last modified time | relevance | path

Searched refs:tree_nop_conversion_p (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd102 plus conditionalize on tree_nop_conversion_p conversions. */
105 (if (tree_nop_conversion_p (type, TREE_TYPE (@0)))))
111 && tree_nop_conversion_p (TREE_TYPE (type), TREE_TYPE (TREE_TYPE (@0))))))
486 && tree_nop_conversion_p (type, TREE_TYPE (@0))
572 && tree_nop_conversion_p (type, TREE_TYPE (@1))
752 && tree_nop_conversion_p (type, TREE_TYPE (@1)))
1143 (if (tree_nop_conversion_p (type, TREE_TYPE (@0))
1144 && tree_nop_conversion_p (type, TREE_TYPE (@2))
1151 (if (tree_nop_conversion_p (type, TREE_TYPE (@0)))
1164 (if (tree_nop_conversion_p (type, TREE_TYPE (@0)))
[all …]
H A Dtree-chrec.c258 && tree_nop_conversion_p (type, optype) in chrec_fold_plus_1()
291 && tree_nop_conversion_p (type, optype) in chrec_fold_plus_1()
H A Dtree-affine.c316 if (tree_nop_conversion_p (otype, itype))
H A Dtree-vect-loop.c3042 && tree_nop_conversion_p (TREE_TYPE (gimple_assign_lhs (use_stmt)), in check_reduction_path()
6134 if (!tree_nop_conversion_p (TREE_TYPE (gimple_assign_lhs (assign)), in vectorizable_reduction()
H A Dtree-vect-stmts.c5326 return tree_nop_conversion_p (TREE_TYPE (lhs), TREE_TYPE (rhs)); in vect_nop_conversion_p()
5768 = !tree_nop_conversion_p (TREE_TYPE (vectype), in vectorizable_shift()
H A Dtree.c12699 tree_nop_conversion_p (const_tree outer_type, const_tree inner_type) in tree_nop_conversion_p() function
12753 return tree_nop_conversion_p (outer_type, inner_type); in tree_nop_conversion()
H A Dtree.h5092 extern bool tree_nop_conversion_p (const_tree, const_tree);
H A Dtree-ssa-reassoc.c643 && tree_nop_conversion_p (TREE_TYPE (gimple_assign_lhs (ass)), in gimple_nop_conversion_p()
H A Dfold-const.c2989 && !tree_nop_conversion_p (TREE_TYPE (arg0), TREE_TYPE (arg1))) in operand_equal_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmatch.pd145 plus conditionalize on tree_nop_conversion_p conversions. */
148 (if (tree_nop_conversion_p (type, TREE_TYPE (@0)))))
154 && tree_nop_conversion_p (TREE_TYPE (type), TREE_TYPE (TREE_TYPE (@0))))))
589 && tree_nop_conversion_p (type, TREE_TYPE (@0))
675 && tree_nop_conversion_p (type, TREE_TYPE (@1))
904 && tree_nop_conversion_p (type, TREE_TYPE (@1)))
1455 (if (tree_nop_conversion_p (type, TREE_TYPE (@0))
1456 && tree_nop_conversion_p (type, TREE_TYPE (@2))
1463 (if (tree_nop_conversion_p (type, TREE_TYPE (@0)))
1476 (if (tree_nop_conversion_p (type, TREE_TYPE (@0)))
[all …]
H A Dtree-chrec.cc258 && tree_nop_conversion_p (type, optype) in chrec_fold_plus_1()
291 && tree_nop_conversion_p (type, optype) in chrec_fold_plus_1()
H A Dtree-affine.cc317 if (tree_nop_conversion_p (otype, itype)) in expr_to_aff_combination()
H A Dtree-scalar-evolution.cc3285 if (!tree_nop_conversion_p (type, TREE_TYPE (e)) in simple_iv_with_niters()
H A Dtree-if-conv.cc1622 || !tree_nop_conversion_p (TREE_TYPE (op), TREE_TYPE in strip_nop_cond_scalar_reduction()
H A Dtree.cc8508 && tree_nop_conversion_p (type, TREE_TYPE (arg))) in tree_builtin_call_types_compatible_p()
8521 : tree_nop_conversion_p (integer_type_node, in tree_builtin_call_types_compatible_p()
11815 tree_nop_conversion_p (const_tree outer_type, const_tree inner_type) in tree_nop_conversion_p() function
11869 return tree_nop_conversion_p (outer_type, inner_type); in tree_nop_conversion()
H A Dtree-ssa-ccp.cc3933 if (!tree_nop_conversion_p (TREE_TYPE (use_lhs), TREE_TYPE (lhs)) in optimize_atomic_op_fetch_cmp_0()
H A Dtree-vect-loop.cc3492 && tree_nop_conversion_p (op.type, TREE_TYPE (op.ops[0]))) in check_reduction_path()
6702 if (!tree_nop_conversion_p (op.type, TREE_TYPE (op.ops[0]))) in vectorizable_reduction()
H A Dtree-vect-stmts.cc5379 return tree_nop_conversion_p (TREE_TYPE (lhs), TREE_TYPE (rhs)); in vect_nop_conversion_p()
5826 || !tree_nop_conversion_p (TREE_TYPE (vectype), in vectorizable_shift()
H A Dtree-ssa-reassoc.cc710 && tree_nop_conversion_p (TREE_TYPE (gimple_assign_lhs (ass)), in gimple_nop_conversion_p()
H A Dtree.h5273 extern bool tree_nop_conversion_p (const_tree, const_tree);
H A Dtree-cfg.cc4467 || !tree_nop_conversion_p (rhs1_type, rhs2_type) in verify_gimple_assign_ternary()
H A Dfold-const.cc3004 && !tree_nop_conversion_p (TREE_TYPE (arg0), TREE_TYPE (arg1))) in operand_equal_p()
H A DChangeLog7060 comparisons or tree_nop_conversion_p checks.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc23262 if (tree_nop_conversion_p in add_stmt_cost()
23345 && tree_nop_conversion_p (TREE_TYPE (gimple_assign_lhs (def)), in add_stmt_cost()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c21943 if (tree_nop_conversion_p in ix86_add_stmt_cost()

12