OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLOAT_TYPE_P
(Results
1 - 25
of
96
) sorted by relevancy
1
2
3
4
/src/external/gpl3/gcc.old/dist/gcc/
match.pd
237
(if (!
FLOAT_TYPE_P
(type)
303
(with { tree itype =
FLOAT_TYPE_P
(type) ? unsigned_type_for (type) : type; }
504
(if (
FLOAT_TYPE_P
(type)
513
(if (
FLOAT_TYPE_P
(type)
903
(if (!
FLOAT_TYPE_P
(type)
1593
(if (
FLOAT_TYPE_P
(TREE_TYPE (type)) || TYPE_OVERFLOW_WRAPS (type))))
1597
|| (
FLOAT_TYPE_P
(type)
1619
|| (
FLOAT_TYPE_P
(type)
2589
(if ((!
FLOAT_TYPE_P
(type) || flag_associative_math)
2952
&& (!
FLOAT_TYPE_P
(type) || flag_associative_math)
[
all
...]
tree-ssa-scopedtables.cc
181
if (
FLOAT_TYPE_P
(result_type)
1126
if (
FLOAT_TYPE_P
(TREE_TYPE (op0)))
1141
if (
FLOAT_TYPE_P
(TREE_TYPE (op0)))
1148
if (
FLOAT_TYPE_P
(TREE_TYPE (op0)))
convert.cc
264
if (
FLOAT_TYPE_P
(TREE_TYPE (arg0))
285
if (itype != type &&
FLOAT_TYPE_P
(type))
293
&&
FLOAT_TYPE_P
(itype)
gimple-ssa-backprop.cc
444
if (
FLOAT_TYPE_P
(TREE_TYPE (rhs)))
tree-vect-slp-patterns.cc
1042
|| !
FLOAT_TYPE_P
(SLP_TREE_VECTYPE (*node)))
1510
&&
FLOAT_TYPE_P
(SLP_TREE_VECTYPE (l0node)))
tree-ssa-math-opts.cc
764
gcc_assert (
FLOAT_TYPE_P
(TREE_TYPE (def)) && TREE_CODE (def) == SSA_NAME);
945
if (
FLOAT_TYPE_P
(TREE_TYPE (arg))
963
&&
FLOAT_TYPE_P
(TREE_TYPE (def)))
974
&&
FLOAT_TYPE_P
(TREE_TYPE (def))
3258
if (
FLOAT_TYPE_P
(type)
tree-eh.cc
2673
fp_operation =
FLOAT_TYPE_P
(TREE_TYPE (TREE_OPERAND (expr, 0)));
2675
fp_operation =
FLOAT_TYPE_P
(t);
2890
fp_operation =
FLOAT_TYPE_P
(t);
2947
FLOAT_TYPE_P
(TREE_TYPE (lhs)),
tree-outof-ssa.cc
90
&&
FLOAT_TYPE_P
(TREE_TYPE (def)))
tree-tailcall.cc
329
if (
FLOAT_TYPE_P
(TREE_TYPE (DECL_RESULT (current_function_decl))))
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-scopedtables.cc
222
if (
FLOAT_TYPE_P
(result_type)
1167
if (
FLOAT_TYPE_P
(TREE_TYPE (op0)))
1182
if (
FLOAT_TYPE_P
(TREE_TYPE (op0)))
1189
if (
FLOAT_TYPE_P
(TREE_TYPE (op0)))
convert.cc
265
if (
FLOAT_TYPE_P
(TREE_TYPE (arg0))
286
if (itype != type &&
FLOAT_TYPE_P
(type))
294
&&
FLOAT_TYPE_P
(itype)
match.pd
274
(if (!
FLOAT_TYPE_P
(type)
332
(with { tree itype =
FLOAT_TYPE_P
(type) ? unsigned_type_for (type) : type; }
697
(if (
FLOAT_TYPE_P
(type)
706
(if (
FLOAT_TYPE_P
(type)
1218
(if (!
FLOAT_TYPE_P
(type)
2028
(if (
FLOAT_TYPE_P
(TREE_TYPE (type)) || TYPE_OVERFLOW_WRAPS (type))))
2032
|| (
FLOAT_TYPE_P
(type)
2054
|| (
FLOAT_TYPE_P
(type)
3476
(if ((!
FLOAT_TYPE_P
(type) || flag_associative_math)
3848
&& (!
FLOAT_TYPE_P
(type) || flag_associative_math)
[
all
...]
gimple-ssa-backprop.cc
450
if (
FLOAT_TYPE_P
(TREE_TYPE (rhs)))
tree-vect-slp-patterns.cc
1042
|| !
FLOAT_TYPE_P
(SLP_TREE_VECTYPE (*node)))
1526
&&
FLOAT_TYPE_P
(SLP_TREE_VECTYPE (l0node)))
tree-eh.cc
2677
fp_operation =
FLOAT_TYPE_P
(TREE_TYPE (TREE_OPERAND (expr, 0)));
2679
fp_operation =
FLOAT_TYPE_P
(t);
2894
fp_operation =
FLOAT_TYPE_P
(t);
2951
FLOAT_TYPE_P
(TREE_TYPE (lhs)),
tree-outof-ssa.cc
90
&&
FLOAT_TYPE_P
(TREE_TYPE (def)))
tree-tailcall.cc
329
if (
FLOAT_TYPE_P
(TREE_TYPE (DECL_RESULT (current_function_decl))))
tree-ssa-math-opts.cc
765
gcc_assert (
FLOAT_TYPE_P
(TREE_TYPE (def)) && TREE_CODE (def) == SSA_NAME);
949
if (
FLOAT_TYPE_P
(TREE_TYPE (arg))
967
&&
FLOAT_TYPE_P
(TREE_TYPE (def)))
978
&&
FLOAT_TYPE_P
(TREE_TYPE (def))
3422
if (
FLOAT_TYPE_P
(type)
/src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-costs.cc
1062
stmt_cost += (
FLOAT_TYPE_P
(vectype) ? costs->regmove->FR2VR
1066
stmt_cost += (
FLOAT_TYPE_P
(vectype) ? costs->regmove->VR2FR
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-manager.cc
617
if (
FLOAT_TYPE_P
(type)
618
|| (arg0->get_type () &&
FLOAT_TYPE_P
(arg0->get_type ()))
619
|| (arg1->get_type () &&
FLOAT_TYPE_P
(arg1->get_type ())))
region-model.cc
2925
if ((lhs->get_type () &&
FLOAT_TYPE_P
(lhs->get_type ()))
2926
|| (rhs->get_type () &&
FLOAT_TYPE_P
(rhs->get_type ())))
2956
if ((lhs->get_type () &&
FLOAT_TYPE_P
(lhs->get_type ()))
2957
|| (rhs->get_type () &&
FLOAT_TYPE_P
(rhs->get_type ())))
3249
if (
FLOAT_TYPE_P
(TREE_TYPE (lhs)) ||
FLOAT_TYPE_P
(TREE_TYPE (rhs)))
3331
if (
FLOAT_TYPE_P
(TREE_TYPE (lhs)) ||
FLOAT_TYPE_P
(TREE_TYPE (rhs)))
/src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-manager.cc
682
if ((type &&
FLOAT_TYPE_P
(type))
683
|| (arg0->get_type () &&
FLOAT_TYPE_P
(arg0->get_type ()))
684
|| (arg1->get_type () &&
FLOAT_TYPE_P
(arg1->get_type ())))
region-model.cc
4514
if ((lhs->get_type () &&
FLOAT_TYPE_P
(lhs->get_type ()))
4515
|| (rhs->get_type () &&
FLOAT_TYPE_P
(rhs->get_type ())))
5008
if (
FLOAT_TYPE_P
(TREE_TYPE (lhs)) ||
FLOAT_TYPE_P
(TREE_TYPE (rhs)))
5121
if (
FLOAT_TYPE_P
(TREE_TYPE (lhs)) ||
FLOAT_TYPE_P
(TREE_TYPE (rhs)))
6374
if (type &&
FLOAT_TYPE_P
(type) && !m_result)
6381
if (type &&
FLOAT_TYPE_P
(type))
6388
if (type &&
FLOAT_TYPE_P
(type))
/src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc
749
if (
FLOAT_TYPE_P
(TREE_TYPE (lhs.value))
750
&& !
FLOAT_TYPE_P
(TREE_TYPE (rhs.value)))
752
else if (!
FLOAT_TYPE_P
(TREE_TYPE (lhs.value))
753
&&
FLOAT_TYPE_P
(TREE_TYPE (rhs.value)))
/src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc
764
if (
FLOAT_TYPE_P
(TREE_TYPE (lhs.value))
765
&& !
FLOAT_TYPE_P
(TREE_TYPE (rhs.value)))
767
else if (!
FLOAT_TYPE_P
(TREE_TYPE (lhs.value))
768
&&
FLOAT_TYPE_P
(TREE_TYPE (rhs.value)))
Completed in 93 milliseconds
1
2
3
4
Indexes created Tue Feb 24 08:35:24 UTC 2026