Home
last modified time | relevance | path

Searched refs:ll_create_int_type (Results 1 – 7 of 7) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/ppc64le-Linux/
H A Dll_abi.cpp221 parts[0] = ll_create_int_type(module, 64); in coercion_type()
228 parts[1] = ll_create_int_type(module, 8 * (size % 8)); in coercion_type()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/x86_64-Linux/
H A Dll_abi.cpp252 types[i] = ll_create_int_type(module, 8 * (size - 8 * i)); in amd64_coerce()
274 types[0] = ll_create_int_type(module, 64); in amd64_coerce()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.cpp865 return ll_create_int_type(llvm_get_current_module(), bits); in make_int_lltype()
1250 llt = ll_get_pointer_type(ll_create_int_type(llvm_get_current_module(), 8)); in make_lltype_from_sptr()
1289 llt = ll_create_int_type(llvm_get_current_module(), 8); in make_lltype_from_sptr()
1292 llt = ll_create_int_type(llvm_get_current_module(), 16); in make_lltype_from_sptr()
1299 llt = ll_create_int_type(llvm_get_current_module(), 32); in make_lltype_from_sptr()
3075 LL_Type *i8 = ll_create_int_type(llvm_get_current_module(), 8); in process_symlinked_sptr()
H A Dll_structure.cpp1134 ll_create_int_type(LLVMModuleRef module, unsigned bits) in ll_create_int_type() function
1646 LL_Type *type = ll_create_int_type(module, bits); in intern_const_int()
2274 LL_Type *i8ptr = ll_get_pointer_type(ll_create_int_type(module, 8)); in ll_append_llvm_used()
H A Dll_structure.h1208 LL_Type *ll_create_int_type(LLVMModuleRef module, unsigned bits);
H A Dllassem_common.cpp949 ll_get_pointer_type(ll_create_int_type(cpu_llvm_module, 8)); in gen_ptr_offset_val()
H A Dcgmain.cpp5187 oper = make_constval_op(ll_create_int_type(mod, 64), 0, 0); in insertLLVMDbgValue()
9019 LL_Type *i16Ty = ll_create_int_type(cpu_llvm_module, 16); in gen_llvm_expr()
9056 LL_Type *i16Ty = ll_create_int_type(cpu_llvm_module, 16); in gen_llvm_expr()