Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h73 size_t getElementByteSize() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp99 size_t TensorSpec::getElementByteSize() const { in getElementByteSize() function in llvm::TensorSpec
532 Spec.getElementCount() * Spec.getElementByteSize()); in logSpecifiedTensorValue()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2904 return StringRef(DataElements, getNumElements()*getElementByteSize()); in getRawDataValues()
2930 uint64_t ConstantDataSequential::getElementByteSize() const { in getElementByteSize() function in ConstantDataSequential
2937 return DataElements+Elt*getElementByteSize(); in getElementPointer()
3294 unsigned EltSize = getElementByteSize(); in isSplatData()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h633 uint64_t getElementByteSize() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2714 unsigned ElementByteSize = CDS->getElementByteSize(); in emitGlobalConstantDataSequential()