MLIR  19.0.0git
mlir::BytecodeReader::Impl Member List

This is the complete list of members for mlir::BytecodeReader::Impl, including all inherited members.

finalize(function_ref< bool(Operation *)> shouldMaterialize)mlir::BytecodeReader::Implinline
getNumOpsToMaterialize() constmlir::BytecodeReader::Implinline
Impl(Location fileLoc, const ParserConfig &config, bool lazyLoading, llvm::MemoryBufferRef buffer, const std::shared_ptr< llvm::SourceMgr > &bufferOwnerRef)mlir::BytecodeReader::Implinline
isMaterializable(Operation *op)mlir::BytecodeReader::Implinline
materialize(Operation *op, llvm::function_ref< bool(Operation *)> lazyOpsCallback)mlir::BytecodeReader::Implinline
materializeAll()mlir::BytecodeReader::Implinline
read(Block *block, llvm::function_ref< bool(Operation *)> lazyOps)mlir::BytecodeReader::Impl