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

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h84 unsigned BitWidth = EltTy.getSizeInBits();
100 return MVT::getIntegerVT(getSizeInBits());
179 return (getSizeInBits() & 7) == 0;
184 unsigned BitSize = getSizeInBits();
191 return getSizeInBits() == VT.getSizeInBits();
197 return getSizeInBits() > VT.getSizeInBits();
203 return getSizeInBits() >= VT.getSizeInBits();
251 unsigned getSizeInBits() const { function in struct:llvm::EVT
[all...]
H A DMachineValueType.h422 unsigned getSizeInBits() const { function in class:llvm::MVT
425 llvm_unreachable("getSizeInBits called on extended MVT.");
509 return getScalarType().getSizeInBits();
515 return (getSizeInBits() + 7) / 8;
526 return getSizeInBits() > VT.getSizeInBits();
531 return getSizeInBits() >= VT.getSizeInBits();
536 return getSizeInBits() < VT.getSizeInBits();
[all...]
/external/llvm/include/llvm/IR/
H A DDataLayout.h484 uint64_t getSizeInBits() const { return 8 * StructSize; } function in class:llvm::StructLayout
526 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
H A DDebugInfoMetadata.h541 uint64_t getSizeInBits() const { return SizeInBits; } function in class:llvm::DIType
628 return getTemporary(getContext(), getTag(), getName(), getSizeInBits(),
691 getScope(), getBaseType(), getSizeInBits(),
793 getScope(), getBaseType(), getSizeInBits(),
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp767 uint64_t getSizeInBits() const { return Size; } function in class:__anon1186::ItaniumRecordLayoutBuilder
1295 llvm::RoundUpToAlignment(getSizeInBits(),
1431 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1682 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1811 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1819 if (Context.getLangOpts().CPlusPlus && getSizeInBits() == 0) {
1833 uint64_t UnpaddedSize = getSizeInBits() - UnfilledBitsInLastUnit;
1835 llvm::RoundUpToAlignment(getSizeInBits(),
1839 = llvm::RoundUpToAlignment(getSizeInBits(), Context.toBits(Alignment));
1859 if (getSizeInBits() > UnpaddedSiz
[all...]
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp184 unsigned getSizeInBits() const { return Bitwidth; } function in class:__anon3268::Type
1091 if (BaseType.getSizeInBits() == 128 && !BaseType.noManglingQ()) {
1938 DefaultSrcT.getSizeInBits() != DefaultT.getSizeInBits())

Completed in 130 milliseconds