PIPS
intrinsic_cost_rec Struct Reference

Intrinsics costs defines. More...

#include <complexity-local.h>

Data Fields

char * name
 
_int min_basic_result
 
_int min_nbytes_result
 
_int int_cost
 
_int float_cost
 
_int double_cost
 
_int complex_cost
 
_int dcomplex_cost
 

Detailed Description

Intrinsics costs defines.

Definition at line 109 of file complexity-local.h.

Field Documentation

◆ complex_cost

_int intrinsic_cost_rec::complex_cost

Definition at line 116 of file complexity-local.h.

Referenced by fprint_cost_table(), intrinsic_cost(), and load_cost_file().

◆ dcomplex_cost

_int intrinsic_cost_rec::dcomplex_cost

Definition at line 117 of file complexity-local.h.

Referenced by fprint_cost_table(), intrinsic_cost(), and load_cost_file().

◆ double_cost

_int intrinsic_cost_rec::double_cost

Definition at line 115 of file complexity-local.h.

Referenced by fprint_cost_table(), intrinsic_cost(), and load_cost_file().

◆ float_cost

_int intrinsic_cost_rec::float_cost

Definition at line 114 of file complexity-local.h.

Referenced by fprint_cost_table(), intrinsic_cost(), and load_cost_file().

◆ int_cost

_int intrinsic_cost_rec::int_cost

Definition at line 113 of file complexity-local.h.

Referenced by fprint_cost_table(), intrinsic_cost(), and load_cost_file().

◆ min_basic_result

_int intrinsic_cost_rec::min_basic_result

Definition at line 111 of file complexity-local.h.

Referenced by intrinsic_cost().

◆ min_nbytes_result

_int intrinsic_cost_rec::min_nbytes_result

Definition at line 112 of file complexity-local.h.

Referenced by intrinsic_cost().

◆ name

char * intrinsic_cost_rec::name

Definition at line 110 of file complexity-local.h.

Referenced by fprint_cost_table(), intrinsic_cost(), and load_cost_file().


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