Home
last modified time | relevance | path

Searched refs:ll_convert_dtype (Results 1 – 5 of 5) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/ppc64le-Linux/
H A Dll_abi.cpp81 llt = ll_convert_dtype(ha->module, dtype); in update_homogeneous()
286 llt = ll_convert_dtype(abi->module, dtype); in ll_abi_classify_arg_dtype()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/aarch64-Linux/
H A Dll_abi.cpp88 llt = ll_convert_dtype(ha->module, dtype); in update_homogeneous()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.cpp378 LL_Type *ret_type = ll_convert_dtype(module, dtype); in ll_convert_func_dtype()
407 args[0] = ll_convert_dtype(module, DTYPEG(iface_sptr)); in ll_convert_iface_sptr()
487 cur_type = ll_convert_dtype(module, DDTG(DTYPEG(sptr))); in layout_struct_body()
495 cur_type = ll_convert_dtype(module, DTYPEG(sptr)); in layout_struct_body()
630 type = ll_convert_dtype(module, ddtype); in ll_convert_array_dtype()
651 type = ll_convert_dtype(module, DT_BINT); in ll_convert_array_dtype()
656 type = ll_convert_dtype(module, DT_SINT); in ll_convert_array_dtype()
726 ll_convert_dtype(LL_Module *module, DTYPE dtype) in ll_convert_dtype() function
3538 type = ll_convert_dtype(abi->module, dtype); in ll_abi_complete_arg_info()
H A Dllutil.h939 LL_Type *ll_convert_dtype(LL_Module *module, DTYPE dtype);
1216 LL_Type *ll_convert_dtype(LL_Module *module, DTYPE dtype);
H A Dcgmain.cpp1131 abi->arg[i].type = ll_get_pointer_type(ll_convert_dtype( in add_external_function_declaration()