Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DLowerToLLVM.cpp131 PatternRewriter::InsertionGuard insertGuard(rewriter); in getOrInsertPrintf() local
145 OpBuilder::InsertionGuard insertGuard(builder); in getOrCreateGlobalString() local
/llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/
H A DLowerToLLVM.cpp131 PatternRewriter::InsertionGuard insertGuard(rewriter); in getOrInsertPrintf() local
145 OpBuilder::InsertionGuard insertGuard(builder); in getOrCreateGlobalString() local
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp211 OpBuilder::InsertionGuard insertGuard(builder); in genImpl() local
224 OpBuilder::InsertionGuard insertGuard(builder); in genImpl() local
247 OpBuilder::InsertionGuard insertGuard(builder); in genImpl() local
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-6.md48 PatternRewriter::InsertionGuard insertGuard(rewriter);