Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
isa_hazards_gen.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct isa_hazardISA_HAZARD

Functions

void ISA_Hazards_Begin (const char *archname)
ISA_HAZARD Hazard_Create (const char *name)
void Hazard_Group (TOP topcode,...)
void Hazard_Type (ISA_HAZARD isa_hazard)
void Hazard_Data (int data)
void Hazard_Post_Ops (int ops)
void Hazard_Pre_Ops (int ops)
void Hazard_ISA (ISA_SUBSET isa_subset)
void ISA_Hazards_End (void)

Typedef Documentation

typedef struct isa_hazard* ISA_HAZARD

Definition at line 100 of file isa_hazards_gen.h.


Function Documentation

ISA_HAZARD Hazard_Create ( const char *  name)

Definition at line 149 of file isa_hazards_gen.cxx.

References bzero(), hazards, isa_hazard::name, name, and result.

Referenced by main().

Here is the call graph for this function:

void Hazard_Data ( int  data)

Definition at line 205 of file isa_hazards_gen.cxx.

References current_haz_desc, haz_desc::data, and data.

void Hazard_Group ( TOP  topcode,
  ... 
)

Definition at line 162 of file isa_hazards_gen.cxx.

References bzero(), current_haz_desc, op_haz::desc, fprintf(), haz_index, op_haz::index, op_haz::next, op_hazards, and op_hazards_list.

Here is the call graph for this function:

void Hazard_ISA ( ISA_SUBSET  isa_subset)

Definition at line 235 of file isa_hazards_gen.cxx.

References current_haz_desc, exit(), fprintf(), and haz_desc::subsets.

Referenced by isa_all(), isa_down(), and isa_up().

Here is the call graph for this function:

void Hazard_Post_Ops ( int  ops)

Definition at line 215 of file isa_hazards_gen.cxx.

References current_haz_desc, and haz_desc::post_ops.

void Hazard_Pre_Ops ( int  ops)

Definition at line 225 of file isa_hazards_gen.cxx.

References current_haz_desc, and haz_desc::pre_ops.

void Hazard_Type ( ISA_HAZARD  isa_hazard)

Definition at line 195 of file isa_hazards_gen.cxx.

References current_haz_desc, and haz_desc::type.

void ISA_Hazards_Begin ( const char *  archname)

Definition at line 141 of file isa_hazards_gen.cxx.

Referenced by main().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines