GCC Middle and Back End API Reference
simduid_to_vf Class Reference
Inheritance diagram for simduid_to_vf:
Collaboration diagram for simduid_to_vf:

Public Types

typedef simduid_to_vfvalue_type
 
typedef simduid_to_vfcompare_type
 

Static Public Member Functions

static hashval_t hash (const simduid_to_vf *)
 
static int equal (const simduid_to_vf *, const simduid_to_vf *)
 
static hashval_t hash (const value_type &)
 
static bool equal (const value_type &existing, const compare_type &candidate)
 
static void mark_deleted (simduid_to_vf *&)
 
static void mark_empty (simduid_to_vf *&)
 
static bool is_deleted (simduid_to_vf *)
 
static bool is_empty (simduid_to_vf *)
 
static void remove (simduid_to_vf *p)
 

Data Fields

unsigned int simduid
 
poly_uint64 vf
 

Static Public Attributes

static const bool empty_zero_p
 

Detailed Description

For mapping simduid to vectorization factor.   

Member Typedef Documentation

◆ compare_type

simduid_to_vf* pointer_hash< simduid_to_vf >::compare_type
inherited

◆ value_type

simduid_to_vf* pointer_hash< simduid_to_vf >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool pointer_hash< simduid_to_vf >::equal ( const value_type & existing,
const compare_type & candidate )
inlinestaticinherited

◆ equal() [2/2]

int simduid_to_vf::equal ( const simduid_to_vf * p1,
const simduid_to_vf * p2 )
inlinestatic

References simduid.

◆ hash() [1/2]

hashval_t pointer_hash< simduid_to_vf >::hash ( const value_type & candidate)
inlinestaticinherited

◆ hash() [2/2]

hashval_t simduid_to_vf::hash ( const simduid_to_vf * p)
inlinestatic

References simduid.

◆ is_deleted()

bool pointer_hash< simduid_to_vf >::is_deleted ( simduid_to_vf * e)
inlinestaticinherited

◆ is_empty()

bool pointer_hash< simduid_to_vf >::is_empty ( simduid_to_vf * e)
inlinestaticinherited

◆ mark_deleted()

void pointer_hash< simduid_to_vf >::mark_deleted ( simduid_to_vf *& e)
inlinestaticinherited

◆ mark_empty()

void pointer_hash< simduid_to_vf >::mark_empty ( simduid_to_vf *& e)
inlinestaticinherited

◆ remove()

void typed_free_remove< simduid_to_vf >::remove ( simduid_to_vf * p)
inlinestaticinherited
Remove with free.   

Field Documentation

◆ empty_zero_p

const bool pointer_hash< simduid_to_vf >::empty_zero_p
staticinherited

◆ simduid

unsigned int simduid_to_vf::simduid

Referenced by equal(), hash(), and vect_transform_loops().

◆ vf


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