Home
last modified time | relevance | path

Searched defs:func_sptr (Results 1 – 21 of 21) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dompaccel.h31 #define IS_OMP_DEVICE_KERNEL(func_sptr) (OMPACCFUNCKERNELG(func_sptr)) argument
33 #define IS_OMP_DEVICE_FUNC(func_sptr) (OMPACCFUNCDEVG(func_sptr)) argument
72 SPTR func_sptr; /* Kernel or device function sptr */ member
H A Doutliner.cpp448 ll_get_shared_arg(SPTR func_sptr) in ll_get_shared_arg()
499 llMakeFtnOutlinedSignature(int func_sptr, int n_params, in llMakeFtnOutlinedSignature()
743 setOutlinedPragma(int func_sptr, int saved) in setOutlinedPragma()
751 SPTR func_sptr, hostfunc_uplevel = SPTR_NULL; in makeOutlinedFunc() local
1786 ll_make_outlined_call(int func_sptr, int arg1, int arg2, int arg3) in ll_make_outlined_call()
1804 ll_get_hostprog_arg(int func_sptr, int whicharg) in ll_get_hostprog_arg()
1818 ll_make_outlined_call2(int func_sptr, int uplevel_ili) in ll_make_outlined_call2()
1851 ll_make_outlined_task_call(int func_sptr, SPTR task_sptr) in ll_make_outlined_task_call()
2284 SPTR func_sptr) in mk_function_call()
2450 SPTR func_sptr = getsymbol(nm); in create_target_outlined_func_sptr() local
[all …]
H A Dll_ftn.cpp198 get_ftn_func_name(SPTR func_sptr, bool *has_iface) in get_ftn_func_name()
225 gen_ref_arg(SPTR param_sptr, SPTR func_sptr, LL_Type *ref_dummy, int param_num, in gen_ref_arg()
237 ll_process_routine_parameters(SPTR func_sptr) in ll_process_routine_parameters()
597 get_return_type(SPTR func_sptr) in get_return_type()
651 llvm_args_valid(SPTR func_sptr) in llvm_args_valid()
H A Dompaccel.cpp450 mk_ompaccel_function_end(SPTR func_sptr) in mk_ompaccel_function_end()
474 SPTR func_sptr, sym; in mk_ompaccel_function() local
688 ompaccel_tinfo_create(SPTR func_sptr, int max_nargs) in ompaccel_tinfo_create()
728 ompaccel_tinfo_has(int func_sptr) in ompaccel_tinfo_has()
739 ompaccel_tinfo_get(int func_sptr) in ompaccel_tinfo_get()
H A Dscope.cpp752 begin_inlined_scope(int func_sptr) in begin_inlined_scope()
H A Dllutil.cpp3564 process_ll_abi_func_ftn_mod(LL_Module *mod, SPTR func_sptr, bool update) in process_ll_abi_func_ftn_mod()
3701 process_ll_abi_func_ftn(SPTR func_sptr, bool use_sptrs) in process_ll_abi_func_ftn()
3710 int func_sptr, int jsra_flags) in ll_abi_for_missing_prototype()
3731 ll_abi_for_func_sptr(LL_Module *module, SPTR func_sptr, DTYPE dtype) in ll_abi_for_func_sptr()
4128 const int func_sptr = gbl.currsub; in get_ftn_dummy_lltype() local
H A Dtgtutil.cpp217 const SPTR func_sptr = getsymbol(nm); in ll_make_tgt_proto() local
H A Dll_structure.cpp2448 ll_proto_key(SPTR func_sptr) in ll_proto_key()
2540 ll_proto_add_sptr(SPTR func_sptr, struct LL_ABI_Info_ *abi) in ll_proto_add_sptr()
H A Dkmpcutil.cpp455 const SPTR func_sptr = getsymbol(nm); in ll_make_kmpc_proto() local
H A Dcgmain.cpp627 analyze_ret_info(SPTR func_sptr) in analyze_ret_info()
1240 write_routine_definition(SPTR func_sptr, LL_ABI_Info *abi, LL_Module *module, in write_routine_definition()
1320 SPTR func_sptr = GBL_CURRFUNC; in schedule() local
12842 print_function_signature(int func_sptr, const char *fn_name, LL_ABI_Info *abi, in print_function_signature()
12976 build_routine_and_parameter_entries(SPTR func_sptr, LL_ABI_Info *abi, in build_routine_and_parameter_entries()
H A Dlldebug.cpp3242 lldbg_create_imported_entity(LL_DebugInfo *db, SPTR entity_sptr, SPTR func_sptr, in lldbg_create_imported_entity()
3299 lldbg_emit_imported_entity(LL_DebugInfo *db, SPTR entity_sptr, SPTR func_sptr, in lldbg_emit_imported_entity()
H A Dupper.cpp116 SPTR func_sptr; member
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemfunc.c229 get_type_descr_arg(int func_sptr, int arg) in get_type_descr_arg()
268 get_type_descr_arg2(int func_sptr, int arg) in get_type_descr_arg2()
299 pass_char_no_len(int func_sptr, int param_sptr) in pass_char_no_len()
309 sc_local_passbyvalue(int sptr, int func_sptr) in sc_local_passbyvalue()
443 inc_dummy_param(int func_sptr) in inc_dummy_param()
464 get_byval(int func_sptr, int param_sptr) in get_byval()
717 need_tmp_retval(int func_sptr, int param_dummy) in need_tmp_retval()
759 gen_finalized_result(int fval, int func_sptr) in gen_finalized_result()
800 int func_sptr, sptr1, fval_sptr = 0; in func_call2() local
1449 int func_sptr; in func_call() local
[all …]
H A Dsemfin.c229 inject_arg(int func_sptr, int arg_sptr, int position) in inject_arg()
247 have_class_args_been_fixed_already(int func_sptr) in have_class_args_been_fixed_already()
262 add_class_arg_descr_arg(int func_sptr, int arg_sptr, int new_arg_position) in add_class_arg_descr_arg()
293 prepend_func_result_as_first_arg(int func_sptr) in prepend_func_result_as_first_arg()
1041 fix_class_args(int func_sptr) in fix_class_args()
H A Dsemutil.c3432 int func_sptr; in subst_lhs_arrfn() local
3596 update_proc_ptr_dtype_from_interface(int func_sptr) in update_proc_ptr_dtype_from_interface()
H A Dsemant.c16321 record_func_result(int func_sptr, int func_result_sptr, LOGICAL in_ENTRY) in record_func_result()
H A Doutconv.c3631 int func_sptr = 0; in conv_forall() local
H A Dfunc.c3361 int func_sptr; in rewrite_sub_args() local
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/ppc64le-Linux/
H A Dll_abi.cpp39 ll_abi_compute_call_conv(LL_ABI_Info *abi, int func_sptr, int jsra_flags) in ll_abi_compute_call_conv()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/aarch64-Linux/
H A Dll_abi.cpp36 ll_abi_compute_call_conv(LL_ABI_Info *abi, int func_sptr, int jsra_flags) in ll_abi_compute_call_conv()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/x86_64-Linux/
H A Dll_abi.cpp28 ll_abi_compute_call_conv(LL_ABI_Info *abi, int func_sptr, int jsra_flags) in ll_abi_compute_call_conv()