Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h108 unsigned getSizeInBits() const { in getSizeInBits() function
DMachineValueType.h679 TypeSize getSizeInBits() const { in getSizeInBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h224 uint64_t getSizeInBits() const { return Size * 8; } in getSizeInBits() function
DValueTypes.h298 TypeSize getSizeInBits() const { in getSizeInBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h595 uint64_t getSizeInBits() const { return 8 * StructSize; } in getSizeInBits() function
DDebugInfoMetadata.h622 uint64_t getSizeInBits() const { return SizeInBits; } in getSizeInBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp494 unsigned RegisterBankInfo::getSizeInBits(Register Reg, in getSizeInBits() function in RegisterBankInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp791 Optional<uint64_t> DIVariable::getSizeInBits() const { in getSizeInBits() function in DIVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp205 unsigned APFloatBase::getSizeInBits(const fltSemantics &Sem) { in getSizeInBits() function in llvm::APFloatBase