Home
last modified time | relevance | path

Searched refs:LL_ABI_ArgInfo (Results 1 – 9 of 9) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.h754 } LL_ABI_ArgInfo; typedef
806 LL_ABI_ArgInfo arg[1];
836 LL_Type *make_lltype_from_abi_arg(LL_ABI_ArgInfo *arg);
895 void ll_abi_classify_arg_dtype(LL_ABI_Info *abi, LL_ABI_ArgInfo *arg,
901 void ll_abi_complete_arg_info(LL_ABI_Info *abi, LL_ABI_ArgInfo *arg,
1236 LL_Type *make_lltype_from_abi_arg(LL_ABI_ArgInfo *arg);
1436 void ll_abi_complete_arg_info(LL_ABI_Info *abi, LL_ABI_ArgInfo *arg, DTYPE dtype);
H A Dllutil.cpp3461 1, sizeof(LL_ABI_Info) + nargs * sizeof(LL_ABI_ArgInfo)); in ll_abi_alloc()
3473 memset(abi, 0, sizeof(LL_ABI_Info) + (abi->nargs * sizeof(LL_ABI_ArgInfo))); in ll_abi_free()
3528 ll_abi_complete_arg_info(LL_ABI_Info *abi, LL_ABI_ArgInfo *arg, DTYPE dtype) in ll_abi_complete_arg_info()
3787 make_lltype_from_abi_arg(LL_ABI_ArgInfo *arg) in make_lltype_from_abi_arg()
H A Dll_ftn.cpp473 LL_ABI_ArgInfo arg = {LL_ARG_UNKNOWN}; in ll_process_routine_parameters()
H A Dll_structure.cpp2711 LL_ABI_ArgInfo *arg = &abi->arg[i]; in ll_set_device_function_arguments()
H A Dcgmain.cpp6709 LL_ABI_ArgInfo arg_info, *arg; in gen_arg_operand()
12663 LL_ABI_ArgInfo *arg = &abi->arg[i]; in process_formal_arguments()
12807 print_arg_attributes(LL_ABI_ArgInfo *arg) in print_arg_attributes()
12891 LL_ABI_ArgInfo *arg = &abi->arg[i]; in print_function_signature()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/x86_64-Linux/
H A Dll_abi.h36 void ll_abi_classify_arg_dtype(LL_ABI_Info *abi, LL_ABI_ArgInfo *arg,
H A Dll_abi.cpp219 amd64_coerce(LL_Module *module, LL_ABI_ArgInfo *arg, in amd64_coerce()
333 ll_abi_classify_arg_dtype(LL_ABI_Info *abi, LL_ABI_ArgInfo *arg, DTYPE dtype) in ll_abi_classify_arg_dtype()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/ppc64le-Linux/
H A Dll_abi.cpp176 classify_common(LL_ABI_Info *abi, LL_ABI_ArgInfo *arg, DTYPE dtype) in classify_common()
261 ll_abi_classify_arg_dtype(LL_ABI_Info *abi, LL_ABI_ArgInfo *arg, DTYPE dtype) in ll_abi_classify_arg_dtype()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/aarch64-Linux/
H A Dll_abi.cpp56 update_arg_info(LL_ABI_ArgInfo* arg, ARM_ABI_ArgInfo* arm_arg) { in update_arg_info()
254 ll_abi_classify_arg_dtype(LL_ABI_Info *abi, LL_ABI_ArgInfo *arg, DTYPE dtype) in ll_abi_classify_arg_dtype()