Home
last modified time | relevance | path

Searched defs:getSizeInBits (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h109 unsigned getSizeInBits() const { in getSizeInBits() function
H A DMachineValueType.h823 TypeSize getSizeInBits() const { in getSizeInBits() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h224 uint64_t getSizeInBits() const { return Size * 8; } in getSizeInBits() function
H A DValueTypes.h333 TypeSize getSizeInBits() const { in getSizeInBits() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h613 uint64_t getSizeInBits() const { return 8 * StructSize; } in getSizeInBits() function
H A DDebugInfoMetadata.h701 uint64_t getSizeInBits() const { return SizeInBits; } in getSizeInBits() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp493 unsigned RegisterBankInfo::getSizeInBits(Register Reg, in getSizeInBits() function in RegisterBankInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCRegisterInfo.h86 unsigned getSizeInBits() const { return RegSizeInBits; } in getSizeInBits() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp113 unsigned getSizeInBits() const { in getSizeInBits() function in __anon47288a980111::SVEType
H A DNeonEmitter.cpp206 unsigned getSizeInBits() const { return Bitwidth; } in getSizeInBits() function in __anon9e9e0a7a0111::Type
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1018 Optional<uint64_t> DIVariable::getSizeInBits() const { in getSizeInBits() function in DIVariable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp810 uint64_t getSizeInBits() const { return Size; } in getSizeInBits() function in __anond6239b400111::ItaniumRecordLayoutBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp226 unsigned APFloatBase::getSizeInBits(const fltSemantics &Sem) { in getSizeInBits() function in llvm::APFloatBase