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

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h85 unsigned BitWidth = EltTy.getSizeInBits();
162 return (getSizeInBits() & 7) == 0;
167 unsigned BitSize = getSizeInBits();
174 return getSizeInBits() == VT.getSizeInBits();
180 return getSizeInBits() > VT.getSizeInBits();
186 return getSizeInBits() >= VT.getSizeInBits();
192 return getSizeInBits() < V
234 unsigned getSizeInBits() const { function in struct:llvm::EVT
[all...]
H A DMachineValueType.h360 unsigned getSizeInBits() const { function in class:llvm::MVT
363 llvm_unreachable("getSizeInBits called on extended MVT.");
433 return getScalarType().getSizeInBits();
439 return (getSizeInBits() + 7) / 8;
450 return getSizeInBits() > VT.getSizeInBits();
455 return getSizeInBits() >= VT.getSizeInBits();
460 return getSizeInBits() < VT.getSizeInBits();
[all...]
/external/llvm/include/llvm/IR/
H A DDataLayout.h492 uint64_t getSizeInBits() const { function in class:llvm::StructLayout
536 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
H A DDebugInfo.h308 uint64_t getSizeInBits() const { return getUInt64Field(5); } function in class:llvm::DIType
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp748 uint64_t getSizeInBits() const { return Size; } function in class:__anon17744::RecordLayoutBuilder
1290 llvm::RoundUpToAlignment(getSizeInBits(),
1411 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1645 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1764 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1772 if (Context.getLangOpts().CPlusPlus && getSizeInBits() == 0) {
1786 uint64_t UnpaddedSize = getSizeInBits() - UnfilledBitsInLastUnit;
1788 llvm::RoundUpToAlignment(getSizeInBits(),
1792 = llvm::RoundUpToAlignment(getSizeInBits(), Context.toBits(Alignment));
1812 if (getSizeInBits() > UnpaddedSiz
[all...]
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp181 unsigned getSizeInBits() const { return Bitwidth; } function in class:__anon19562::Type
1073 if (BaseType.getSizeInBits() == 128 && !BaseType.noManglingQ()) {
1931 DefaultSrcT.getSizeInBits() != DefaultT.getSizeInBits())

Completed in 155 milliseconds