Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp72 ConstDataLHS->getNumElements() * ConstDataLHS->getElementByteSize(); in operator ()()
77 ConstDataRHS->getNumElements() * ConstDataRHS->getElementByteSize(); in operator ()()
209 if (AlignOfGlobal.value() > ConstData->getElementByteSize()) in collectCandidateConstants()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h82 size_t getElementByteSize() const { return ElementSize; } in getElementByteSize() function
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2641 return StringRef(DataElements, getNumElements()*getElementByteSize()); in getRawDataValues()
2667 uint64_t ConstantDataSequential::getElementByteSize() const { in getElementByteSize() function in ConstantDataSequential
2674 return DataElements+Elt*getElementByteSize(); in getElementPointer()
3031 unsigned EltSize = getElementByteSize(); in isSplatData()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h632 uint64_t getElementByteSize() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3369 unsigned ElementByteSize = CDS->getElementByteSize(); in emitGlobalConstantDataSequential()