Home
last modified time | relevance | path

Searched refs:return_ll_type (Results 1 – 4 of 4) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_ftn.cpp1257 LL_Type *return_ll_type; in print_entry_subroutine() local
1260 return_ll_type = make_lltype_from_dtype(rettype); in print_entry_subroutine()
1268 write_type(return_ll_type); in print_entry_subroutine()
1271 write_type(make_ptr_lltype(return_ll_type)); in print_entry_subroutine()
1279 return_ll_type = make_lltype_from_abi_arg(&abi->arg[0]); in print_entry_subroutine()
1289 write_type(make_ptr_lltype(return_ll_type)); in print_entry_subroutine()
1298 write_type(return_ll_type); in print_entry_subroutine()
1300 write_type(make_ptr_lltype(return_ll_type)); in print_entry_subroutine()
1307 write_type(return_ll_type); in print_entry_subroutine()
1316 : return_ll_type); in print_entry_subroutine()
H A Dcgmain.h139 LL_Type *return_ll_type, INSTR_LIST *Call_Instr,
H A Dllopt.cpp44 LL_Type *return_ll_type = NULL; in replace_by_call_to_llvm_instrinsic() local
50 return_ll_type = instr->ll_type; in replace_by_call_to_llvm_instrinsic()
56 call_op->ll_type = return_ll_type; in replace_by_call_to_llvm_instrinsic()
60 sprintf(buf, "declare %s %s(", return_ll_type->str, intrinsic_name); in replace_by_call_to_llvm_instrinsic()
H A Dcgmain.cpp263 LL_Type *return_ll_type; member
664 llvm_info.return_ll_type = make_void_lltype(); in analyze_ret_info()
667 llvm_info.return_ll_type = in analyze_ret_info()
687 LL_Type *rtype = llvm_info.return_ll_type; in gen_return_operand()
2806 : llvm_info.return_ll_type); in write_instructions()
2808 switch (llvm_info.return_ll_type->data_type) { in write_instructions()
2993 : llvm_info.return_ll_type); in write_instructions()
3719 : llvm_info.return_ll_type; in make_stmt()
4291 operand = make_tmp_op(return_ll_type, make_tmps()); in gen_call_to_builtin()
4299 Curr_Instr->ll_type = return_ll_type; in gen_call_to_builtin()
[all …]