| /src/external/gpl3/gcc/dist/gcc/ |
| range-op-ptr.cc | 54 using range_operator::op2_range; 61 virtual bool op2_range (irange &r, tree type, 113 pointer_plus_operator::op2_range (irange &r, tree type, function in class:pointer_plus_operator 188 using range_operator::op2_range; 193 virtual bool op2_range (irange &r, tree type, 220 pointer_or_operator::op2_range (irange &r, tree type, function in class:pointer_or_operator 251 const irange &op2_range, 260 const irange &op2_range, 263 return minus_op1_op2_relation_effect (lhs_range, type, op1_range, op2_range, 278 using range_operator::op2_range; [all...] |
| range-op-ptr.cc | 54 using range_operator::op2_range; 61 virtual bool op2_range (irange &r, tree type, 113 pointer_plus_operator::op2_range (irange &r, tree type, function in class:pointer_plus_operator 188 using range_operator::op2_range; 193 virtual bool op2_range (irange &r, tree type, 220 pointer_or_operator::op2_range (irange &r, tree type, function in class:pointer_or_operator 251 const irange &op2_range, 260 const irange &op2_range, 263 return minus_op1_op2_relation_effect (lhs_range, type, op1_range, op2_range, 278 using range_operator::op2_range; [all...] |
| gimple-range-gori.cc | 1006 // op1/op2_range on the statement, and the definition is then recalculated 1011 tree op2, vrange &op2_range, 1056 op1_def_p ? op1_range : op2_range, 1061 change |= op2_range.intersect (new_result); 1063 if (op_handler.fold_range (new_result, type, op2_range, other_op)) 1074 change |= op2_range.intersect (new_result); 1087 if (!op_handler.op2_range (new_result, type, 1088 op1_def_p ? op1_range : op2_range, 1093 change |= op2_range.intersect (new_result); 1095 if (op_handler.fold_range (new_result, type, other_op, op2_range)) 1611 Value_Range op2_range; member in class:gori_stmt_info [all...] |
| range-op-float.cc | 164 range_operator::op2_range (frange &r ATTRIBUTE_UNUSED, function in class:range_operator 174 range_operator::op2_range (frange &r ATTRIBUTE_UNUSED, function in class:range_operator 614 operator_equal::op2_range (frange &r, tree type, function in class:operator_equal 863 operator_not_equal::op2_range (frange &r, tree type, function in class:operator_not_equal 948 operator_lt::op2_range (frange &r, function in class:operator_lt 1058 operator_le::op2_range (frange &r, function in class:operator_le 1171 operator_gt::op2_range (frange &r, function in class:operator_gt 1284 operator_ge::op2_range (frange &r, tree type, function in class:operator_ge 1342 using range_operator::op2_range; 1350 bool op2_range (frange &r, tree type 1689 foperator_unordered_lt::op2_range (frange &r, tree type, function in class:foperator_unordered_lt 1796 foperator_unordered_le::op2_range (frange &r, function in class:foperator_unordered_le 1908 foperator_unordered_gt::op2_range (frange &r, function in class:foperator_unordered_gt 2020 foperator_unordered_ge::op2_range (frange &r, tree type, function in class:foperator_unordered_ge 2439 operator_plus::op2_range (frange &r, tree type, function in class:operator_plus 2498 operator_minus::op2_range (frange &r, tree type, function in class:operator_minus 2610 operator_mult::op2_range (frange &r, tree type, function in class:operator_mult [all...] |
| gimple-range-gori.cc | 1006 // op1/op2_range on the statement, and the definition is then recalculated 1011 tree op2, vrange &op2_range, 1056 op1_def_p ? op1_range : op2_range, 1061 change |= op2_range.intersect (new_result); 1063 if (op_handler.fold_range (new_result, type, op2_range, other_op)) 1074 change |= op2_range.intersect (new_result); 1087 if (!op_handler.op2_range (new_result, type, 1088 op1_def_p ? op1_range : op2_range, 1093 change |= op2_range.intersect (new_result); 1095 if (op_handler.fold_range (new_result, type, other_op, op2_range)) 1611 Value_Range op2_range; member in class:gori_stmt_info [all...] |
| range-op-float.cc | 164 range_operator::op2_range (frange &r ATTRIBUTE_UNUSED, function in class:range_operator 174 range_operator::op2_range (frange &r ATTRIBUTE_UNUSED, function in class:range_operator 614 operator_equal::op2_range (frange &r, tree type, function in class:operator_equal 863 operator_not_equal::op2_range (frange &r, tree type, function in class:operator_not_equal 948 operator_lt::op2_range (frange &r, function in class:operator_lt 1058 operator_le::op2_range (frange &r, function in class:operator_le 1171 operator_gt::op2_range (frange &r, function in class:operator_gt 1284 operator_ge::op2_range (frange &r, tree type, function in class:operator_ge 1342 using range_operator::op2_range; 1350 bool op2_range (frange &r, tree type 1689 foperator_unordered_lt::op2_range (frange &r, tree type, function in class:foperator_unordered_lt 1796 foperator_unordered_le::op2_range (frange &r, function in class:foperator_unordered_le 1908 foperator_unordered_gt::op2_range (frange &r, function in class:foperator_unordered_gt 2020 foperator_unordered_ge::op2_range (frange &r, tree type, function in class:foperator_unordered_ge 2439 operator_plus::op2_range (frange &r, tree type, function in class:operator_plus 2498 operator_minus::op2_range (frange &r, tree type, function in class:operator_minus 2610 operator_mult::op2_range (frange &r, tree type, function in class:operator_mult [all...] |
| range-op.cc | 269 // Dispatch a call to op2_range based on the types of R, LHS and OP1. 272 range_op_handler::op2_range (vrange &r, tree type, function in class:range_op_handler 287 return m_operator->op2_range (as_a <irange> (r), type, 291 return m_operator->op2_range (as_a <frange> (r), type, 295 return m_operator->op2_range (as_a <frange> (r), type, 692 // The default for op2_range is to return false. 695 range_operator::op2_range (irange &r ATTRIBUTE_UNUSED, function in class:range_operator 738 const irange &op2_range ATTRIBUTE_UNUSED, 1022 operator_equal::op2_range (irange &r, tree type, function in class:operator_equal 1131 operator_not_equal::op2_range (irange &r, tree type function in class:operator_not_equal 1275 operator_lt::op2_range (irange &r, tree type, function in class:operator_lt 1373 operator_le::op2_range (irange &r, tree type, function in class:operator_le 1469 operator_gt::op2_range (irange &r, tree type, function in class:operator_gt 1567 operator_ge::op2_range (irange &r, tree type, function in class:operator_ge 1802 operator_plus::op2_range (irange &r, tree type, function in class:operator_plus 2016 operator_minus::op2_range (irange &r, tree type, function in class:operator_minus 2147 operator_mult::op2_range (irange &r, tree type, function in class:operator_mult 3161 operator_logical_and::op2_range (irange &r, tree type, function in class:operator_logical_and 3583 operator_bitwise_and::op2_range (irange &r, tree type, function in class:operator_bitwise_and 3652 operator_logical_or::op2_range (irange &r, tree type, function in class:operator_logical_or 3759 operator_bitwise_or::op2_range (irange &r, tree type, function in class:operator_bitwise_or 3887 operator_bitwise_xor::op2_range (irange &r, tree type, function in class:operator_bitwise_xor 4000 operator_trunc_mod::op2_range (irange &r, tree type, function in class:operator_trunc_mod [all...] |
| range-op.cc | 269 // Dispatch a call to op2_range based on the types of R, LHS and OP1. 272 range_op_handler::op2_range (vrange &r, tree type, function in class:range_op_handler 287 return m_operator->op2_range (as_a <irange> (r), type, 291 return m_operator->op2_range (as_a <frange> (r), type, 295 return m_operator->op2_range (as_a <frange> (r), type, 692 // The default for op2_range is to return false. 695 range_operator::op2_range (irange &r ATTRIBUTE_UNUSED, function in class:range_operator 738 const irange &op2_range ATTRIBUTE_UNUSED, 1022 operator_equal::op2_range (irange &r, tree type, function in class:operator_equal 1131 operator_not_equal::op2_range (irange &r, tree type function in class:operator_not_equal 1275 operator_lt::op2_range (irange &r, tree type, function in class:operator_lt 1373 operator_le::op2_range (irange &r, tree type, function in class:operator_le 1469 operator_gt::op2_range (irange &r, tree type, function in class:operator_gt 1567 operator_ge::op2_range (irange &r, tree type, function in class:operator_ge 1802 operator_plus::op2_range (irange &r, tree type, function in class:operator_plus 2016 operator_minus::op2_range (irange &r, tree type, function in class:operator_minus 2147 operator_mult::op2_range (irange &r, tree type, function in class:operator_mult 3161 operator_logical_and::op2_range (irange &r, tree type, function in class:operator_logical_and 3583 operator_bitwise_and::op2_range (irange &r, tree type, function in class:operator_bitwise_and 3652 operator_logical_or::op2_range (irange &r, tree type, function in class:operator_logical_or 3759 operator_bitwise_or::op2_range (irange &r, tree type, function in class:operator_bitwise_or 3887 operator_bitwise_xor::op2_range (irange &r, tree type, function in class:operator_bitwise_xor 4000 operator_trunc_mod::op2_range (irange &r, tree type, function in class:operator_trunc_mod [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-range-gori.cc | 54 // and the second operand has the range OP2_RANGE. Return false if 59 const irange &lhs_range, const irange &op2_range) 70 if (op2_range.undefined_p ()) 80 op2_range); 101 return gimple_range_handler (stmt)->op2_range (r, type, lhs_range, 104 return gimple_range_handler (stmt)->op2_range (r, type, lhs_range, 1014 int_range_max op1_range, op2_range; local 1024 src.get_operand (op2_range, op2); 1025 if (!gimple_range_calc_op1 (r, stmt, lhs, op2_range)) 1050 op2_range.dump (dump_file) 1091 int_range_max op1_range, op2_range; local [all...] |
| gimple-range-gori.cc | 54 // and the second operand has the range OP2_RANGE. Return false if 59 const irange &lhs_range, const irange &op2_range) 70 if (op2_range.undefined_p ()) 80 op2_range); 101 return gimple_range_handler (stmt)->op2_range (r, type, lhs_range, 104 return gimple_range_handler (stmt)->op2_range (r, type, lhs_range, 1014 int_range_max op1_range, op2_range; local 1024 src.get_operand (op2_range, op2); 1025 if (!gimple_range_calc_op1 (r, stmt, lhs, op2_range)) 1050 op2_range.dump (dump_file) 1091 int_range_max op1_range, op2_range; local [all...] |
| range-op.cc | 253 // The default for op2_range is to return false. 256 range_operator::op2_range (irange &r ATTRIBUTE_UNUSED, function in class:range_operator 295 const irange &op2_range ATTRIBUTE_UNUSED, 534 virtual bool op2_range (irange &r, tree type, 625 operator_equal::op2_range (irange &r, tree type, function in class:operator_equal 644 virtual bool op2_range (irange &r, tree type, 735 operator_not_equal::op2_range (irange &r, tree type, function in class:operator_not_equal 814 virtual bool op2_range (irange &r, tree type, 883 operator_lt::op2_range (irange &r, tree type, function in class:operator_lt 916 virtual bool op2_range (irange &r, tree type 985 operator_le::op2_range (irange &r, tree type, function in class:operator_le 1086 operator_gt::op2_range (irange &r, tree type, function in class:operator_gt 1188 operator_ge::op2_range (irange &r, tree type, function in class:operator_ge 1330 operator_plus::op2_range (irange &r, tree type, function in class:operator_plus 1464 operator_minus::op2_range (irange &r, tree type, function in class:operator_minus 1650 operator_mult::op2_range (irange &r, tree type, function in class:operator_mult 2544 operator_logical_and::op2_range (irange &r, tree type, function in class:operator_logical_and 2960 operator_bitwise_and::op2_range (irange &r, tree type, function in class:operator_bitwise_and 3023 operator_logical_or::op2_range (irange &r, tree type, function in class:operator_logical_or 3122 operator_bitwise_or::op2_range (irange &r, tree type, function in class:operator_bitwise_or 3252 operator_bitwise_xor::op2_range (irange &r, tree type, function in class:operator_bitwise_xor 3359 operator_trunc_mod::op2_range (irange &r, tree type, function in class:operator_trunc_mod 3983 pointer_or_operator::op2_range (irange &r, tree type, function in class:pointer_or_operator [all...] |
| range-op.cc | 253 // The default for op2_range is to return false. 256 range_operator::op2_range (irange &r ATTRIBUTE_UNUSED, function in class:range_operator 295 const irange &op2_range ATTRIBUTE_UNUSED, 534 virtual bool op2_range (irange &r, tree type, 625 operator_equal::op2_range (irange &r, tree type, function in class:operator_equal 644 virtual bool op2_range (irange &r, tree type, 735 operator_not_equal::op2_range (irange &r, tree type, function in class:operator_not_equal 814 virtual bool op2_range (irange &r, tree type, 883 operator_lt::op2_range (irange &r, tree type, function in class:operator_lt 916 virtual bool op2_range (irange &r, tree type 985 operator_le::op2_range (irange &r, tree type, function in class:operator_le 1086 operator_gt::op2_range (irange &r, tree type, function in class:operator_gt 1188 operator_ge::op2_range (irange &r, tree type, function in class:operator_ge 1330 operator_plus::op2_range (irange &r, tree type, function in class:operator_plus 1464 operator_minus::op2_range (irange &r, tree type, function in class:operator_minus 1650 operator_mult::op2_range (irange &r, tree type, function in class:operator_mult 2544 operator_logical_and::op2_range (irange &r, tree type, function in class:operator_logical_and 2960 operator_bitwise_and::op2_range (irange &r, tree type, function in class:operator_bitwise_and 3023 operator_logical_or::op2_range (irange &r, tree type, function in class:operator_logical_or 3122 operator_bitwise_or::op2_range (irange &r, tree type, function in class:operator_bitwise_or 3252 operator_bitwise_xor::op2_range (irange &r, tree type, function in class:operator_bitwise_xor 3359 operator_trunc_mod::op2_range (irange &r, tree type, function in class:operator_trunc_mod 3983 pointer_or_operator::op2_range (irange &r, tree type, function in class:pointer_or_operator [all...] |