Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
s_intrin.c File Reference
#include "defines.h"
#include "host.m"
#include "host.h"
#include "target.m"
#include "target.h"
#include "globals.m"
#include "tokens.m"
#include "sytb.m"
#include "s_globals.m"
#include "debug.m"
#include "fmath.h"
#include "globals.h"
#include "tokens.h"
#include "sytb.h"
#include "s_globals.h"
Include dependency graph for s_intrin.c:

Go to the source code of this file.

Functions

static void generate_bounds_list (int bd_idx, opnd_type *result_opnd, expr_arg_type *exp_desc)
static int cri_ptr_type (int type_idx)
static void dummydummydummy (void *a, void *b)
static boolean optimize_reshape (opnd_type *result_opnd, expr_arg_type *res_exp_desc)
void conform_check (int check_args, int ir_idx, expr_arg_type *res_exp_desc, int *spec_idx, boolean assumed_size_allowed)
void sin_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void abs_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void atan2_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void aimag_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void int_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void iand_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void mod_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void free_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void malloc_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void null_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void anint_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void nint_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void sign_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void modulo_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void shift_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void num_images_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void leadz_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void not_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void aint_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void ilen_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void dim_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void max_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void ranget_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void ranf_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void real_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void mask_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void conjg_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void dprod_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void length_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void getpos_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void unit_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void cmplx_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void len_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void ichar_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void char_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void index_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void lge_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void loc_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void fcd_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void fetch_and_add_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void numarg_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void readsm_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void memory_barrier_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void remote_write_barrier_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void write_memory_barrier_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void synchronize_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void rtc_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void my_pe_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void cvmgp_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void compare_and_swap_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void csmg_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void mergee_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void adjustl_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void ceiling_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void digits_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void epsilon_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void exponent_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void floor_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void fraction_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void huge_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void ibits_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void btest_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void ibset_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void ishft_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void ishftc_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void mvbits_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void exit_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void system_clock_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void idate_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void random_seed_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void get_ieee_status_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void test_ieee_interrupt_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void set_ieee_exception_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void ieee_real_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void ieee_finite_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void lock_release_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void random_number_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void all_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void tiny_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void spacing_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void cshift_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void eoshift_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void minexponent_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void maxexponent_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void radix_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void range_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void precision_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void kind_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void bit_size_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void lbound_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void ubound_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void size_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void shape_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void present_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void logical_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void len_trim_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void nearest_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void rrspacing_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void scale_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void set_exponent_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void dshiftl_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void minval_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void dsm_numthreads_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void omp_get_max_threads_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void omp_set_lock_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void clock_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void pack_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void unpack_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void trim_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void transpose_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void spread_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void selected_int_kind_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void selected_real_kind_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void repeat_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void dot_product_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void matmul_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void transfer_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void sizeof_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void allocated_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void associated_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void reshape_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void mmx_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void mldmx_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void mld_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void mul_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void mclr_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)
void unknown_intrinsic (opnd_type *result_opnd, expr_arg_type *res_exp_desc, int *spec_idx)

Variables

static char USMID [] = "\n@(#)5.0_pl/sources/s_intrin.c 5.31 10/27/99 16:50:34\n"
boolean has_present_opr

Function Documentation

void conform_check ( int  check_args,
int  ir_idx,
expr_arg_type res_exp_desc,
int *  spec_idx,
boolean  assumed_size_allowed 
)

Definition at line 543 of file s_intrin.c.

References arg_info_list, AT_ELEMENTAL_INTRIN, AT_OPTIONAL, AT_Tbl_Idx, ATD_TYPE_IDX, ATP_INTRIN_ENUM, ATP_PGM_UNIT, ATP_RSLT_IDX, COPY_SHAPE, arg_strct::ed, Error, FALSE, find_base_attr(), expr_semantics_args::foldable, Func_Entry, Func_Exit, IL_ARG_DESC_IDX, IL_FLD, IL_IDX, IL_NEXT_LIST_IDX, IL_OPND, IR_FLD_L, IR_IDX_R, IR_LIST_CNT_R, IR_OPR, IR_Tbl_Idx, expr_semantics_args::linear_type, NO_Tbl_Idx, NULL, NULL_IDX, Present_Intrinsic, PRINTMSG(), expr_semantics_args::rank, Section_Subscript_Opr, expr_semantics_args::shape, Subroutine, TRACE, TRUE, TYP_LINEAR, TYP_TYPE, expr_semantics_args::type, expr_semantics_args::type_idx, Whole_Subscript_Opr, Whole_Substring_Opr, and expr_semantics_args::will_fold_later.

