Searched refs:getTypeNumBytes (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | SPIRVConversion.cpp | 192 getTypeNumBytes(const SPIRVTypeConverter::Options &options, Type type) { in getTypeNumBytes() function 207 auto elementSize = getTypeNumBytes(options, vecType.getElementType()); in getTypeNumBytes() 225 auto elementSize = getTypeNumBytes(options, memRefType.getElementType()); in getTypeNumBytes() 249 auto elementSize = getTypeNumBytes(options, tensorType.getElementType()); in getTypeNumBytes() 354 Optional<int64_t> scalarSize = getTypeNumBytes(options, scalarType); in convertTensorType() 355 Optional<int64_t> tensorSize = getTypeNumBytes(options, type); in convertTensorType() 366 Optional<int64_t> arrayElemSize = getTypeNumBytes(options, arrayElemType); in convertTensorType() 402 Optional<int64_t> arrayElemSize = getTypeNumBytes(options, arrayElemType); in convertBoolMemrefType() 458 Optional<int64_t> arrayElemSize = getTypeNumBytes(options, arrayElemType); in convertMemrefType() 471 Optional<int64_t> memrefSize = getTypeNumBytes(options, type); in convertMemrefType()
|