Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h193 constexpr TypeSize getSizeInBits() const { getSizeInBits() function
H A DMachineValueType.h297 TypeSize getSizeInBits() const { getSizeInBits() function
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h246 LocationSize getSizeInBits() const { getSizeInBits() function
H A DValueTypes.h358 TypeSize getSizeInBits() const { getSizeInBits() function
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h631 TypeSize getSizeInBits() const { return 8 * StructSize; } getSizeInBits() function
H A DDebugInfoMetadata.h748 uint64_t getSizeInBits() const { return SizeInBits; } getSizeInBits() function
/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h91 unsigned getSizeInBits() const { return RegSizeInBits; } in getSizeInBits() function
/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp499 TypeSize RegisterBankInfo::getSizeInBits(Register Reg, getSizeInBits() function in RegisterBankInfo
/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp125 unsigned getSizeInBits() const { getSizeInBits() function in __anoncee49e800111::SVEType
H A DNeonEmitter.cpp205 unsigned getSizeInBits() const { return Bitwidth; } getSizeInBits() function in __anon1ddc9b620111::Type
/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp817 uint64_t getSizeInBits() const { return Size; } getSizeInBits() function in __anon3d3449280111::ItaniumRecordLayoutBuilder
[all...]
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1327 std::optional<uint64_t> DIVariable::getSizeInBits() const { getSizeInBits() function in DIVariable
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp356 unsigned APFloatBase::getSizeInBits(const fltSemantics &Sem) { getSizeInBits() function in llvm::APFloatBase