Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DTensorSpecTest.cpp59 EXPECT_EQ(Spec3DLarge.getElementByteSize(), sizeof(float)); in TEST()
60 EXPECT_EQ(Spec1D.getElementByteSize(), sizeof(int16_t)); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTensorSpec.h76 size_t getElementByteSize() const { return ElementSize; } in getElementByteSize() function
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp481 …m_intptr_ty, cstr ? (string_array->getNumElements() - 1) * string_array->getElementByteSize() : 0,… in RewriteObjCConstString()
483 switch (cstr ? string_array->getElementByteSize() : 1) { in RewriteObjCConstString()
497 string_array->getElementByteSize()); in RewriteObjCConstString()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTFUtils.cpp487 Spec.getElementCount() * Spec.getElementByteSize()); in logSpecifiedTensorValue()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp2849 return StringRef(DataElements, getNumElements()*getElementByteSize()); in getRawDataValues()
2875 uint64_t ConstantDataSequential::getElementByteSize() const { in getElementByteSize() function in ConstantDataSequential
2882 return DataElements+Elt*getElementByteSize(); in getElementPointer()
3239 unsigned EltSize = getElementByteSize(); in isSplatData()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h634 uint64_t getElementByteSize() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2947 unsigned ElementByteSize = CDS->getElementByteSize(); in emitGlobalConstantDataSequential()