Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h
H A DMachineMemOperand.h243 uint64_t getSizeInBits() const { getSizeInBits() function
H A DValueTypes.h351 TypeSize getSizeInBits() const { getSizeInBits() function
[all...]
H A DMachineValueType.h
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h631 TypeSize getSizeInBits() const { return 8 * StructSize; } in getSizeInBits() function
H A DDebugInfoMetadata.h747 uint64_t getSizeInBits() const { return SizeInBits; } getSizeInBits() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h90 unsigned getSizeInBits() const { return RegSizeInBits; } getSizeInBits() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp498 TypeSize RegisterBankInfo::getSizeInBits(Register Reg, getSizeInBits() function in RegisterBankInfo
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp125 unsigned getSizeInBits() const { in getSizeInBits() function in __anon9ce31d5f0111::SVEType
H A DNeonEmitter.cpp205 unsigned getSizeInBits() const { return Bitwidth; } in getSizeInBits() function in __anonabaaf6210111::Type
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp810 uint64_t getSizeInBits() const { return Size; } getSizeInBits() function in __anon84cdfbc70111::ItaniumRecordLayoutBuilder
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1317 std::optional<uint64_t> DIVariable::getSizeInBits() const { getSizeInBits() function in DIVariable
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp331 unsigned APFloatBase::getSizeInBits(const fltSemantics &Sem) { getSizeInBits() function in llvm::APFloatBase