Home
last modified time | relevance | path

Searched refs:ret_opc (Results 1 – 4 of 4) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dtgtutil.cpp242 const ILI_OP ret_opc = (ILI_OP)TGT_RET_ILIOPC(tgt_api); in mk_tgt_api_call() local
252 ilix = ll_ad_outlined_func2(ret_opc, IL_JSR, fn_sptr, n_args, arg_ilis); in mk_tgt_api_call()
261 if (ret_opc) in mk_tgt_api_call()
H A Dkmpcutil.cpp567 const ILI_OP ret_opc = KMPC_RET_ILIOPC(kmpc_api); in mk_kmpc_api_call() local
581 ilix = ll_ad_outlined_func2(ret_opc, IL_JSR, fn_sptr, n_args, arg_ilis); in mk_kmpc_api_call()
590 if (ret_opc) in mk_kmpc_api_call()
H A Dllutil.h1045 DTYPE dtype_from_return_type(ILI_OP ret_opc);
H A Dllutil.cpp1096 dtype_from_return_type(ILI_OP ret_opc) in dtype_from_return_type() argument
1098 switch (ret_opc) { in dtype_from_return_type()
1126 interr("dtype_from_return_type(), bad return opc", ret_opc, ERR_Fatal); in dtype_from_return_type()