Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp322 return processTypeImpl(loc, type, typeID, serializationCtx); in processType()
326 Serializer::processTypeImpl(Location loc, Type type, uint32_t &typeID, in processTypeImpl() function in mlir::spirv::Serializer
410 if (failed(processTypeImpl(loc, vectorType.getElementType(), elementTypeID, in prepareBasicType()
439 if (failed(processTypeImpl(loc, arrayType.getElementType(), elementTypeID, in prepareBasicType()
487 if (failed(processTypeImpl(loc, ptrType.getPointeeType(), pointeeTypeID, in prepareBasicType()
508 if (failed(processTypeImpl(loc, runtimeArrayType.getElementType(), in prepareBasicType()
539 if (failed(processTypeImpl(loc, structType.getElementType(elementIndex), in prepareBasicType()
579 if (failed(processTypeImpl(loc, cooperativeMatrixType.getElementType(), in prepareBasicType()
598 if (failed(processTypeImpl(loc, matrixType.getColumnType(), elementTypeID, in prepareBasicType()
H A DSerializer.h168 LogicalResult processTypeImpl(Location loc, Type type, uint32_t &typeID,