Referenced by abs_intrinsic(), adjustl_intrinsic(), aimag_intrinsic(), aint_intrinsic(), all_intrinsic(), allocated_intrinsic(), anint_intrinsic(), associated_intrinsic(), atan2_intrinsic(), bit_size_intrinsic(), btest_intrinsic(), ceiling_intrinsic(), char_intrinsic(), cmplx_intrinsic(), compare_and_swap_intrinsic(), conjg_intrinsic(), cshift_intrinsic(), csmg_intrinsic(), cvmgp_intrinsic(), digits_intrinsic(), dim_intrinsic(), dot_product_intrinsic(), dprod_intrinsic(), dshiftl_intrinsic(), dsm_numthreads_intrinsic(), eoshift_intrinsic(), epsilon_intrinsic(), exponent_intrinsic(), fcd_intrinsic(), fetch_and_add_intrinsic(), floor_intrinsic(), fraction_intrinsic(), free_intrinsic(), get_ieee_status_intrinsic(), getpos_intrinsic(), huge_intrinsic(), iand_intrinsic(), ibits_intrinsic(), ibset_intrinsic(), ichar_intrinsic(), ieee_finite_intrinsic(), ieee_real_intrinsic(), ilen_intrinsic(), index_intrinsic(), int_intrinsic(), ishft_intrinsic(), ishftc_intrinsic(), kind_intrinsic(), lbound_intrinsic(), leadz_intrinsic(), len_intrinsic(), len_trim_intrinsic(), length_intrinsic(), lge_intrinsic(), loc_intrinsic(), logical_intrinsic(), malloc_intrinsic(), mask_intrinsic(), matmul_intrinsic(), max_intrinsic(), maxexponent_intrinsic(), mclr_intrinsic(), memory_barrier_intrinsic(), mergee_intrinsic(), minexponent_intrinsic(), minval_intrinsic(), mld_intrinsic(), mldmx_intrinsic(), mmx_intrinsic(), mod_intrinsic(), modulo_intrinsic(), mul_intrinsic(), mvbits_intrinsic(), my_pe_intrinsic(), nearest_intrinsic(), nint_intrinsic(), not_intrinsic(), null_intrinsic(), num_images_intrinsic(), numarg_intrinsic(), omp_get_max_threads_intrinsic(), omp_set_lock_intrinsic(), pack_intrinsic(), precision_intrinsic(), present_intrinsic(), radix_intrinsic(), ranf_intrinsic(), range_intrinsic(), ranget_intrinsic(), readsm_intrinsic(), real_intrinsic(), remote_write_barrier_intrinsic(), repeat_intrinsic(), reshape_intrinsic(), rrspacing_intrinsic(), rtc_intrinsic(), scale_intrinsic(), selected_int_kind_intrinsic(), selected_real_kind_intrinsic(), set_exponent_intrinsic(), set_ieee_exception_intrinsic(), shape_intrinsic(), shift_intrinsic(), sign_intrinsic(), sin_intrinsic(), size_intrinsic(), sizeof_intrinsic(), spacing_intrinsic(), spread_intrinsic(), synchronize_intrinsic(), test_ieee_interrupt_intrinsic(), tiny_intrinsic(), transfer_intrinsic(), transpose_intrinsic(), trim_intrinsic(), ubound_intrinsic(), unit_intrinsic(), unpack_intrinsic(), and write_memory_barrier_intrinsic().

Here is the call graph for this function:

static void dummydummydummy ( void *  a,
void *  b 
) [static]

Definition at line 254 of file s_intrin.c.

Referenced by optimize_reshape().

void exit_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)
void iand_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)

Definition at line 1433 of file s_intrin.c.

References And_Intrinsic, And_Opr, Ansi, arg_info_list, ATD_TYPE_IDX, ATP_INTRIN_ENUM, ATP_RSLT_IDX, Band_Opr, Beqv_Opr, BITSIZE_INT1_F90, BITSIZE_INT2_F90, BITSIZE_INT4_F90, BITSIZE_INT8_F90, Bneqv_Opr, Bor_Opr, C_INT_TO_CN, cast_typeless_constant(), CG_INTEGER_DEFAULT_TYPE, Character, CN_Tbl_Idx, conform_check(), COPY_OPND, Cvrt_Opr, arg_strct::ed, Eqv_Intrinsic, Eqv_Opr, Error, FALSE, find_opnd_line_and_column(), fold_aggragate_expression(), expr_semantics_args::foldable, Func_Entry, Func_Exit, gen_ir(), Iand_Intrinsic, Ieor_Intrinsic, Iiand_Intrinsic, Iieor_Intrinsic, Iior_Intrinsic, IL_ARG_DESC_IDX, IL_FLD, IL_IDX, IL_NEXT_LIST_IDX, IL_OPND, IL_Tbl_Idx, Integer, Integer_1, Integer_2, Integer_4, Integer_8, INTEGER_DEFAULT_TYPE, Internal, Ior_Intrinsic, IR_COL_NUM, IR_COL_NUM_L, IR_FLD_L, IR_FLD_R, IR_IDX_L, IR_IDX_R, IR_LINE_NUM, IR_LINE_NUM_L, IR_OPND_L, IR_OPND_R, IR_OPR, IR_RANK, IR_Tbl_Idx, IR_TYPE_IDX, Jiand_Intrinsic, Jieor_Intrinsic, Jior_Intrinsic, Kiand_Intrinsic, Kieor_Intrinsic, Kior_Intrinsic, expr_semantics_args::linear_type, Logical, LOGICAL_DEFAULT_TYPE, Minus_Opr, Neqv_Intrinsic, Neqv_Opr, NO_Tbl_Idx, NTR_IR_LIST_TBL, NULL, NULL_IDX, null_opnd, OPND_IDX, Or_Intrinsic, Or_Opr, PRINTMSG(), expr_semantics_args::rank, Real_4, Real_8, Shifta_Opr, Shiftl_Opr, Shiftr_Opr, Short_Char_Const, Short_Typeless_Const, storage_bit_size_tbl, TRACE, TRUE, TYP_LINEAR, TYP_TYPE, expr_semantics_args::type, expr_semantics_args::type_idx, Typeless, Typeless_4, Typeless_8, TYPELESS_DEFAULT_TYPE, expr_semantics_args::will_fold_later, and Xor_Intrinsic.

