Home
last modified time | relevance | path

Searched refs:getElementByteSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp72 ConstDataLHS->getNumElements() * ConstDataLHS->getElementByteSize(); in operator ()()
77 ConstDataRHS->getNumElements() * ConstDataRHS->getElementByteSize(); in operator ()()
210 if (AlignOfGlobal.value() > ConstData->getElementByteSize()) in collectCandidateConstants()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h86 size_t getElementByteSize() const { return ElementSize; } in getElementByteSize() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp482 …m_intptr_ty, cstr ? (string_array->getNumElements() - 1) * string_array->getElementByteSize() : 0,… in RewriteObjCConstString()
484 switch (cstr ? string_array->getElementByteSize() : 1) { in RewriteObjCConstString()
498 string_array->getElementByteSize()); in RewriteObjCConstString()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2786 return StringRef(DataElements, getNumElements()*getElementByteSize()); in getRawDataValues()
2812 uint64_t ConstantDataSequential::getElementByteSize() const { in getElementByteSize() function in ConstantDataSequential
2819 return DataElements+Elt*getElementByteSize(); in getElementPointer()
3176 unsigned EltSize = getElementByteSize(); in isSplatData()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h648 uint64_t getElementByteSize() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3380 unsigned ElementByteSize = CDS->getElementByteSize(); in emitGlobalConstantDataSequential()