Home
last modified time | relevance | path

Searched refs:setInsertionPointToStart (Results 1 – 25 of 98) sorted by relevance

1234

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopTiling.cpp78 b.setInsertionPointToStart(outerLoop.getBody()); in tileParallelLoop()
138 b.setInsertionPointToStart(innerLoop.getBody()); in tileParallelLoop()
161 b.setInsertionPointToStart(innerLoop.getBody()); in tileParallelLoop()
173 b.setInsertionPointToStart(innerLoop.getBody()); in tileParallelLoop()
H A DForToWhile.cpp55 rewriter.setInsertionPointToStart(&whileOp.getBefore().front()); in matchAndRewrite()
H A DParallelLoopFusion.cpp127 b.setInsertionPointToStart(secondPloop.getBody()); in fuseIfLegal()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DLowerToLLVM.cpp98 rewriter.setInsertionPointToStart(loop.getBody()); in matchAndRewrite()
132 rewriter.setInsertionPointToStart(module.getBody()); in getOrInsertPrintf()
146 builder.setInsertionPointToStart(module.getBody()); in getOrCreateGlobalString()
/llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/
H A DLowerToLLVM.cpp98 rewriter.setInsertionPointToStart(loop.getBody()); in matchAndRewrite()
132 rewriter.setInsertionPointToStart(module.getBody()); in getOrInsertPrintf()
146 builder.setInsertionPointToStart(module.getBody()); in getOrCreateGlobalString()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DFactory.h75 builder.setInsertionPointToStart(loop.getBody()); in genCharacterCopy()
107 builder.setInsertionPointToStart(loop.getBody()); in genCharacterCopy()
119 builder.setInsertionPointToStart(&ifOp.getThenRegion().front()); in genCharacterCopy()
135 builder.setInsertionPointToStart(&ifOp.getElseRegion().front()); in genCharacterCopy()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp210 rewriter.setInsertionPointToStart(split); in getFactory()
292 rewriter.setInsertionPointToStart(thenBlock); in createIf()
296 rewriter.setInsertionPointToStart(elseBlock); in createIf()
301 rewriter.setInsertionPointToStart(continueBlock); in createIf()
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp83 rewriter.setInsertionPointToStart(&gpuFuncOp.front()); in matchAndRewrite()
159 rewriter.setInsertionPointToStart(moduleOp.getBody()); in getOrDefineFunction()
220 rewriter.setInsertionPointToStart(moduleOp.getBody()); in matchAndRewrite()
319 rewriter.setInsertionPointToStart(moduleOp.getBody()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp82 rewriter.setInsertionPointToStart(&whileOp.getBefore().front()); in convertCtlzOp()
94 rewriter.setInsertionPointToStart(&whileOp.getAfter().front()); in convertCtlzOp()
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DPassDetail.cpp27 builder.setInsertionPointToStart(&region.front()); in cloneConstantsIntoTheRegion()
H A DAsyncToAsyncRuntime.cpp159 builder.setInsertionPointToStart(cleanupBlock); in setupCoroMachinery()
169 builder.setInsertionPointToStart(suspendBlock); in setupCoroMachinery()
454 builder.setInsertionPointToStart(resume); in matchAndRewrite()
464 rewriter.setInsertionPointToStart(continuation); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp259 builder.setInsertionPointToStart(&launchOp.body().front()); in createLaunch()
520 rewriter.setInsertionPointToStart(&ifOp.getThenRegion().front()); in processParallelLoop()
534 rewriter.setInsertionPointToStart(loopOp.getBody()); in processParallelLoop()
608 rewriter.setInsertionPointToStart(&launchOp.body().front()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DLinalg.cpp40 b.setInsertionPointToStart(body); in mlirLinalgFillBuiltinNamedOpRegion()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DDoLoopHelper.cpp25 builder.setInsertionPointToStart(loop.getBody()); in createLoop()
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp192 rewriter.setInsertionPointToStart(module.getBody()); in matchAndRewrite()
244 rewriter.setInsertionPointToStart(module.getBody()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp127 builder.setInsertionPointToStart(&bodyBlock); in build()
131 builder.setInsertionPointToStart(&bodyBlock); in build()
/llvm-project-15.0.7/mlir/unittests/Conversion/PDLToPDLInterp/
H A DRootOrderingTest.cpp41 builder.setInsertionPointToStart(&block); in createValues()
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DSCCP.cpp101 builder.setInsertionPointToStart(block); in rewrite()
/llvm-project-15.0.7/mlir/test/lib/Transforms/
H A DTestIntRangeInference.cpp88 builder.setInsertionPointToStart(block); in rewrite()
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DCharacterTest.cpp34 builder.setInsertionPointToStart(entryBlock); in SetUp()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp576 rewriter->setInsertionPointToStart(&func.front()); in convertSignature()
589 rewriter->setInsertionPointToStart(&func.front()); in convertSignature()
610 rewriter->setInsertionPointToStart(&func.front()); in convertSignature()
658 rewriter->setInsertionPointToStart(&func.front()); in convertSignature()
684 rewriter->setInsertionPointToStart(&func.front()); in convertSignature()
700 rewriter->setInsertionPointToStart(&func.front()); in convertSignature()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DInlineScalarOperands.cpp66 rewriter.setInsertionPointToStart(body); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/ControlFlowToLLVM/
H A DControlFlowToLLVM.cpp49 rewriter.setInsertionPointToStart(module.getBody()); in matchAndRewrite()
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DCharacterConversion.cpp53 rewriter.setInsertionPointToStart(loop.getBody()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToLibm/
H A DComplexToLibm.cpp81 rewriter.setInsertionPointToStart(&module->getRegion(0).front()); in matchAndRewrite()

1234