| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-selftests.cc | 65 static poly_int64 78 poly_int64 op1_val = 0; 79 poly_int64 op2_val = 0; 112 static poly_int64 162 const std::vector<poly_int64> &worklist) 181 for (const poly_int64 &poly_val : worklist) 194 std::vector<poly_int64> worklist 201 -BYTES_PER_RISCV_VECTOR * 33, poly_int64 (207, 0), 202 poly_int64 (-207, 0), poly_int64 (0, 207) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-dfa.h | 33 extern tree get_ref_base_and_extent (tree, poly_int64 *, poly_int64 *, 34 poly_int64 *, bool *); 37 extern tree get_addr_base_and_unit_offset_1 (tree, poly_int64 *, 39 extern tree get_addr_base_and_unit_offset (tree, poly_int64 *);
|
| rtl-tests.cc | 249 using poly_int64 = poly_int<N, HOST_WIDE_INT>; 250 rtx x1 = gen_int_mode (poly_int64 (1, 1), QImode); 251 rtx x255 = gen_int_mode (poly_int64 (1, 255), QImode); 254 ASSERT_EQ (x1, gen_int_mode (poly_int64 (1, 1), QImode)); 255 ASSERT_NE (x1, gen_int_mode (poly_int64 (1, 1), HImode)); 259 ASSERT_KNOWN_EQ (const_poly_int_value (x1), poly_int64 (1, 1)); 260 ASSERT_KNOWN_EQ (const_poly_int_value (x255), poly_int64 (1, -1)); 263 ASSERT_KNOWN_EQ (rtx_to_poly_int64 (x1), poly_int64 (1, 1)); 264 ASSERT_KNOWN_EQ (rtx_to_poly_int64 (x255), poly_int64 (1, -1)); 265 ASSERT_MAYBE_NE (rtx_to_poly_int64 (x255), poly_int64 (1, 255)) [all...] |
| emit-rtl.h | 33 poly_int64 pops_args; 38 poly_int64 size; 83 poly_int64 outgoing_args_size; 142 poly_int64 x_frame_offset; 365 extern void set_mem_offset (rtx, poly_int64); 371 extern void set_mem_size (rtx, poly_int64); 394 extern rtx gen_int_mode (poly_int64, machine_mode); 401 extern rtx gen_int_shift_amount (machine_mode, poly_int64); 521 extern rtx adjust_address_1 (rtx, machine_mode, poly_int64, int, int, 522 int, poly_int64); [all...] |
| tree-ssa-alias.h | 84 poly_int64 offset; 86 poly_int64 size; 88 poly_int64 max_size; 115 poly_int64, poly_int64, 116 poly_int64);
|
| dojump.h | 44 poly_int64 x_pending_stack_adjust; 47 poly_int64 x_stack_pointer_delta;
|
| ipa-modref-tree.cc | 62 poly_int64 aoffset_adj = 0; 113 modref_access_node::update (poly_int64 parm_offset1, 114 poly_int64 offset1, poly_int64 size1, 115 poly_int64 max_size1, bool record_adjustments) 171 poly_int64 offset1 = 0; 172 poly_int64 aoffset1 = 0; 173 poly_int64 new_parm_offset = 0; 263 poly_int64 new_parm_offset, offseta1, offsetb1, offseta2, offsetb2; 339 poly_int64 new_parm_offset, offset1, aoffset1 [all...] |
| function.h | 98 poly_int64 x_pending_stack_adjust; 121 poly_int64 x_stack_pointer_delta; 193 poly_int64 start; 194 poly_int64 length; 224 poly_int64 pushed_stack_size; 556 poly_int64 constant; 652 extern poly_int64 get_frame_size (void); 657 extern bool frame_offset_overflow (poly_int64, tree); 661 extern rtx assign_stack_local_1 (machine_mode, poly_int64, int, int); 662 extern rtx assign_stack_local (machine_mode, poly_int64, int) [all...] |
| ipa-modref-tree.h | 67 poly_int64 offset; 68 poly_int64 size; 69 poly_int64 max_size; 72 poly_int64 parm_offset; 123 void update (poly_int64, poly_int64, poly_int64, poly_int64, bool); 124 bool update_for_kills (poly_int64, poly_int64, poly_int64 [all...] |
| vec-perm-indices.h | 28 typedef int_vector_builder<poly_int64> vec_perm_builder; 52 typedef poly_int64 element_type;
|
| expr.h | 160 extern void emit_group_load (rtx, rtx, tree, poly_int64); 163 extern rtx emit_group_load_into_temps (rtx, rtx, tree, poly_int64); 174 extern void emit_group_store (rtx, rtx, tree, poly_int64); 276 extern rtx push_block (rtx, poly_int64, int); 280 int, rtx, poly_int64, rtx, rtx, int, rtx, bool); 284 poly_int64 *, tree *); 361 extern void store_constructor (tree, rtx, int, poly_int64, bool);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| rtl-tests.cc | 249 rtx x1 = gen_int_mode (poly_int64 (1, 1), QImode); 250 rtx x255 = gen_int_mode (poly_int64 (1, 255), QImode); 253 ASSERT_EQ (x1, gen_int_mode (poly_int64 (1, 1), QImode)); 254 ASSERT_NE (x1, gen_int_mode (poly_int64 (1, 1), HImode)); 258 ASSERT_KNOWN_EQ (const_poly_int_value (x1), poly_int64 (1, 1)); 259 ASSERT_KNOWN_EQ (const_poly_int_value (x255), poly_int64 (1, -1)); 262 ASSERT_KNOWN_EQ (rtx_to_poly_int64 (x1), poly_int64 (1, 1)); 263 ASSERT_KNOWN_EQ (rtx_to_poly_int64 (x255), poly_int64 (1, -1)); 264 ASSERT_MAYBE_NE (rtx_to_poly_int64 (x255), poly_int64 (1, 255)); 268 rtx offset1 = gen_int_mode (poly_int64 (9, 11), Pmode) [all...] |
| tree-ssa-alias.h | 84 poly_int64 offset; 86 poly_int64 size; 88 poly_int64 max_size; 115 poly_int64, poly_int64, 116 poly_int64);
|
| dojump.h | 44 poly_int64 x_pending_stack_adjust; 47 poly_int64 x_stack_pointer_delta;
|
| ipa-modref-tree.h | 67 poly_int64 offset; 68 poly_int64 size; 69 poly_int64 max_size; 72 poly_int64 parm_offset; 123 void update (poly_int64, poly_int64, poly_int64, poly_int64, bool); 124 bool update_for_kills (poly_int64, poly_int64, poly_int64 [all...] |
| ipa-modref-tree.cc | 62 poly_int64 aoffset_adj = 0; 113 modref_access_node::update (poly_int64 parm_offset1, 114 poly_int64 offset1, poly_int64 size1, 115 poly_int64 max_size1, bool record_adjustments) 171 poly_int64 offset1 = 0; 172 poly_int64 aoffset1 = 0; 173 poly_int64 new_parm_offset = 0; 263 poly_int64 new_parm_offset, offseta1, offsetb1, offseta2, offsetb2; 339 poly_int64 new_parm_offset, offset1, aoffset1 [all...] |
| emit-rtl.h | 361 extern void set_mem_offset (rtx, poly_int64); 367 extern void set_mem_size (rtx, poly_int64); 390 extern rtx gen_int_mode (poly_int64, machine_mode); 397 extern rtx gen_int_shift_amount (machine_mode, poly_int64); 517 extern rtx adjust_address_1 (rtx, machine_mode, poly_int64, int, int, 518 int, poly_int64); 520 poly_int64, int); 535 extern void set_mem_attributes_minus_bitpos (rtx, tree, int, poly_int64); 544 extern rtx widen_memory_access (rtx, machine_mode, poly_int64);
|
| vec-perm-indices.h | 28 typedef int_vector_builder<poly_int64> vec_perm_builder; 52 typedef poly_int64 element_type;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/cr16/ |
| cr16-protos.h | 96 extern poly_int64 cr16_push_rounding (poly_int64);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/pdp11/ |
| pdp11-protos.h | 53 extern poly_int64 pdp11_push_rounding (poly_int64);
|
| /src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| pdp11-protos.h | 53 extern poly_int64 pdp11_push_rounding (poly_int64);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m32c/ |
| m32c-protos.h | 32 poly_int64 m32c_push_rounding (poly_int64);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/stormy16/ |
| stormy16-protos.h | 31 extern poly_int64 xstormy16_push_rounding (poly_int64);
|
| /src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| m32c-protos.h | 32 poly_int64 m32c_push_rounding (poly_int64);
|
| /src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
| stormy16-protos.h | 31 extern poly_int64 xstormy16_push_rounding (poly_int64);
|