GCC Middle and Back End API Reference
simd_array_to_simduid Struct Reference
Inheritance diagram for simd_array_to_simduid:
Collaboration diagram for simd_array_to_simduid:

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 value_type *)
static int equal (const value_type *, const compare_type *)
static void remove (simd_array_to_simduid *p)

Data Fields

tree decl
unsigned int simduid

Detailed Description

   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.  

Member Typedef Documentation


Member Function Documentation

int simd_array_to_simduid::equal ( const value_type p1,
const compare_type p2 
)
inlinestatic
hashval_t simd_array_to_simduid::hash ( const value_type p)
inlinestatic
static void typed_free_remove< simd_array_to_simduid >::remove ( simd_array_to_simduid p)
inlinestaticinherited
   Remove with free.  

Field Documentation

tree simd_array_to_simduid::decl
unsigned int simd_array_to_simduid::simduid

The documentation for this struct was generated from the following file: