Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-math-opts.c404 gcc_assert (FLOAT_TYPE_P (TREE_TYPE (def)) && is_gimple_reg (def)); in execute_cse_reciprocals_1()
473 && FLOAT_TYPE_P (TREE_TYPE (arg)) in execute_cse_reciprocals()
485 if (FLOAT_TYPE_P (TREE_TYPE (def)) in execute_cse_reciprocals()
495 && FLOAT_TYPE_P (TREE_TYPE (def)) in execute_cse_reciprocals()
Dconvert.c113 if (!FLOAT_TYPE_P (subt)) in strip_float_extensions()
190 if (FLOAT_TYPE_P (TREE_TYPE (arg0)) in convert_to_real()
248 if (itype != type && FLOAT_TYPE_P (type)) in convert_to_real()
272 if (FLOAT_TYPE_P (TREE_TYPE (arg0)) in convert_to_real()
273 && FLOAT_TYPE_P (TREE_TYPE (arg1))) in convert_to_real()
Dfold-const.c1089 if (FLOAT_TYPE_P (type) && !flag_unsafe_math_optimizations) in negate_expr_p()
1101 return (! FLOAT_TYPE_P (type) || flag_unsafe_math_optimizations) in negate_expr_p()
1218 if (! FLOAT_TYPE_P (type) || flag_unsafe_math_optimizations) in fold_negate_expr()
1242 if ((! FLOAT_TYPE_P (type) || flag_unsafe_math_optimizations) in fold_negate_expr()
1412 || (! FLOAT_TYPE_P (TREE_TYPE (in)) in split_tree()
3211 if (FLOAT_TYPE_P (op_type) in fold_truth_not_expr()
4630 if ((FLOAT_TYPE_P (TREE_TYPE (arg01)) in fold_cond_expr_with_comparison()
5116 && ! FLOAT_TYPE_P (TREE_TYPE (rl_arg)) in fold_truthop()
7535 int inside_float = FLOAT_TYPE_P (inside_type); in fold_unary()
7541 int inter_float = FLOAT_TYPE_P (inter_type); in fold_unary()
[all …]
Dtree-ssa-dom.c953 if (FLOAT_TYPE_P (TREE_TYPE (op0))) in record_conditions()
977 if (FLOAT_TYPE_P (TREE_TYPE (op0))) in record_conditions()
992 if (FLOAT_TYPE_P (TREE_TYPE (op0))) in record_conditions()
Dpredict.c1083 if (FLOAT_TYPE_P (type)) in tree_predict_by_opcode()
1099 if (FLOAT_TYPE_P (type)) in tree_predict_by_opcode()
Dtree-tailcall.c301 if (FLOAT_TYPE_P (TREE_TYPE (DECL_RESULT (current_function_decl)))) in process_assignment()
Dtree-ssa-phiopt.c933 if (FLOAT_TYPE_P (TREE_TYPE (TREE_OPERAND (cond, 1))) in abs_replacement()
Dtree-eh.c1866 fp_operation = FLOAT_TYPE_P (t); in tree_could_trap_p()
Dtree-outof-ssa.c1577 if (flag_float_store && FLOAT_TYPE_P (TREE_TYPE (TREE_OPERAND (stmt, 1)))) in check_replaceable()
Dvarasm.c3798 || (FLOAT_TYPE_P (dest_type) && FLOAT_TYPE_P (src_type)) in initializer_constant_valid_p()
Dtree-vrp.c3099 && FLOAT_TYPE_P (TREE_TYPE (TREE_OPERAND (expr, 0)))); in fp_predicate()
Dfunction.c1851 if (flag_float_store && FLOAT_TYPE_P (TREE_TYPE (decl))) in use_register_for_decl()
Dtree.h965 #define FLOAT_TYPE_P(TYPE) \ macro
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dfold-const.c867 if (! FLOAT_TYPE_P (type) || flag_unsafe_math_optimizations)
920 || (! FLOAT_TYPE_P (TREE_TYPE (in))
2261 if (FLOAT_TYPE_P (TREE_TYPE (TREE_OPERAND (arg, 0)))
3573 && !FLOAT_TYPE_P (TREE_TYPE (ll_arg)))
3619 && ! FLOAT_TYPE_P (TREE_TYPE (rl_arg))
4878 int inside_float = FLOAT_TYPE_P (inside_type);
4883 int inter_float = FLOAT_TYPE_P (inter_type);
4888 int final_float = FLOAT_TYPE_P (final_type);
5062 && (! FLOAT_TYPE_P (type) || flag_unsafe_math_optimizations))
5153 else if (! FLOAT_TYPE_P (type))
[all …]
Dvarasm.c3806 if (FLOAT_TYPE_P (TREE_TYPE (value))
3807 && FLOAT_TYPE_P (TREE_TYPE (TREE_OPERAND (value, 0))))
Dtree.h424 #define FLOAT_TYPE_P(TYPE) \ macro
/openbsd/src/gnu/gcc/gcc/cp/
Dtree.c1748 if (FLOAT_TYPE_P (t)) in pod_type_p()
Dsemantics.c3525 else if (FLOAT_TYPE_P (TREE_TYPE (t))) in finish_omp_clauses()
/openbsd/src/gnu/gcc/gcc/config/mips/
Dmips.c3724 && (type == 0 || FLOAT_TYPE_P (type)) in mips_arg_info()
4004 if (type != 0 ? FLOAT_TYPE_P (type) : GET_MODE_CLASS (mode) == MODE_FLOAT) in mips_pad_arg_upward()
4027 if (type != 0 ? FLOAT_TYPE_P (type) : GET_MODE_CLASS (mode) == MODE_FLOAT) in mips_pad_reg_upward()
7537 if (mips_abi != ABI_EABI && !FLOAT_TYPE_P (valtype)) in mips_function_value()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtree.c1879 if (FLOAT_TYPE_P (t))
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dsparc.c4452 else if ((FLOAT_TYPE_P (TREE_TYPE (field)) in scan_record_type()
4687 else if ((FLOAT_TYPE_P (TREE_TYPE (field)) in function_arg_record_value_1()
4835 else if ((FLOAT_TYPE_P (TREE_TYPE (field)) in function_arg_record_value_2()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Darm.c1831 if (FLOAT_TYPE_P (TREE_TYPE (field)))
1868 if (FLOAT_TYPE_P (TREE_TYPE (field)))
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.c2585 if (FLOAT_TYPE_P (TREE_TYPE (field))) in arm_return_in_memory()
2622 if (FLOAT_TYPE_P (TREE_TYPE (field))) in arm_return_in_memory()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/s390/
Ds390.c5917 else if (FLOAT_TYPE_P (type) && ! TARGET_SOFT_FLOAT)
/openbsd/src/gnu/usr.bin/gcc/gcc/config/ia64/
Dia64.c3754 else if (FLOAT_TYPE_P (valtype) &&

12