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

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-fold.cc 268 fold_range (vrange &r, gimple *s, vrange &r1, range_query *q) function
278 fold_range (vrange &r, gimple *s, vrange &r1, vrange &r2, range_query *q) function
289 fold_range (vrange &r, gimple *s, unsigned num_elements, vrange **vector, function
300 fold_range (vrange &r, gimple *s, range_query *q) function
310 fold_range (vrange &r, gimple *s, edge on_edge, range_query *q) function
645 if (!handler.fold_range (r, type, r1, r1))
660 if (!handler.fold_range (r, type, range1, r2))
684 if (!handler.fold_range (r, type, range1, range2,
gimple-range-op.cc 260 using range_operator::fold_range;
261 virtual bool fold_range (irange &r, tree type, const frange &lh, function in class:cfn_constant_float_p
283 using range_operator::fold_range;
284 virtual bool fold_range (irange &r, tree type, const irange &lh, function in class:cfn_constant_p
307 using range_operator::fold_range;
309 virtual bool fold_range (irange &r, tree, const irange &lh, function in class:cfn_pass_through_arg1
327 using range_operator::fold_range;
329 virtual bool fold_range (irange &r, tree type, const frange &lh,
366 using range_operator::fold_range;
367 virtual bool fold_range (frange &r, tree type, const frange &lh
815 cfn_toupper_tolower::fold_range (irange &r, tree type, const irange &lh, function in class:cfn_toupper_tolower
848 virtual bool fold_range (irange &r, tree type, const irange &lh, function in class:cfn_ffs
877 virtual bool fold_range (irange &r, tree type, const irange &lh, function in class:cfn_popcount
917 cfn_clz::fold_range (irange &r, tree type, const irange &lh, function in class:cfn_clz
989 cfn_ctz::fold_range (irange &r, tree type, const irange &lh, function in class:cfn_ctz
1048 virtual bool fold_range (irange &r, tree type, const irange &lh, function in class:cfn_clrsb
1068 virtual bool fold_range (irange &r, tree type, const irange &lh, function in class:cfn_ubsan
1099 virtual bool fold_range (irange &r, tree type, const irange &, function in class:cfn_strlen
1120 virtual bool fold_range (irange &r, tree type, const irange &lh, function in class:cfn_goacc_dim
1149 virtual bool fold_range (irange &r, tree type, const irange &, function in class:cfn_parity
    [all...]
range-op-float.cc 53 range_operator::fold_range (frange &r, tree type, function in class:range_operator
114 range_operator::fold_range (irange &r ATTRIBUTE_UNUSED, function in class:range_operator
124 range_operator::fold_range (irange &r ATTRIBUTE_UNUSED, function in class:range_operator
134 range_operator::fold_range (frange &r ATTRIBUTE_UNUSED, function in class:range_operator
590 operator_identity::fold_range (frange &r, tree, const frange &op1, function in class:operator_identity
606 operator_cst::fold_range (frange &r, tree, const frange &op1, function in class:operator_cst
622 operator_equal::fold_range (irange &r, tree type, function in class:operator_equal
745 operator_not_equal::fold_range (irange &r, tree type, function in class:operator_not_equal
891 operator_lt::fold_range (irange &r, tree type, function in class:operator_lt
1005 operator_le::fold_range (irange &r, tree type function in class:operator_le
1112 operator_gt::fold_range (irange &r, tree type, function in class:operator_gt
1229 operator_ge::fold_range (irange &r, tree type, function in class:operator_ge
1359 foperator_unordered::fold_range (irange &r, tree type, function in class:foperator_unordered
1433 foperator_ordered::fold_range (irange &r, tree type, function in class:foperator_ordered
1482 operator_negate::fold_range (frange &r, tree type, function in class:operator_negate
1525 operator_abs::fold_range (frange &r, tree type, function in class:operator_abs
    [all...]
range-op.cc 195 // Dispatch a call to fold_range based on the types of R, LH and RH.
198 range_op_handler::fold_range (vrange &r, tree type, function in class:range_op_handler
211 return m_operator->fold_range (as_a <irange> (r), type,
215 return m_operator->fold_range (as_a <irange> (r), type,
219 return m_operator->fold_range (as_a <irange> (r), type,
223 return m_operator->fold_range (as_a <frange> (r), type,
227 return m_operator->fold_range (as_a <frange> (r), type,
610 range_operator::fold_range (irange &r, tree type, function in class:range_operator
951 operator_equal::fold_range (irange &r, tree type, function in class:operator_equal
1059 operator_not_equal::fold_range (irange &r, tree type function in class:operator_not_equal
1226 operator_lt::fold_range (irange &r, tree type, function in class:operator_lt
1327 operator_le::fold_range (irange &r, tree type, function in class:operator_le
1425 operator_gt::fold_range (irange &r, tree type, function in class:operator_gt
1521 operator_ge::fold_range (irange &r, tree type, function in class:operator_ge
2549 operator_lshift::fold_range (irange &r, tree type, function in class:operator_lshift
2820 operator_rshift::fold_range (irange &r, tree type, function in class:operator_rshift
2943 operator_cast::fold_range (irange &r, tree type ATTRIBUTE_UNUSED, function in class:operator_cast
3112 operator_logical_and::fold_range (irange &r, tree type, function in class:operator_logical_and
3616 operator_logical_or::fold_range (irange &r, tree type ATTRIBUTE_UNUSED, function in class:operator_logical_or
4072 operator_logical_not::fold_range (irange &r, tree type, function in class:operator_logical_not
4099 operator_bitwise_not::fold_range (irange &r, tree type, function in class:operator_bitwise_not
4140 operator_cst::fold_range (irange &r, tree type ATTRIBUTE_UNUSED, function in class:operator_cst
4165 operator_identity::fold_range (irange &r, tree type ATTRIBUTE_UNUSED, function in class:operator_identity
4196 operator_unknown::fold_range (irange &r, tree type, function in class:operator_unknown
4373 operator_negate::fold_range (irange &r, tree type, function in class:operator_negate
4397 operator_addr_expr::fold_range (irange &r, tree type, function in class:operator_addr_expr
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-fold.cc 280 fold_range (irange &r, gimple *s, irange &r1) function
290 fold_range (irange &r, gimple *s, irange &r1, irange &r2) function
301 fold_range (irange &r, gimple *s, unsigned num_elements, irange *vector) function
311 fold_range (irange &r, gimple *s, range_query *q) function
321 fold_range (irange &r, gimple *s, edge on_edge, range_query *q) function
608 handler->fold_range (r, type, range1, r2);
631 handler->fold_range (r, type, range1, range2, rel);
937 op->fold_range (r, type, ir0, ir1, relation);
range-op.cc 197 range_operator::fold_range (irange &r, tree type, function in class:range_operator
526 virtual bool fold_range (irange &r, tree type,
561 operator_equal::fold_range (irange &r, tree type, function in class:operator_equal
636 virtual bool fold_range (irange &r, tree type,
670 operator_not_equal::fold_range (irange &r, tree type, function in class:operator_not_equal
806 virtual bool fold_range (irange &r, tree type,
840 operator_lt::fold_range (irange &r, tree type, function in class:operator_lt
908 virtual bool fold_range (irange &r, tree type,
942 operator_le::fold_range (irange &r, tree type, function in class:operator_le
1010 virtual bool fold_range (irange &r, tree type
1045 operator_gt::fold_range (irange &r, tree type, function in class:operator_gt
1145 operator_ge::fold_range (irange &r, tree type, function in class:operator_ge
1962 operator_lshift::fold_range (irange &r, tree type, function in class:operator_lshift
2232 operator_rshift::fold_range (irange &r, tree type, function in class:operator_rshift
2345 operator_cast::fold_range (irange &r, tree type ATTRIBUTE_UNUSED, function in class:operator_cast
2499 operator_logical_and::fold_range (irange &r, tree type, function in class:operator_logical_and
2644 operator_bitwise_and::fold_range (irange &r, tree type, function in class:operator_bitwise_and
2987 operator_logical_or::fold_range (irange &r, tree type ATTRIBUTE_UNUSED, function in class:operator_logical_or
3424 operator_logical_not::fold_range (irange &r, tree type, function in class:operator_logical_not
3465 operator_bitwise_not::fold_range (irange &r, tree type, function in class:operator_bitwise_not
3507 operator_cst::fold_range (irange &r, tree type ATTRIBUTE_UNUSED, function in class:operator_cst
3547 operator_identity::fold_range (irange &r, tree type ATTRIBUTE_UNUSED, function in class:operator_identity
3577 operator_unknown::fold_range (irange &r, tree type, function in class:operator_unknown
3766 operator_negate::fold_range (irange &r, tree type, function in class:operator_negate
3804 operator_addr_expr::fold_range (irange &r, tree type, function in class:operator_addr_expr
    [all...]

Completed in 26 milliseconds