Searched defs:getSizeInBits (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h224 uint64_t getSizeInBits() const { return Size * 8; } function in class:llvm::MachineMemOperand
H A DValueTypes.h315 TypeSize getSizeInBits() const { function in struct:llvm::EVT
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h109 unsigned getSizeInBits() const { function in class:llvm::LLT
H A DMachineValueType.h753 TypeSize getSizeInBits() const { function
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h623 uint64_t getSizeInBits() const { return 8 * StructSize; } function in class:llvm::StructLayout
H A DDebugInfoMetadata.h645 uint64_t getSizeInBits() const { return SizeInBits; } function in class:llvm::DIType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp494 unsigned RegisterBankInfo::getSizeInBits(Register Reg, function in class:RegisterBankInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp219 unsigned APFloatBase::getSizeInBits(const fltSemantics &Sem) { function in class:llvm::APFloatBase
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp206 unsigned getSizeInBits() const { return Bitwidth; } function in class:__anon2449::Type
H A DSveEmitter.cpp113 unsigned getSizeInBits() const { function in class:__anon2451::SVEType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp905 Optional<uint64_t> DIVariable::getSizeInBits() const { function in class:DIVariable
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp789 uint64_t getSizeInBits() const { return Size; } function in class:__anon1597::ItaniumRecordLayoutBuilder
[all...]

Completed in 276 milliseconds