Here is the call graph for this function:

void idate_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)
void ishftc_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)

Definition at line 8747 of file s_intrin.c.

References Abs_Opr, Ansi, arg_info_list, arg_info_list_base, arg_info_list_size, arg_info_list_top, ATD_TYPE_IDX, ATP_INTRIN_ENUM, ATP_RSLT_IDX, Band_Opr, BITSIZE_INT1_F90, BITSIZE_INT2_F90, BITSIZE_INT4_F90, BITSIZE_INT8_F90, Bor_Opr, C_INT_TO_CN, cast_opnd_to_type_idx(), cast_to_type_idx(), CG_INTEGER_DEFAULT_TYPE, CN_Tbl_Idx, arg_strct::col, compare_cn_and_value(), conform_check(), COPY_OPND, copy_subtree(), Csmg_Opr, Cvrt_Opr, arg_strct::ed, enlarge_info_list_table(), Error, FALSE, fold_aggragate_expression(), expr_semantics_args::foldable, Func_Entry, Func_Exit, gen_ir(), Gt_Opr, Iishc_Intrinsic, IL_ARG_DESC_IDX, IL_ARG_DESC_VARIANT, IL_COL_NUM, IL_FLD, IL_IDX, IL_LINE_NUM, IL_NEXT_LIST_IDX, IL_OPND, IL_Tbl_Idx, init_arg_info, Integer, Integer_1, Integer_2, Integer_4, Integer_8, INTEGER_DEFAULT_TYPE, IR_COL_NUM, IR_COL_NUM_L, IR_FLD_L, IR_IDX_L, IR_IDX_R, IR_LINE_NUM, IR_LINE_NUM_L, IR_LIST_CNT_R, IR_OPND_L, IR_OPND_R, IR_OPR, IR_RANK, IR_Tbl_Idx, IR_TYPE_IDX, Ishc_Intrinsic, Ishftc_Opr, Jishc_Intrinsic, Kishc_Intrinsic, arg_strct::line, expr_semantics_args::linear_type, Mask_Opr, Minus_Opr, NO_Tbl_Idx, NTR_IR_LIST_TBL, NULL, NULL_IDX, null_opnd, OPND_FLD, OPND_IDX, Plus_Opr, PRINTMSG(), expr_semantics_args::rank, Shift_Opr, Shifta_Opr, Shiftl_Opr, Sign_Opr, storage_bit_size_tbl, TRACE, TRUE, TYP_LINEAR, expr_semantics_args::type, expr_semantics_args::type_idx, Typeless, Typeless_4, Typeless_8, TYPELESS_DEFAULT_TYPE, Uminus_Opr, and expr_semantics_args::will_fold_later.

Here is the call graph for this function:

void lbound_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)

Definition at line 12196 of file s_intrin.c.

