|
GCC Middle and Back End API Reference
|


Public Types | |
| typedef simd_array_to_simduid * | value_type |
| typedef simd_array_to_simduid * | compare_type |
Static Public Member Functions | |
| static hashval_t | hash (const simd_array_to_simduid *) |
| static int | equal (const simd_array_to_simduid *, const simd_array_to_simduid *) |
| static hashval_t | hash (const value_type &) |
| static bool | equal (const value_type &existing, const compare_type &candidate) |
| static void | mark_deleted (simd_array_to_simduid *&) |
| static void | mark_empty (simd_array_to_simduid *&) |
| static bool | is_deleted (simd_array_to_simduid *) |
| static bool | is_empty (simd_array_to_simduid *) |
| static void | remove (simd_array_to_simduid *p) |
Data Fields | |
| tree | decl |
| unsigned int | simduid |
Static Public Attributes | |
| static const bool | empty_zero_p |
This hash maps the OMP simd array to the corresponding simduid used
to index into it. Like thus,
_7 = GOMP_SIMD_LANE (simduid.0)
...
...
D.1737[_7] = stuff;
This hash maps from the OMP simd array (D.1737[]) to DECL_UID of
simduid.0.
|
inherited |
|
inherited |
|
inlinestaticinherited |
|
inlinestatic |
References decl.
|
inlinestaticinherited |
|
inlinestatic |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove with free.
|
staticinherited |
| unsigned int simd_array_to_simduid::simduid |