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

/external/llvm/utils/TableGen/
H A DTGValueTypes.cpp25 virtual unsigned getSizeInBits() const = 0;
36 unsigned getSizeInBits() const { function in class:ExtendedIntegerType
50 unsigned getSizeInBits() const { function in class:ExtendedVectorType
51 return getNumElements() * getElementType().getSizeInBits();
84 return isExtendedVector() && getSizeInBits() == 64;
89 return isExtendedVector() && getSizeInBits() == 128;
104 return LLVMTy->getSizeInBits();
/external/llvm/include/llvm/Target/
H A DTargetData.h334 uint64_t getSizeInBits() const { function in class:llvm::StructLayout
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h294 unsigned getSizeInBits() const { function in class:llvm::MVT
303 llvm_unreachable("getSizeInBits called on extended MVT.");
347 return (getSizeInBits() + 7) / 8;
497 unsigned BitWidth = EltTy.getSizeInBits();
564 return (getSizeInBits() & 7) == 0;
569 unsigned BitSize = getSizeInBits();
576 return getSizeInBits() == VT.getSizeInBits();
582 return getSizeInBits() > VT.getSizeInBits();
636 unsigned getSizeInBits() const { function in struct:llvm::EVT
[all...]
/external/llvm/include/llvm/
H A DDebugInfo.h262 uint64_t getSizeInBits() const { return getUInt64Field(5); } function in class:llvm::DIType
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp776 uint64_t getSizeInBits() const { return Size; } function in class:__anon3519::RecordLayoutBuilder
1646 llvm::RoundUpToAlignment(getSizeInBits(),
1659 llvm::RoundUpToAlignment(getSizeInBits(),
1782 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1802 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1838 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1901 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
2020 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
2162 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
2175 if (Context.getLangOpts().CPlusPlus && getSizeInBits()
[all...]

Completed in 390 milliseconds