References arg_info_list, Asg_Opr, Assignment_Stmt, AT_DEFINED, AT_OPTIONAL, AT_REFERENCED, AT_SEMANTICS_DONE, AT_Tbl_Idx, ATD_ARRAY_IDX, ATD_DATA_INIT, ATD_FLD, ATD_SAVED, ATD_STOR_BLK_IDX, ATD_TMP_IDX, ATD_TMP_INIT_NOT_DONE, ATD_TYPE_IDX, ATP_EXTERNAL_INTRIN, ATP_RSLT_IDX, BD_LB_FLD, BD_LB_IDX, BD_RANK, BD_XT_FLD, BD_XT_IDX, Before, C_INT_TO_CN, Call_Opr, cast_opnd_to_type_idx(), cast_to_cg_default(), CG_INTEGER_DEFAULT_TYPE, CLEAR_TBL_NTRY, CN_INT_TO_C, CN_INTEGER_ONE_IDX, CN_INTEGER_ZERO_IDX, CN_Tbl_Idx, compare_cn_and_value(), conform_check(), expr_semantics_args::constant, COPY_OPND, create_bd_ntry_for_const(), curr_scp_idx, curr_stmt_sh_idx, Cvmgt_Opr, arg_strct::ed, Eq_Opr, Error, EXIT, FALSE, find_base_attr(), find_opnd_line_and_column(), opnd_entry::fld, fold_aggragate_expression(), expr_semantics_args::foldable, Func_Entry, Func_Exit, gen_compiler_tmp(), gen_ir(), gen_sh(), gen_whole_subscript(), Gt_Opr, idx, opnd_entry::idx, IL_ARG_DESC_IDX, IL_ARG_DESC_VARIANT, IL_COL_NUM, IL_FLD, IL_IDX, IL_INTRIN_PLACE_HOLDER, IL_LINE_NUM, IL_NEXT_LIST_IDX, IL_OPND, IL_Tbl_Idx, Integer, Integer_8, INTEGER_DEFAULT_TYPE, io_item_must_flatten, IR_COL_NUM, IR_COL_NUM_L, IR_COL_NUM_R, IR_FLD_L, IR_FLD_R, IR_IDX_L, IR_IDX_R, IR_LINE_NUM, IR_LINE_NUM_L, IR_LINE_NUM_R, IR_LIST_CNT_L, IR_LIST_CNT_R, IR_OPND_R, IR_OPR, IR_RANK, IR_Tbl_Idx, IR_TYPE_IDX, Le_Opr, expr_semantics_args::linear_type, LOGICAL_DEFAULT_TYPE, Lt_Opr, MAX_NUM_DIMS, NO_Tbl_Idx, ntr_const_tbl(), NTR_IR_LIST_TBL, NTR_IR_TBL, ntr_type_tbl(), NULL, NULL_IDX, null_opnd, OPND_COL_NUM, OPND_FLD, OPND_IDX, OPND_LINE_NUM, PRINTMSG(), expr_semantics_args::rank, Referenced, SCP_SB_STATIC_INIT_IDX, SH_IR_IDX, SH_P2_SKIP_ME, SH_PREV_IDX, expr_semantics_args::shape, SHAPE_FOLDABLE, SHAPE_WILL_FOLD_LATER, Shared, Subscript_Opr, the_cn_idx, expr_semantics_args::tmp_reference, TRACE, TRUE, TYP_BIT_LEN, TYP_LINEAR, TYP_TYPE, TYP_WORK_IDX, expr_semantics_args::type, expr_semantics_args::type_idx, type_tbl, Typeless, Whole_Subscript_Opr, Whole_Substring_Opr, and expr_semantics_args::will_fold_later.

Here is the call graph for this function:

void memory_barrier_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)
void minval_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)
void num_images_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)

Definition at line 2957 of file s_intrin.c.

References arg_info_list, arg_info_list_base, arg_info_list_size, arg_info_list_top, AT_DCL_ERR, AT_OBJ_CLASS, ATD_ALLOCATABLE, ATD_PE_ARRAY_IDX, ATD_TYPE_IDX, ATD_VARIABLE_TMP_IDX, ATI_FIRST_SPECIFIC_IDX, ATP_EXTERNAL_INTRIN, ATP_INTERFACE_IDX, ATP_INTRIN_ENUM, ATP_NUM_DARGS, ATP_RSLT_IDX, BD_RANK, CG_INTEGER_DEFAULT_TYPE, CN_INTEGER_ONE_IDX, CN_INTEGER_TWO_IDX, CN_Tbl_Idx, arg_strct::col, conform_check(), expr_semantics_args::constant, COPY_OPND, copy_subtree(), Data_Obj, Div_Opr, arg_strct::ed, enlarge_info_list_table(), Error, EXIT, FALSE, find_base_attr(), find_opnd_line_and_column(), expr_semantics_args::foldable, Func_Entry, Func_Exit, gen_ir(), generate_bounds_list(), IL_ARG_DESC_IDX, IL_ARG_DESC_VARIANT, IL_COL_NUM, IL_FLD, IL_IDX, IL_LINE_NUM, IL_NEXT_LIST_IDX, IL_OPND, init_arg_info, Int_Opr, Integer, INTEGER_DEFAULT_TYPE, IR_COL_NUM, IR_FLD_L, IR_IDX_L, IR_IDX_R, IR_LINE_NUM, IR_LIST_CNT_R, IR_OPND_R, IR_OPR, IR_RANK, IR_Tbl_Idx, IR_TYPE_IDX, arg_strct::line, expr_semantics_args::linear_type, Log2_Images_Intrinsic, Log_10_Opr, Mod_Opr, NO_Tbl_Idx, ntr_const_tbl(), NTR_IR_LIST_TBL, NULL, NULL_IDX, null_opnd, OPND_FLD, OPND_IDX, Plus_Opr, Power_Opr, PRINTMSG(), expr_semantics_args::rank, REAL_DEFAULT_TYPE, Rem_Images_Intrinsic, SN_ATTR_IDX, SN_SIBLING_LINK, Sync_Images_Intrinsic, This_Image_Intrinsic, TRACE, TRUE, expr_semantics_args::type, expr_semantics_args::type_idx, TYPELESS_DEFAULT_TYPE, and expr_semantics_args::will_fold_later.

Here is the call graph for this function:

static boolean optimize_reshape ( opnd_type result_opnd,
expr_arg_type res_exp_desc 
) [static]

Definition at line 258 of file s_intrin.c.

