Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp321 SetVector<StringRef> serializationCtx; in processType() local
322 return processTypeImpl(loc, type, typeID, serializationCtx); in processType()
378 SetVector<StringRef> &serializationCtx) { in prepareBasicType() argument
411 serializationCtx))) { in prepareBasicType()
440 serializationCtx))) { in prepareBasicType()
488 serializationCtx))) in prepareBasicType()
509 elementTypeID, serializationCtx))) { in prepareBasicType()
532 serializationCtx.insert(structType.getIdentifier()); in prepareBasicType()
571 serializationCtx.remove(structType.getIdentifier()); in prepareBasicType()
580 elementTypeID, serializationCtx))) { in prepareBasicType()
[all …]
H A DSerializer.h169 SetVector<StringRef> &serializationCtx);
177 SetVector<StringRef> &serializationCtx);