Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTFUtils.cpp122 size_t TensorByteSize = Spec.getElementCount() * Spec.getElementByteSize(); in writeRawTensorsAsFeatureLists()
171 size_t TensorSpec::getElementByteSize() const { in getElementByteSize() function in llvm::TensorSpec
483 FeatureSpecs[0].Spec.getElementByteSize(); in print()
488 RewardSpec.getElementCount() * RewardSpec.getElementByteSize(); in print()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h72 size_t getElementByteSize() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2902 return StringRef(DataElements, getNumElements()*getElementByteSize()); in getRawDataValues()
2928 uint64_t ConstantDataSequential::getElementByteSize() const { in getElementByteSize() function in ConstantDataSequential
2935 return DataElements+Elt*getElementByteSize(); in getElementPointer()
3292 unsigned EltSize = getElementByteSize(); in isSplatData()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h632 uint64_t getElementByteSize() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2689 unsigned ElementByteSize = CDS->getElementByteSize(); in emitGlobalConstantDataSequential()