References arg_info_list, Asg_Opr, Assignment_Stmt, Assumed_Shape, AT_OBJ_CLASS, AT_SEMANTICS_DONE, AT_Tbl_Idx, ATD_ARRAY_IDX, ATD_CLASS, ATD_IM_A_DOPE, ATD_NOT_PT_UNIQUE_MEM, ATD_POINTER, ATD_PTR_IDX, ATD_STOR_BLK_IDX, ATD_TYPE_IDX, ATT_CHAR_SEQ, BD_ARRAY_CLASS, Before, Call_Opr, change_section_to_this_element(), Character, compare_cn_and_value(), Compiler_Tmp, expr_semantics_args::constant, expr_semantics_args::contig_array, COPY_OPND, create_tmp_asg(), CRI__Pointee, cri_ptr_type(), curr_scp_idx, curr_stmt_sh_idx, Data_Obj, dummydummydummy(), Dv_Access_Base_Addr, arg_strct::ed, Eq_Opr, equal, EXIT, FALSE, find_base_attr(), fold_aggragate_expression(), expr_semantics_args::foldable, Func_Entry, Func_Exit, gen_bd_entry(), gen_compiler_tmp(), gen_ir(), gen_opnd(), gen_sh(), gen_whole_subscript(), IL_ARG_DESC_IDX, IL_FLD, IL_NEXT_LIST_IDX, IL_OPND, init_exp_desc, Intent_In, IR_IDX_R, IR_OPND_L, IR_OPR, IR_Tbl_Idx, expr_semantics_args::linear_type, Loc_Opr, make_base_subtree(), NO_Tbl_Idx, NULL, NULL_IDX, null_opnd, OPND_FLD, OPND_IDX, expr_semantics_args::rank, expr_semantics_args::reference, SA_INTEGER_DEFAULT_TYPE, SCP_SB_BASED_IDX, SCP_SB_STACK_IDX, SH_IR_IDX, SH_P2_SKIP_ME, SH_PREV_IDX, expr_semantics_args::shape, Shared, Structure, expr_semantics_args::tmp_reference, TRACE, transform_char_sequence_ref(), TRUE, TYP_IDX, TYP_LINEAR, TYP_TYPE, expr_semantics_args::type, and expr_semantics_args::type_idx.

Referenced by reshape_intrinsic().

Here is the call graph for this function:

void ranf_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)
void remote_write_barrier_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)
void reshape_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)

Definition at line 18360 of file s_intrin.c.

References arg_info_list, Asg_Opr, AT_DEFINED, AT_OBJ_CLASS, AT_REFERENCED, AT_SEMANTICS_DONE, AT_Tbl_Idx, ATD_ARRAY_IDX, ATD_CLASS, ATD_DATA_INIT, ATD_FLD, ATD_SAVED, ATD_STOR_BLK_IDX, ATD_TMP_IDX, ATD_TMP_INIT_NOT_DONE, ATD_TYPE_IDX, ATP_EXTERNAL_INTRIN, ATP_RSLT_IDX, int_dope_entry::base_addr, BD_DEFERRED_1_IDX, BD_DEFERRED_2_IDX, BD_DEFERRED_3_IDX, BD_DEFERRED_4_IDX, BD_DEFERRED_5_IDX, BD_DEFERRED_6_IDX, BD_DEFERRED_7_IDX, C_INT_TO_CN, CG_INTEGER_DEFAULT_TYPE, expr_semantics_args::char_len, char_len_in_bytes, Character, CLEAR_TBL_NTRY, CN_INT_TO_C, CN_Tbl_Idx, compare_cn_and_value(), Compiler_Tmp, conform_check(), expr_semantics_args::constant, COPY_OPND, copy_subtree(), create_bd_ntry_for_const(), curr_scp_idx, curr_stmt_sh_idx, Data_Obj, int_dope_entry::dim, arg_strct::ed, int_dope_entry::el_len, Error, int_dope_entry::extent, FALSE, find_base_attr(), opnd_entry::fld, fold_aggragate_expression(), expr_semantics_args::foldable, folder_driver(), FREE_IR_LIST_NODE, FREE_IR_NODE, Func_Entry, Func_Exit, gen_compiler_tmp(), gen_internal_dope_vector(), gen_whole_subscript(), gen_whole_substring(), get_next_array_expr_element(), opnd_entry::idx, IL_ARG_DESC_IDX, IL_FLD, IL_IDX, IL_NEXT_LIST_IDX, IL_OPND, IL_Tbl_Idx, init_exp_desc, insert_subs_ok, Internal, IR_COL_NUM, IR_FLD_L, IR_FLD_R, IR_IDX_L, IR_IDX_R, IR_LINE_NUM, IR_LIST_CNT_R, IR_OPND_L, IR_OPR, IR_RANK, IR_Tbl_Idx, IR_TYPE_IDX, L, expr_semantics_args::linear_type, Lt_Opr, MAX_NUM_DIMS, NO_Tbl_Idx, Not_Referenced, ntr_const_tbl(), NTR_IR_LIST_TBL, NTR_IR_TBL, ntr_type_tbl(), NULL, NULL_IDX, int_dope_entry::num_dims, OPND_COL_NUM, OPND_FLD, OPND_IDX, OPND_LINE_NUM, optimize_reshape(), PRINTMSG(), expr_semantics_args::rank, Referenced, Reshape_Opr, SCP_SB_STATIC_INIT_IDX, SH_IR_IDX, expr_semantics_args::shape, SHAPE_FOLDABLE, SHAPE_WILL_FOLD_LATER, Shared, Subscript_Opr, the_cn_idx, expr_semantics_args::tmp_reference, TRACE, TRUE, TYP_BIT_LEN, TYP_FLD, TYP_IDX, TYP_LINEAR, TYP_TYPE, TYP_WORK_IDX, expr_semantics_args::type, expr_semantics_args::type_idx, type_tbl, Typeless, and expr_semantics_args::will_fold_later.

