Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_structure.cpp812 return type->sub_elements * ll_type_bytes(type->sub_types[0]); in LLTypeGetBytesUnchecked()
823 sum += ll_type_bytes(type->sub_types[i]); in LLTypeGetBytesUnchecked()
840 ll_type_bytes(LL_Type *type) in ll_type_bytes() function
1466 offset += ll_type_bytes(new_type.sub_types[i]); in ll_create_anon_struct_type()
1863 const int ptrbits = 8 * ll_type_bytes(type); in ll_get_const_addrspacecast()
H A Dcgmain.cpp3455 assert(ll_type_bytes(operand->ll_type) <= ll_type_bytes(expected_type), in convert_mismatched_types()
3461 assert(ll_type_bytes(operand->ll_type) == ll_type_bytes(expected_type), in convert_mismatched_types()
3463 ll_type_bytes(operand->ll_type) - ll_type_bytes(expected_type), in convert_mismatched_types()
4011 ll_type_bytes(op1->ll_type))) { in make_stmt()
6023 assert(ll_type_bytes(cast_op->ll_type) == ll_type_bytes(rslt_type), in make_bitcast()
6141 size1 = ll_type_bytes(ty1) * 8; in convert_int_size()
6153 size2 = ll_type_bytes(ty2) * 8; in convert_int_size()
6202 size = ll_type_bytes(ty) * 8; in convert_operand()
9581 (ll_type_bytes(operand->ll_type) != ll_type_bytes(expected_type))) { in gen_llvm_expr()
12129 ll_type_bytes(ty1) == 4) { in gen_base_addr_operand()
[all …]
H A Dll_write.cpp725 if (ll_type_bytes(object->type) == 4) { in ll_write_local_objects()
735 } else if (ll_type_bytes(object->type) == 8) { in ll_write_local_objects()
745 } else if (ll_type_bytes(object->type) > 4) { in ll_write_local_objects()
751 (int)(ll_type_bytes(object->type) / 4), name); in ll_write_local_objects()
H A Dllutil.cpp369 num_elements = size_of(dtype) / ll_type_bytes(base_type); in ll_convert_simd_dtype()
489 cur_size = ll_type_bytes(cur_type); in layout_struct_body()
1437 const int length = ll_type_bytes(op->ll_type); in make_conststring_op()
1730 fprintf(LLVMFIL, "%" BIGIPFSZ "d", ll_type_bytes(llt) * 8); in print_llsize()
1737 sprintf(buf, "%" BIGIPFSZ "d", ll_type_bytes(llt) * 8); in print_llsize_tobuf()
2021 if (ll_type_bytes(type) <= 4) { in write_constant_value()
H A Dll_structure.h1037 ISZ_T ll_type_bytes(LL_Type *type);