Home
last modified time | relevance | path

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

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