Home
last modified time | relevance | path

Searched refs:restoreInsertionPoint (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DDoLoopHelper.cpp28 builder.restoreInsertionPoint(insertPt); in createLoop()
H A DFIRBuilder.cpp232 restoreInsertionPoint(insPt); in createTemporary()
248 restoreInsertionPoint(insertPt); in createGlobal()
267 restoreInsertionPoint(insertPt); in createGlobal()
H A DMutableBox.cpp456 builder.restoreInsertionPoint(insPt); in genFinalization()
H A DCharacter.cpp549 builder.restoreInsertionPoint(insPt); in createLenTrim()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DFactory.h92 builder.restoreInsertionPoint(insPt); in genCharacterCopy()
142 builder.restoreInsertionPoint(insPt); in genCharacterCopy()
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DCharacterConversion.cpp90 rewriter.restoreInsertionPoint(insPt); in matchAndRewrite()
H A DMemoryAllocation.cpp132 rewriter.restoreInsertionPoint(insPt); in matchAndRewrite()
H A DArrayValueCopy.cpp988 rewriter.restoreInsertionPoint(insPt); in genArrayCopy()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuilders.h293 builder->restoreInsertionPoint(ip); in ~InsertionGuard()
328 void restoreInsertionPoint(InsertPoint ip) { in restoreInsertionPoint() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp159 firOpBuilder.restoreInsertionPoint(insPt); in privatizeVars()
171 firOpBuilder.restoreInsertionPoint(insPt); in privatizeVars()
275 firOpBuilder.restoreInsertionPoint(insPt); in threadPrivatizeVars()
310 firOpBuilder.restoreInsertionPoint(insPt); in genCopyinClause()
1657 firOpBuilder.restoreInsertionPoint(insertPtDel); in genOpenMPReduction()
H A DAllocatable.cpp247 builder.restoreInsertionPoint(insertPt); in lower()
552 builder.restoreInsertionPoint(insertPt); in genDeallocateStmt()
H A DBridge.cpp548 builder->restoreInsertionPoint(insPt); in copyHostAssociateVar()
738 builder->restoreInsertionPoint(insertPt); in insertBlock()
1302 builder->restoreInsertionPoint(insertPt); in genFIRIncrementLoopBegin()
1628 builder->restoreInsertionPoint(insertPt); in genFIR()
1636 builder->restoreInsertionPoint(insertPt); in genFIR()
1674 builder->restoreInsertionPoint(insertPt); in genFIR()
1682 builder->restoreInsertionPoint(insertPt); in genFIR()
2555 builder->restoreInsertionPoint(insPt); in genFIR()
H A DIO.cpp1649 builder.restoreInsertionPoint(insertPt); in genBasicIOStmt()
1737 builder.restoreInsertionPoint(insertPt); in genOpenStatement()
1973 builder.restoreInsertionPoint(insertPt); in genDataTransferStmt()
2254 builder.restoreInsertionPoint(insertPt); in genInquireStatement()
H A DConvertExpr.cpp3981 builder.restoreInsertionPoint(insPt); in lowerElementalSubroutine()
4321 builder.restoreInsertionPoint(insPt); in lowerArrayExpression()
4486 builder.restoreInsertionPoint(insPt); in prepareRaggedArrays()
4630 builder.restoreInsertionPoint(currPt); in genImplicitLoops()
6368 builder.restoreInsertionPoint(insPt); in growBuffer()
6576 builder.restoreInsertionPoint(insPt); in genArrayCtorInitializer()
H A DConvertVariable.cpp372 builder.restoreInsertionPoint(insertPt); in createGlobalInitialization()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp802 builder.restoreInsertionPoint(ip); in allocateGlobalSharedMemory()
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp610 rewriter.restoreInsertionPoint(insertionPoint); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DParser.cpp1377 OpBuilder::InsertionGuard restoreInsertionPoint(opBuilder); in parseGenericOperation() local
2059 opBuilder.restoreInsertionPoint(currentPt); in parseRegionBody()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp1137 rewriter.restoreInsertionPoint(thisPt); in genAllocaWithType()