Home
last modified time | relevance | path

Searched defs:bit_width (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__bit/
H A Dbit_width.h25 _LIBCPP_HIDE_FROM_ABI constexpr int bit_width(_Tp __t) noexcept { in bit_width() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp125 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
277 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABIWindows_x86_64.cpp206 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
348 std::optional<uint64_t> bit_width = in SetReturnValueObject() local
615 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_i386.cpp144 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1351 size_t bit_width = 0; in GetArgumentValues() local
1458 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_arm.cpp1354 size_t bit_width = 0; in GetArgumentValues() local
1464 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp311 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
465 std::optional<uint64_t> bit_width = in SetReturnValueObject() local
661 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_ppc64.cpp200 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
345 std::optional<uint64_t> bit_width = in SetReturnValueObject() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp281 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
429 std::optional<uint64_t> bit_width = in SetReturnValueObject() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp106 Align pref_align, uint32_t bit_width) { in get()
568 Align pref_align, uint32_t bit_width) { in setAlignment()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp150 size_t bit_width = 0; in GetArgumentValues() local
H A DABISysV_arm64.cpp149 size_t bit_width = 0; in GetArgumentValues() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp771 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_gfx.h471 static inline u32 amdgpu_gfx_create_bitmask(u32 bit_width) in amdgpu_gfx_create_bitmask()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dsi.c2962 static u32 si_create_bitmask(u32 bit_width) in si_create_bitmask() argument
H A Dcik.c3050 static u32 cik_create_bitmask(u32 bit_width) in cik_create_bitmask() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7400 clang::Expr *bit_width = nullptr; in AddFieldToRecordType() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp3898 unsigned bit_width = Context.getTypeInfo(Ty).Width; in ActOnNumericConstant() local