Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserialization.cpp17 Deserializer deserializer(binary, context); in deserialize() local
19 if (failed(deserializer.deserialize())) in deserialize()
22 return deserializer.collect(); in deserialize()
/llvm-project-15.0.7/mlir/test/Target/SPIRV/
H A Dspec-constant.mlir21 // specialization constant in the deserializer. So two ops here.
34 // specialization constant in the deserializer. So two ops here.
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp1263 Importer deserializer(context, module.get()); in translateLLVMIRToModule() local
1265 if (!deserializer.processGlobal(&gv)) in translateLLVMIRToModule()
1269 if (failed(deserializer.processFunction(&f))) in translateLLVMIRToModule()