Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1472 size_t bit_width = 0; in GetArgumentValues() local
1579 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp784 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
936 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1185 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
1336 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
1578 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp315 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
469 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
665 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1473 size_t bit_width = 0; in GetArgumentValues() local
1583 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp301 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
449 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp108 unsigned pref_align, uint32_t bit_width) { in get()
457 unsigned pref_align, uint32_t bit_width) { in setAlignment()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp208 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
353 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1769 size_t bit_width = 0; in GetArgumentValues() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp815 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1770 size_t bit_width = 0; in GetArgumentValues() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp270 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp920 llvm::Optional<uint64_t> bit_width = GetBitSize(nullptr); in SetValueFromScalar() local
H A DClangASTContext.cpp7896 clang::Expr *bit_width = nullptr; in AddFieldToRecordType() local
/freebsd-12.1/sys/xen/interface/
H A Dplatform.h384 uint32_t bit_width; member
427 uint8_t bit_width; member
/freebsd-12.1/sys/dev/drm2/radeon/
H A Dsi.c1439 static u32 si_create_bitmask(u32 bit_width) in si_create_bitmask()
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c3373 u32 bit_width, in ecore_grc_dump_mem_hdr()
3454 u32 bit_width, in ecore_grc_dump_mem()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3410 unsigned bit_width = Context.getTypeInfo(Ty).Width; in ActOnNumericConstant() local