Searched refs:region (Results 1 - 25 of 103) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/graphite/
H A Dpr41562.C11 int region; local
13 for(region = 0; region < number_of_regions; region++)
15 absolute_region_power_index[region] += 24;
16 region_mlt_bit_counts[region] = 0;
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Dregion-alias-1.d2 #ld: -T region-alias-1.t
3 #error: .*:[0-9]+: error: redefinition of memory region alias `MY_ALIAS'
H A Dregion-alias-2.d2 #ld: -T region-alias-2.t
3 #error: .*:[0-9]+: error: memory region `NIL' for alias `MY_ALIAS' does not exist
H A Dregion-alias-3.d2 #ld: -T region-alias-3.t
3 #error: .*:[0-9]+: error: alias for default memory region
H A Dregion-alias-4.d2 #ld: -T region-alias-4.t
3 #error: .*:[0-9]+: error: alias for default memory region
H A Dprint-memory-usage-2.l1 Memory region Used Size Region Size %age Used
H A Dprint-memory-usage-1.l1 Memory region Used Size Region Size %age Used
H A Dprint-memory-usage-3.l1 Memory region Used Size Region Size %age Used
H A Drgn-at8.d4 # Test that lma is aligned when lma_region!=region and requested by script.
H A Drgn-at7.d4 # Test that lma is only aligned by script when lma_region!=region.
H A Drgn-at6.d4 # Test that lma is aligned as for vma when lma_region==region.
H A Drgn-over1.d4 # error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section \`.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 16 bytes\Z
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dpmf9.C12 class region class
17 region();
18 typedef int (region::* region_func)() const;
23 friend class region;
31 int iterate(region *region_p, region::region_func what,
33 int iterate(region *region_p, region::region_func what,
39 region_impl::iterate (region *region_p, region
[all...]
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-scripts/
H A Dempty-orphan.d3 #error: no memory region specified for loadable section
/haiku-buildtools/gcc/gcc/
H A Dsese.h25 /* A Single Entry, Single Exit region is a part of the CFG delimited
29 /* Single ENTRY and single EXIT from the SESE region. */
74 sese_nb_params (sese region) argument
76 return SESE_PARAMS (region).length ();
79 /* Checks whether BB is contained in the region delimited by ENTRY and
90 /* Check that there are no edges coming in the region: all the
102 /* Checks whether BB is contained in the region delimited by ENTRY and
106 bb_in_sese_p (basic_block bb, sese region) argument
108 basic_block entry = SESE_ENTRY_BB (region);
109 basic_block exit = SESE_EXIT_BB (region);
117 stmt_in_sese_p(gimple stmt, sese region) argument
126 defined_in_sese_p(tree name, sese region) argument
135 loop_in_sese_p(struct loop *loop, sese region) argument
165 sese_loop_depth(sese region, loop_p loop) argument
223 sese region; member in struct:ifsese_s
310 gbb_loop_at_index(gimple_bb_p gbb, sese region, int index) argument
326 nb_common_loops(sese region, gimple_bb_p gbb1, gimple_bb_p gbb2) argument
339 scev_analyzable_p(tree def, sese region) argument
[all...]
H A Dsese.c122 sese_record_loop (sese region, loop_p loop)
124 if (sese_contains_loop (region, loop))
127 bitmap_set_bit (SESE_LOOPS (region), loop->num);
128 SESE_LOOP_NEST (region).safe_push (loop);
135 build_sese_loop_nests (sese region)
142 if (bb_in_sese_p (bb, region))
148 && bb_in_sese_p (loop->latch, region))
149 sese_record_loop (region, loop);
155 FOR_EACH_VEC_ELT (SESE_LOOP_NEST (region), i, loop0)
157 if (SESE_LOOP_NEST (region)
119 sese_record_loop(sese region, loop_p loop) argument
132 build_sese_loop_nests(sese region) argument
170 sese_build_liveouts_use(sese region, bitmap liveouts, basic_block bb, tree use) argument
194 sese_build_liveouts_bb(sese region, bitmap liveouts, basic_block bb) argument
224 sese_bad_liveouts_use(sese region, bitmap liveouts, basic_block bb, tree use) argument
254 sese_reset_debug_liveouts_bb(sese region, bitmap liveouts, basic_block bb) argument
282 sese_build_liveouts(sese region, bitmap liveouts) argument
298 sese region = XNEW (struct sese_s); local
313 free_sese(sese region) argument
347 sese_insert_phis_for_liveouts(sese region, basic_block bb, edge false_e, edge true_e) argument
428 rename_uses(gimple copy, rename_map_type *rename_map, gimple_stmt_iterator *gsi_tgt, sese region, loop_p loop, vec<tree> iv_map, bool *gloog_error) argument
534 graphite_copy_stmts_from_block(basic_block bb, basic_block new_bb, rename_map_type *rename_map, vec<tree> iv_map, sese region, bool *gloog_error) argument
598 copy_bb_and_scalar_dependences(basic_block bb, sese region, edge next_e, vec<tree> iv_map, bool *gloog_error) argument
616 outermost_loop_in_sese(sese region, basic_block bb) argument
631 if_region_set_false_region(ifsese if_region, sese region) argument
721 move_sese_in_condition(sese region) argument
743 sese region = if_region->region; local
765 scalar_evolution_in_region(sese region, loop_p loop, tree t) argument
[all...]
/haiku-buildtools/gcc/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs17 #region Internal types
27 #region ZStream structure
57 #region Public enums
82 #region Exception classes
109 #region Interfaces
212 #region Classes
218 #region DLL imports
226 #region Private stuff
H A DChecksumImpl.cs15 #region ChecksumGeneratorBase
100 #region CRC32
106 #region DLL imports
151 #region Adler
157 #region DLL imports
/haiku-buildtools/binutils/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs17 #region Internal types
27 #region ZStream structure
57 #region Public enums
82 #region Exception classes
109 #region Interfaces
212 #region Classes
218 #region DLL imports
226 #region Private stuff
H A DChecksumImpl.cs15 #region ChecksumGeneratorBase
100 #region CRC32
106 #region DLL imports
151 #region Adler
157 #region DLL imports
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dparallel-kernels-regions.f9512 !$acc kernels ! { dg-bogus "kernels construct inside of parallel region" "not implemented" { xfail *-*-* } }
17 !$acc parallel ! { dg-bogus "parallel construct inside of parallel region" "not implemented" { xfail *-*-* } }
22 !$acc parallel ! { dg-bogus "parallel construct inside of parallel region" "not implemented" { xfail *-*-* } }
24 !$acc kernels ! { dg-bogus "kernels construct inside of parallel region" "not implemented" { xfail *-*-* } }
29 !$acc kernels ! { dg-bogus "kernels construct inside of kernels region" "not implemented" { xfail *-*-* } }
34 !$acc parallel ! { dg-bogus "parallel construct inside of kernels region" "not implemented" { xfail *-*-* } }
39 !$acc parallel ! { dg-bogus "parallel construct inside of kernels region" "not implemented" { xfail *-*-* } }
41 !$acc kernels ! { dg-bogus "kernels construct inside of kernels region" "not implemented" { xfail *-*-* } }
46 !$acc data ! { dg-error "data construct inside of parallel region" }
51 !$acc data ! { dg-error "data construct inside of kernels region" }
[all...]
/haiku-buildtools/gcc/gcc/ada/
H A Draise-gcc.c255 * region-start | region-length | landing-pad | first-action-index *
259 for that when an exception propagates through a pc inside the region
343 | | region-start + length | landing-pad | first-action-index |
400 table do not hold region bounds any more.
468 +--> get_action_description_for (ip, exception, region)
470 | +--> get_call_site_action_for (context, region)
505 /* Describe the useful region data associated with an unwind context. */
509 /* The base pc of the region. */
512 /* Pointer to the Language Specific Data for the region
556 db_region_for(region_descriptor *region, _Unwind_Ptr ip) argument
577 get_ttype_entry_for(region_descriptor *region, long filter) argument
592 get_region_description_for(_Unwind_Context *uw_context, region_descriptor *region) argument
733 get_call_site_action_for(_Unwind_Ptr call_site, region_descriptor *region, action_descriptor *action) argument
784 get_call_site_action_for(_Unwind_Ptr ip, region_descriptor *region, action_descriptor *action) argument
958 get_action_description_for(_Unwind_Ptr ip, _Unwind_Exception *uw_exception, _Unwind_Action uw_phase, region_descriptor *region, action_descriptor *action) argument
1131 region_descriptor region; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dmemcpy1.C36 csBox2 region; member in class:csBoxClipper
49 const csBox2 & region; member in class:CS::BoxClipper
55 const csBox2 & region, csVector2 * InP, size_t InV,
57 region (region), InP (InP), InV (InV), OutP (OutP), OutV (-1)
75 CS::BoxClipper < BoxTestAll, StatusOutputNone > boxClip (b, n, region,
54 BoxClipper(const BoxTest & boxTest, const StatusOutput & statOut, const csBox2 & region, csVector2 * InP, size_t InV, csVector2 * OutP) argument
/haiku-buildtools/binutils/ld/testsuite/ld-avr/
H A Dregion_overflow.d1 #name: AVR catch region overflow errors
6 #error: `.text' will not fit in region `text'
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dorphan-region.d1 #source: orphan-region.s
2 #ld: -T orphan-region.ld -N -z stack-size=0

Completed in 75 milliseconds

12345