Here is the call graph for this function:

void shape_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)

Definition at line 14322 of file s_intrin.c.

References arg_info_list, Asg_Opr, Assignment_Stmt, AT_DEFINED, AT_REFERENCED, AT_SEMANTICS_DONE, AT_Tbl_Idx, ATD_ARRAY_IDX, ATD_DATA_INIT, ATD_FLD, ATD_SAVED, ATD_STOR_BLK_IDX, ATD_TMP_IDX, ATD_TMP_INIT_NOT_DONE, ATD_TYPE_IDX, ATP_EXTERNAL_INTRIN, ATP_RSLT_IDX, Before, C_INT_TO_CN, Call_Opr, cast_opnd_to_type_idx(), CG_INTEGER_DEFAULT_TYPE, CLEAR_TBL_NTRY, CN_CONST, CN_INTEGER_ONE_IDX, CN_Tbl_Idx, conform_check(), create_bd_ntry_for_const(), curr_scp_idx, curr_stmt_sh_idx, arg_strct::ed, FALSE, opnd_entry::fld, fold_aggragate_expression(), expr_semantics_args::foldable, Func_Entry, Func_Exit, gen_compiler_tmp(), gen_ir(), gen_sh(), gen_whole_subscript(), opnd_entry::idx, IL_ARG_DESC_IDX, IL_COL_NUM, IL_FLD, IL_IDX, IL_LINE_NUM, IL_NEXT_LIST_IDX, IL_Tbl_Idx, Integer, Integer_8, INTEGER_DEFAULT_TYPE, io_item_must_flatten, IR_COL_NUM, IR_COL_NUM_L, IR_FLD_L, IR_FLD_R, IR_IDX_L, IR_IDX_R, IR_LINE_NUM, IR_LINE_NUM_L, IR_LIST_CNT_L, IR_LIST_CNT_R, IR_OPR, IR_RANK, IR_Tbl_Idx, IR_TYPE_IDX, expr_semantics_args::linear_type, MAX_NUM_DIMS, ntr_const_tbl(), NTR_IR_LIST_TBL, NTR_IR_TBL, ntr_type_tbl(), NULL, OPND_COL_NUM, OPND_FLD, OPND_IDX, OPND_LINE_NUM, Priv, expr_semantics_args::rank, Referenced, SCP_SB_STACK_IDX, SCP_SB_STATIC_INIT_IDX, SH_IR_IDX, SH_P2_SKIP_ME, SH_PREV_IDX, expr_semantics_args::shape, SHAPE_FOLDABLE, SHAPE_WILL_FOLD_LATER, Shared, Subscript_Opr, the_cn_idx, expr_semantics_args::tmp_reference, TRACE, Triplet_Opr, TRUE, TYP_BIT_LEN, TYP_LINEAR, TYP_TYPE, TYP_WORK_IDX, expr_semantics_args::type, expr_semantics_args::type_idx, type_tbl, Typeless, Whole_Subscript_Opr, and expr_semantics_args::will_fold_later.

Here is the call graph for this function:

void sin_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)

Definition at line 741 of file s_intrin.c.

