Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp453 spirv::StructType pointeeStruct = in prepareBasicType() local
456 if (pointeeStruct && pointeeStruct.isIdentified() && in prepareBasicType()
457 serializationCtx.count(pointeeStruct.getIdentifier()) != 0) { in prepareBasicType()
473 module.getContext(), pointeeStruct.getIdentifier()); in prepareBasicType()
497 if (failed(emitDecoration(getTypeID(pointeeStruct), in prepareBasicType()
500 << pointeeStruct << " with Block decoration"; in prepareBasicType()