Home
last modified time | relevance | path

Searched refs:stblk_sptr (Results 1 – 3 of 3) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Doutliner.h134 SPTR ll_make_outlined_func_wopc(SPTR stblk_sptr, SPTR scope_sptr, ILM_OP opc);
141 SPTR ll_make_outlined_func(SPTR stblk_sptr, SPTR scope_sptr);
148 SPTR ll_make_outlined_func_target_device(SPTR stblk_sptr, SPTR scope_sptr, ILM_OP opc);
155 SPTR ll_make_outlined_omptarget_func(SPTR stblk_sptr, SPTR scope_sptr, ILM_OP opc);
176 SPTR ll_make_outlined_task(SPTR stblk_sptr, SPTR scope_sptr);
186 DTYPE ll_make_uplevel_type(SPTR stblk_sptr);
H A Doutliner.cpp199 ll_parent_vals_count(int stblk_sptr) in ll_parent_vals_count() argument
202 const LLUplevel *up = llmp_get_uplevel(stblk_sptr); in ll_parent_vals_count()
241 ll_make_uplevel_type(SPTR stblk_sptr) in ll_make_uplevel_type() argument
250 up = llmp_get_uplevel(stblk_sptr); in ll_make_uplevel_type()
276 sz = ll_parent_vals_count(stblk_sptr) * size_of(DT_CPTR); in ll_make_uplevel_type()
771 if (DBGBIT(45, 0x8) && stblk_sptr) in makeOutlinedFunc()
772 dump_parsyms(stblk_sptr, FALSE); in makeOutlinedFunc()
807 ll_make_outlined_omptarget_func(stblk_sptr, scope_sptr, opc); in ll_make_outlined_func_target_device()
827 ll_make_outlined_func(SPTR stblk_sptr, SPTR scope_sptr) in ll_make_outlined_func() argument
833 ll_make_outlined_task(SPTR stblk_sptr, SPTR scope_sptr) in ll_make_outlined_task() argument
[all …]
H A Dtgtutil.cpp55 static void change_target_func_smbols(int outlined_func_sptr, int stblk_sptr);
489 ll_make_tgt_target(SPTR outlined_func_sptr, int64_t device_id, SPTR stblk_sptr) in ll_make_tgt_target() argument
543 change_target_func_smbols(outlined_func_sptr, stblk_sptr); in ll_make_tgt_target()
554 SPTR stblk_sptr, int32_t num_teams, in ll_make_tgt_target_teams() argument
594 change_target_func_smbols(outlined_func_sptr, stblk_sptr); in ll_make_tgt_target_teams()
605 SPTR stblk_sptr, int32_t num_teams, in ll_make_tgt_target_teams_parallel() argument
750 change_target_func_smbols(int outlined_func_sptr, int stblk_sptr) in change_target_func_smbols() argument
756 if (PARSYMSG(stblk_sptr) == 0) { in change_target_func_smbols()
760 uplevel = llmp_get_uplevel(stblk_sptr); in change_target_func_smbols()