References Acos_Intrinsic, Acosd_Intrinsic, Alog10_Intrinsic, Alog_Intrinsic, arg_info_list, Asin_Intrinsic, Asind_Intrinsic, Atan_Intrinsic, Atand_Intrinsic, ATD_TYPE_IDX, ATP_INTRIN_ENUM, ATP_RSLT_IDX, Ccos_Intrinsic, Cdcos_Intrinsic, Cdexp_Intrinsic, Cdlog_Intrinsic, Cdsin_Intrinsic, Cdsqrt_Intrinsic, Cexp_Intrinsic, Clog_Intrinsic, CN_INTEGER_ZERO_IDX, CN_Tbl_Idx, conform_check(), COPY_OPND, Cos_Intrinsic, Cosd_Intrinsic, Cosh_Intrinsic, Cot_Intrinsic, Cqcos_Intrinsic, Cqexp_Intrinsic, Cqlog_Intrinsic, Cqsin_Intrinsic, Cqsqrt_Intrinsic, Csin_Intrinsic, Csqrt_Intrinsic, Dacos_Intrinsic, Dacosd_Intrinsic, Dasin_Intrinsic, Dasind_Intrinsic, Datan_Intrinsic, Datand_Intrinsic, Dcos_Intrinsic, Dcosd_Intrinsic, Dcosh_Intrinsic, Dcot_Intrinsic, Dexp_Intrinsic, Dlog10_Intrinsic, Dlog_Intrinsic, Dsin_Intrinsic, Dsind_Intrinsic, Dsinh_Intrinsic, Dsqrt_Intrinsic, Dtan_Intrinsic, Dtand_Intrinsic, Dtanh_Intrinsic, arg_strct::ed, Error, Exp_Intrinsic, FALSE, fold_relationals(), expr_semantics_args::foldable, Func_Entry, Func_Exit, IL_ARG_DESC_IDX, IL_FLD, IL_IDX, Internal, io_item_must_flatten, IR_COL_NUM, IR_IDX_R, IR_LINE_NUM, IR_OPND_L, IR_OPND_R, IR_OPR, IR_RANK, IR_TYPE_IDX, Le_Opr, Log10_Intrinsic, Log_Intrinsic, Lt_Opr, NULL, null_opnd, OPND_IDX, PRINTMSG(), Qacos_Intrinsic, Qacosd_Intrinsic, Qasin_Intrinsic, Qasind_Intrinsic, Qatan_Intrinsic, Qatand_Intrinsic, Qcos_Intrinsic, Qcosd_Intrinsic, Qcosh_Intrinsic, Qcot_Intrinsic, Qexp_Intrinsic, Qlog10_Intrinsic, Qlog_Intrinsic, Qsin_Intrinsic, Qsind_Intrinsic, Qsinh_Intrinsic, Qsqrt_Intrinsic, Qtan_Intrinsic, Qtand_Intrinsic, Qtanh_Intrinsic, expr_semantics_args::rank, Real, Sin_Intrinsic, Sind_Intrinsic, Sinh_Intrinsic, Sqrt_Intrinsic, Sqrt_Opr, Tan_Intrinsic, Tand_Intrinsic, Tanh_Intrinsic, TRACE, TRUE, expr_semantics_args::type_idx, and expr_semantics_args::will_fold_later.

Here is the call graph for this function:

void transfer_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)

Definition at line 17605 of file s_intrin.c.

References arg_info_list, Assignment_Stmt, AT_DEFINED, AT_OPTIONAL, AT_REFERENCED, AT_SEMANTICS_DONE, AT_Tbl_Idx, ATD_ARRAY_IDX, ATD_DATA_INIT, ATD_FLD, ATD_SAVED, ATD_STOR_BLK_IDX, ATD_TMP_IDX, ATD_TMP_INIT_NOT_DONE, ATD_TYPE_IDX, ATP_EXTERNAL_INTRIN, ATP_RSLT_IDX, int_dope_entry::base_addr, Before, Bor_Opr, C_INT_TO_CN, cast_to_cg_default(), CG_INTEGER_DEFAULT_TYPE, expr_semantics_args::char_len, char_len_in_bytes, Character, CHARACTER_DEFAULT_TYPE, CIF_No_Usage_Rec, CLEAR_TBL_NTRY, CN_CONST, CN_INTEGER_ZERO_IDX, CN_Tbl_Idx, Complex_4, Concat_Opr, conform_check(), Const_Len_Char, expr_semantics_args::constant, COPY_OPND, create_bd_ntry_for_const(), curr_scp_idx, curr_stmt_sh_idx, Cvrt_Opr, int_dope_entry::dim, arg_strct::ed, int_dope_entry::el_len, Error, expr_semantics(), int_dope_entry::extent, FALSE, find_base_attr(), opnd_entry::fld, expr_semantics_args::foldable, folder_driver(), Func_Entry, Func_Exit, gen_compiler_tmp(), GEN_COMPILER_TMP_ASG, gen_internal_dope_vector(), gen_ir(), gen_sh(), gen_whole_subscript(), gen_whole_substring(), GENERATE_WHIRL, get_concat_len(), opnd_entry::idx, IL_ARG_DESC_IDX, IL_ARG_DESC_VARIANT, IL_FLD, IL_IDX, IL_INTRIN_PLACE_HOLDER, IL_NEXT_LIST_IDX, IL_OPND, insert_subs_ok, io_item_must_flatten, IR_COL_NUM, IR_FLD_L, IR_IDX_L, IR_IDX_R, IR_LINE_NUM, IR_LIST_CNT_R, IR_OPND_R, IR_OPR, IR_RANK, IR_Tbl_Idx, IR_TYPE_IDX, L, expr_semantics_args::linear_type, ntr_const_tbl(), NTR_IR_LIST_TBL, ntr_type_tbl(), NULL, NULL_IDX, null_opnd, int_dope_entry::num_dims, OPND_COL_NUM, OPND_FLD, OPND_IDX, OPND_LINE_NUM, PRINTMSG(), Priv, expr_semantics_args::rank, Referenced, SCP_SB_STATIC_INIT_IDX, SH_IR_IDX, SH_P2_SKIP_ME, SH_PREV_IDX, expr_semantics_args::shape, SHAPE_FOLDABLE, SHAPE_WILL_FOLD_LATER, Shared, stmt_start_col, stmt_start_line, storage_bit_size_tbl, Structure, the_cn_idx, expr_semantics_args::tmp_reference, TRACE, Transfer_Opr, TRUE, TYP_BIT_LEN, TYP_CHAR_CLASS, TYP_FLD, TYP_IDX, TYP_LINEAR, TYP_ORIG_LEN_IDX, TYP_TYPE, TYP_WORK_IDX, expr_semantics_args::type, expr_semantics_args::type_idx, type_tbl, Typeless, TYPELESS_DEFAULT_TYPE, Var_Len_Char, expr_semantics_args::will_fold_later, and xref_state.

