Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp124 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
276 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_x86_64.cpp189 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
340 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
633 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABIWindows_x86_64.cpp205 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
347 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
614 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_i386.cpp143 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DXFloat.h25 size_t bit_width(uint64_t x) { in bit_width() function
/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1351 size_t bit_width = 0; in GetArgumentValues() local
1458 llvm::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 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp311 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
465 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
661 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_ppc64.cpp199 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
344 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
/llvm-project-15.0.7/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp281 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
429 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DDataLayout.cpp106 Align pref_align, uint32_t bit_width) { in get()
565 Align pref_align, uint32_t bit_width) { in setAlignment()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp149 size_t bit_width = 0; in GetArgumentValues() local
H A DABISysV_arm64.cpp148 size_t bit_width = 0; in GetArgumentValues() local
/llvm-project-15.0.7/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp771 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7334 clang::Expr *bit_width = nullptr; in AddFieldToRecordType() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp3894 unsigned bit_width = Context.getTypeInfo(Ty).Width; in ActOnNumericConstant() local