/external/llvm-project/mlir/lib/EDSC/ |
D | Builders.cpp | 78 OpBuilder::InsertionGuard guard(builder); in createBlockInRegion() 87 OpBuilder::InsertionGuard guard(builder); in appendToBlock() 111 OpBuilder::InsertionGuard guard(builder); in buildInNewBlock()
|
/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
D | Utils.cpp | 33 OpBuilder::InsertionGuard g(b); in cloneWithNewYields() 91 OpBuilder::InsertionGuard g(b); in outlineIfOp()
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
D | LowerABIAttributesPass.cpp | 34 OpBuilder::InsertionGuard moduleInsertionGuard(builder); in createGlobalVarForEntryPointArgument() 116 OpBuilder::InsertionGuard moduleInsertionGuard(builder); in lowerEntryPointABIAttr() 196 OpBuilder::InsertionGuard funcInsertionGuard(rewriter); in matchAndRewrite()
|
/external/llvm-project/mlir/examples/toy/Ch6/mlir/ |
D | LowerToLLVM.cpp | 120 PatternRewriter::InsertionGuard insertGuard(rewriter); in getOrInsertPrintf() 134 OpBuilder::InsertionGuard insertGuard(builder); in getOrCreateGlobalString()
|
/external/llvm-project/mlir/examples/toy/Ch7/mlir/ |
D | LowerToLLVM.cpp | 120 PatternRewriter::InsertionGuard insertGuard(rewriter); in getOrInsertPrintf() 134 OpBuilder::InsertionGuard insertGuard(builder); in getOrCreateGlobalString()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | FoldUtils.cpp | 148 OpBuilder::InsertionGuard foldGuard(builder); in getOrCreateConstant() 199 OpBuilder::InsertionGuard foldGuard(builder); in tryToFold()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | Fusion.cpp | 140 OpBuilder::InsertionGuard g(b); in cloneWithLoopRanges() 454 OpBuilder::InsertionGuard g(b); in fuseProducerOfBuffer() 510 OpBuilder::InsertionGuard g(b); in fuseProducerOfTensor() 816 OpBuilder::InsertionGuard guard(builder); in fuseOperations() 858 OpBuilder::InsertionGuard guard(builder); in tileAndFuseLinalgOpsImpl()
|
D | Tiling.cpp | 184 OpBuilder::InsertionGuard g(b); in transformIndexedGenericOpIndices() 480 OpBuilder::InsertionGuard g(b); in tileLinalgOpImpl()
|
D | Bufferize.cpp | 141 OpBuilder::InsertionGuard guard(rewriter); in finalizeBufferAllocationForGenericOp()
|
D | FusionOnTensors.cpp | 101 OpBuilder::InsertionGuard guard(rewriter); in generateFusedTensorOpRegion() 613 OpBuilder::InsertionGuard guard(rewriter); in fuseWithReshapeByExpansion()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | Builders.h | 281 class InsertionGuard { 283 InsertionGuard(OpBuilder &builder) in InsertionGuard() function 285 ~InsertionGuard() { builder.restoreInsertionPoint(ip); } in ~InsertionGuard()
|
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertLaunchFuncToLLVMCalls.cpp | 182 OpBuilder::InsertionGuard guard(rewriter); in matchAndRewrite() 235 OpBuilder::InsertionGuard guard(rewriter); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Conversion/SCFToOpenMP/ |
D | SCFToOpenMP.cpp | 38 OpBuilder::InsertionGuard guard(rewriter); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Dialect/Async/IR/ |
D | Async.cpp | 179 OpBuilder::InsertionGuard guard(builder); in build() 183 OpBuilder::InsertionGuard guard(builder); in build()
|
/external/llvm-project/mlir/lib/Conversion/SCFToSPIRV/ |
D | SCFToSPIRV.cpp | 137 OpBuilder::InsertionGuard guard(rewriter); in matchAndRewrite() 224 OpBuilder::InsertionGuard guard(rewriter); in matchAndRewrite()
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | embed_memref_prints.cc | 47 OpBuilder::InsertionGuard insertGuard(*b); in emitCallToPrint()
|
D | tf_kernel_to_llvm_pass.cc | 201 PatternRewriter::InsertionGuard guard(rewriter); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Conversion/SCFToStandard/ |
D | SCFToStandard.cpp | 482 OpBuilder::InsertionGuard guard(rewriter); in matchAndRewrite() 543 OpBuilder::InsertionGuard guard(rewriter); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Dialect/SCF/ |
D | SCF.cpp | 94 OpBuilder::InsertionGuard guard(builder); in build() 331 OpBuilder::InsertionGuard guard(builder); in buildLoopNest() 497 OpBuilder::InsertionGuard g(rewriter); in matchAndRewrite() 601 OpBuilder::InsertionGuard guard(builder); in build() 821 OpBuilder::InsertionGuard guard(builder); in build() 1112 OpBuilder::InsertionGuard guard(builder); in build()
|
/external/llvm-project/mlir/lib/Dialect/Affine/EDSC/ |
D | Builders.cpp | 55 OpBuilder::InsertionGuard guard(nestedBuilder); in affineLoopBuilder() 79 OpBuilder::InsertionGuard guard(nestedBuilder); in affineLoopBuilder()
|
/external/llvm-project/mlir/lib/Conversion/GPUCommon/ |
D | GPUOpsLowering.h | 87 OpBuilder::InsertionGuard guard(rewriter); in matchAndRewrite()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | lhlo_legalize_to_gpu.cc | 93 OpBuilder::InsertionGuard guard(rewriter); in matchAndRewrite()
|
D | lhlo_legalize_to_parallel_loops.cc | 69 OpBuilder::InsertionGuard guard(*b); in ConvertToReductionOperator() 524 OpBuilder::InsertionGuard guard(*b); in InitializeOutput()
|
/external/llvm-project/mlir/lib/Conversion/LinalgToStandard/ |
D | LinalgToStandard.cpp | 70 OpBuilder::InsertionGuard guard(rewriter); in getLibraryCallSymbolRef()
|
/external/llvm-project/mlir/include/mlir/EDSC/ |
D | Builders.h | 61 OpBuilder::InsertionGuard guard;
|