| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIWindows_x86_64.cpp | 204 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() argument 209 if (bit_width > 64) in ReadIntegerArgument() 217 scalar.SignExtend(bit_width); in ReadIntegerArgument() 220 uint32_t byte_size = (bit_width + (CHAR_BIT - 1)) / CHAR_BIT; in ReadIntegerArgument() 346 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local 348 if (!bit_width) { in SetReturnValueObject() 352 if (*bit_width <= 64) { in SetReturnValueObject() 613 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local 614 if (!bit_width) { in GetReturnValueObjectImpl() 635 bool is_memory = *bit_width > max_register_value_bit_width || in GetReturnValueObjectImpl() [all …]
|
| H A D | ABISysV_x86_64.cpp | 188 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() argument 193 if (bit_width > 64) in ReadIntegerArgument() 201 scalar.SignExtend(bit_width); in ReadIntegerArgument() 203 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() 339 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local 341 if (!bit_width) { in SetReturnValueObject() 345 if (*bit_width <= 64) { in SetReturnValueObject() 632 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local 633 if (!bit_width) in GetReturnValueObjectImpl() 642 *bit_width <= 128 && in GetReturnValueObjectImpl()
|
| H A D | ABIMacOSX_i386.cpp | 124 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() argument 128 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() 276 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local 277 if (!bit_width) in GetReturnValueObjectImpl() 284 switch (*bit_width) { in GetReturnValueObjectImpl()
|
| H A D | ABISysV_i386.cpp | 143 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() argument 146 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 311 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() argument 316 if (bit_width > 64) in ReadIntegerArgument() 324 scalar.SignExtend(bit_width); in ReadIntegerArgument() 326 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() 465 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local 467 if (!bit_width) { in SetReturnValueObject() 471 if (*bit_width <= 64) { in SetReturnValueObject() 661 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local 662 if (!bit_width) in GetReturnValueObjectImpl() 667 if (*bit_width <= 128) { in GetReturnValueObjectImpl()
|
| H A D | ABISysV_ppc64.cpp | 198 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() argument 203 if (bit_width > 64) in ReadIntegerArgument() 211 scalar.SignExtend(bit_width); in ReadIntegerArgument() 213 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() 343 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local 345 if (!bit_width) { in SetReturnValueObject() 349 if (*bit_width <= 64) { in SetReturnValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 280 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() argument 285 if (bit_width > 64) in ReadIntegerArgument() 293 scalar.SignExtend(bit_width); in ReadIntegerArgument() 295 uint32_t byte_size = (bit_width + (8 - 1)) / 8; in ReadIntegerArgument() 428 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local 430 if (!bit_width) { in SetReturnValueObject() 434 if (*bit_width <= 64) { in SetReturnValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABISysV_arm.cpp | 1458 size_t bit_width = 0; in GetArgumentValues() local 1462 bit_width = *size; in GetArgumentValues() 1468 if (bit_width <= (exe_ctx.GetProcessRef().GetAddressByteSize() * 8)) { in GetArgumentValues() 1479 reg_value.SignExtend(bit_width); in GetArgumentValues() 1495 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() 1568 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local 1570 if (!bit_width || !byte_size) in GetReturnValueObjectImpl() 1574 switch (*bit_width) { in GetReturnValueObjectImpl() 1642 switch (*bit_width) { in GetReturnValueObjectImpl() 1692 } else if (!GetReturnValuePassedInMemory(thread, reg_ctx, *bit_width / 8, in GetReturnValueObjectImpl()
|
| H A D | ABIMacOSX_arm.cpp | 1455 size_t bit_width = 0; in GetArgumentValues() local 1460 bit_width = *bit_size; in GetArgumentValues() 1462 bit_width = *bit_size; in GetArgumentValues() 1467 if (bit_width <= (exe_ctx.GetProcessRef().GetAddressByteSize() * 8)) { in GetArgumentValues() 1498 reg_value.SignExtend(bit_width); in GetArgumentValues() 1514 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() 1562 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local 1563 if (!bit_width) in GetReturnValueObjectImpl() 1566 switch (*bit_width) { in GetReturnValueObjectImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 148 size_t bit_width = 0; in GetArgumentValues() local 150 bit_width = *bit_size; in GetArgumentValues() 152 bit_width = *bit_size; in GetArgumentValues() 158 if (bit_width <= (exe_ctx.GetProcessRef().GetAddressByteSize() * 8)) { in GetArgumentValues() 201 reg_value.SignExtend(bit_width); in GetArgumentValues() 217 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues()
|
| H A D | ABISysV_arm64.cpp | 147 size_t bit_width = 0; in GetArgumentValues() local 152 bit_width = *bit_size; in GetArgumentValues() 154 bit_width = *bit_size; in GetArgumentValues() 160 if (bit_width <= (exe_ctx.GetProcessRef().GetAddressByteSize() * 8)) { in GetArgumentValues() 172 reg_value.SignExtend(bit_width); in GetArgumentValues() 189 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 105 Align pref_align, uint32_t bit_width) { in get() argument 111 retval.TypeBitWidth = bit_width; in get() 560 Align pref_align, uint32_t bit_width) { in setAlignment() argument 566 if (!isUInt<24>(bit_width)) in setAlignment() 572 AlignmentsTy::iterator I = findAlignmentLowerBound(align_type, bit_width); in setAlignment() 574 I->AlignType == (unsigned)align_type && I->TypeBitWidth == bit_width) { in setAlignment() 581 pref_align, bit_width)); in setAlignment()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 808 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local 809 if (!bit_width) in GetReturnValueObjectImpl() 812 switch (*bit_width) { in GetReturnValueObjectImpl() 871 switch (*bit_width) { in GetReturnValueObjectImpl() 903 switch (*bit_width) { in GetReturnValueObjectImpl()
|
| /freebsd-13.1/sys/xen/interface/ |
| H A D | platform.h | 390 uint32_t bit_width; member 433 uint8_t bit_width; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 80 Align pref_align, uint32_t bit_width); 177 Align pref_align, uint32_t bit_width);
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | bit | 26 constexpr T bit_width(T x) noexcept; // C++20 317 bit_width(_Tp __t) noexcept
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_dbg_fw_funcs.c | 3357 u32 bit_width, in ecore_grc_dump_mem_hdr() argument 3370 if (bit_width) in ecore_grc_dump_mem_hdr() 3402 if (bit_width) in ecore_grc_dump_mem_hdr() 3403 offset += ecore_dump_num_param(dump_buf + offset, dump, "width", bit_width); in ecore_grc_dump_mem_hdr() 3436 u32 bit_width, in ecore_grc_dump_mem() argument 3444 …offset += ecore_grc_dump_mem_hdr(p_hwfn, dump_buf + offset, dump, name, addr, len, bit_width, pack… in ecore_grc_dump_mem()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 7249 clang::Expr *bit_width = nullptr; in AddFieldToRecordType() local 7253 bit_width = new (clang_ast) in AddFieldToRecordType() 7264 if (bit_width) in AddFieldToRecordType() 7265 field->setBitWidth(bit_width); in AddFieldToRecordType() 7304 if (bit_width) in AddFieldToRecordType() 7305 ivar->setBitWidth(bit_width); in AddFieldToRecordType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 3831 unsigned bit_width = Context.getTypeInfo(Ty).Width; in ActOnNumericConstant() local 3833 llvm::APInt Val(bit_width, 0, isSigned); in ActOnNumericConstant()
|