Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVLowering.cpp160 static Optional<int64_t> getTypeNumBytes(Type t) { in getTypeNumBytes() function
175 auto elementSize = getTypeNumBytes(vecType.getElementType()); in getTypeNumBytes()
192 auto elementSize = getTypeNumBytes(memRefType.getElementType()); in getTypeNumBytes()
214 auto elementSize = getTypeNumBytes(tensorType.getElementType()); in getTypeNumBytes()
229 return getTypeNumBytes(t); in getConvertedTypeNumBytes()
321 Optional<int64_t> scalarSize = getTypeNumBytes(scalarType); in convertTensorType()
322 Optional<int64_t> tensorSize = getTypeNumBytes(type); in convertTensorType()
333 Optional<int64_t> arrayElemSize = getTypeNumBytes(*arrayElemType); in convertTensorType()
369 Optional<int64_t> elementSize = getTypeNumBytes(elementType); in convertMemrefType()
383 Optional<int64_t> memrefSize = getTypeNumBytes(type); in convertMemrefType()
[all …]