Here is the call graph for this function:

void ubound_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)

Definition at line 13114 of file s_intrin.c.

References arg_info_list, Asg_Opr, Assignment_Stmt, AT_DEFINED, AT_OPTIONAL, AT_REFERENCED, AT_SEMANTICS_DONE, AT_Tbl_Idx, ATD_ARRAY_IDX, ATD_DATA_INIT, ATD_FLD, ATD_SAVED, ATD_STOR_BLK_IDX, ATD_TMP_IDX, ATD_TMP_INIT_NOT_DONE, ATD_TYPE_IDX, ATP_EXTERNAL_INTRIN, ATP_RSLT_IDX, BD_RANK, BD_UB_FLD, BD_UB_IDX, BD_XT_FLD, BD_XT_IDX, Before, C_INT_TO_CN, Call_Opr, cast_opnd_to_type_idx(), cast_to_cg_default(), CG_INTEGER_DEFAULT_TYPE, CLEAR_TBL_NTRY, CN_INT_TO_C, CN_INTEGER_ONE_IDX, CN_INTEGER_ZERO_IDX, CN_Tbl_Idx, compare_cn_and_value(), conform_check(), expr_semantics_args::constant, COPY_OPND, create_bd_ntry_for_const(), curr_scp_idx, curr_stmt_sh_idx, Cvmgt_Opr, arg_strct::ed, Eq_Opr, Error, EXIT, FALSE, find_base_attr(), find_opnd_line_and_column(), opnd_entry::fld, fold_aggragate_expression(), expr_semantics_args::foldable, Func_Entry, Func_Exit, gen_compiler_tmp(), gen_ir(), gen_sh(), gen_whole_subscript(), Gt_Opr, idx, opnd_entry::idx, IL_ARG_DESC_IDX, IL_ARG_DESC_VARIANT, IL_COL_NUM, IL_FLD, IL_IDX, IL_INTRIN_PLACE_HOLDER, IL_LINE_NUM, IL_NEXT_LIST_IDX, IL_OPND, IL_Tbl_Idx, Integer, Integer_8, INTEGER_DEFAULT_TYPE, io_item_must_flatten, IR_COL_NUM, IR_COL_NUM_L, IR_COL_NUM_R, IR_FLD_L, IR_FLD_R, IR_IDX_L, IR_IDX_R, IR_LINE_NUM, IR_LINE_NUM_L, IR_LINE_NUM_R, IR_LIST_CNT_L, IR_LIST_CNT_R, IR_OPND_L, IR_OPND_R, IR_OPR, IR_RANK, IR_Tbl_Idx, IR_TYPE_IDX, Le_Opr, expr_semantics_args::linear_type, LOGICAL_DEFAULT_TYPE, Lt_Opr, MAX_NUM_DIMS, NO_Tbl_Idx, ntr_const_tbl(), NTR_IR_LIST_TBL, NTR_IR_TBL, ntr_type_tbl(), NULL, NULL_IDX, null_opnd, OPND_COL_NUM, OPND_FLD, OPND_IDX, OPND_LINE_NUM, PRINTMSG(), expr_semantics_args::rank, Referenced, SCP_SB_STATIC_INIT_IDX, SH_IR_IDX, SH_P2_SKIP_ME, SH_PREV_IDX, expr_semantics_args::shape, SHAPE_FOLDABLE, SHAPE_WILL_FOLD_LATER, Shared, Subscript_Opr, the_cn_idx, expr_semantics_args::tmp_reference, TRACE, TRUE, TYP_BIT_LEN, TYP_TYPE, TYP_WORK_IDX, expr_semantics_args::type, expr_semantics_args::type_idx, type_tbl, Typeless, Whole_Subscript_Opr, Whole_Substring_Opr, and expr_semantics_args::will_fold_later.

Here is the call graph for this function:

void unknown_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)

Definition at line 19266 of file s_intrin.c.

References Func_Entry, Func_Exit, Internal, NULL, PRINTMSG(), stmt_start_col, stmt_start_line, and TRACE.

Here is the call graph for this function:

void write_memory_barrier_intrinsic ( opnd_type result_opnd,
expr_arg_type res_exp_desc,
int *  spec_idx 
)

Variable Documentation

char USMID[] = "\n@(#)5.0_pl/sources/s_intrin.c 5.31 10/27/99 16:50:34\n" [static]

Definition at line 37 of file s_intrin.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines