Home
last modified time | relevance | path

Searched refs:targetfunc_sptr (Results 1 – 2 of 2) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dexpsmp.cpp961 static SPTR targetfunc_sptr = SPTR_NULL, targetdevice_func_sptr = SPTR_NULL; in exp_smp() local
1254 …cel_btarget(ilmp, curilm, uplevel_sptr, scopeSptr, incrOutlinedCnt, &targetfunc_sptr, &isTargetDev… in exp_smp()
1273 targetfunc_sptr = ll_make_outlined_func_wopc((SPTR)uplevel_sptr, scopeSptr, opc); in exp_smp()
1275 PARENCLFUNCP(scopeSptr, targetfunc_sptr); in exp_smp()
1276 ll_write_ilm_header(targetfunc_sptr, curilm); in exp_smp()
1298 assert(targetfunc_sptr != SPTR_NULL, in exp_smp()
1302 …exp_ompaccel_etarget(ilmp, curilm, targetfunc_sptr, outlinedCnt, (SPTR) uplevel_sptr, decrOutlined… in exp_smp()
1308 assert(targetfunc_sptr != SPTR_NULL, in exp_smp()
1311 iliarg = ll_load_outlined_args(scopeSptr, targetfunc_sptr, gbl.outlined); in exp_smp()
1312 ili = ll_make_outlined_call2(targetfunc_sptr, iliarg); in exp_smp()
[all …]
H A Dompaccel.cpp1817 int(incrOutlinedCnt()), SPTR *targetfunc_sptr, in exp_ompaccel_btarget() argument
1852 *targetfunc_sptr = sptr; in exp_ompaccel_btarget()
1870 exp_ompaccel_etarget(ILM *ilmp, int curilm, SPTR targetfunc_sptr, in exp_ompaccel_etarget() argument