Searched refs:outerLoop (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/ |
| H A D | ParallelLoopTiling.cpp | 76 auto outerLoop = b.create<ParallelOp>(op.getLoc(), op.getLowerBound(), in tileParallelLoop() local 78 b.setInsertionPointToStart(outerLoop.getBody()); in tileParallelLoop() 93 llvm::zip(outerLoop.getLowerBound(), outerLoop.getUpperBound(), in tileParallelLoop() 94 outerLoop.getStep(), outerLoop.getInductionVars(), in tileParallelLoop() 143 llvm::zip(outerLoop.getUpperBound(), outerLoop.getInductionVars(), in tileParallelLoop() 163 innerLoop.getInductionVars(), outerLoop.getInductionVars()))) { in tileParallelLoop() 175 outerLoop.getInductionVars())) { in tileParallelLoop() 184 return std::make_pair(outerLoop, innerLoop); in tileParallelLoop()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | VectorSubscripts.cpp | 266 LoopType outerLoop; in loopOverElementsBase() local 273 if (!outerLoop) in loopOverElementsBase() 274 outerLoop = loop; in loopOverElementsBase() 280 if (!outerLoop) in loopOverElementsBase() 281 outerLoop = loop; in loopOverElementsBase() 286 assert(outerLoop && !inductionVariables.empty() && in loopOverElementsBase() 295 builder.setInsertionPointAfter(outerLoop); in loopOverElementsBase() 296 return outerLoop.getResult(0); in loopOverElementsBase() 299 builder.setInsertionPointAfter(outerLoop); in loopOverElementsBase()
|
| H A D | IterationSpace.cpp | 857 outerLoop = llvm::None; in conditionalCleanup()
|
| H A D | ConvertExpr.cpp | 7749 esp.outerLoop = llvm::None; in createArrayMergeStores()
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | IterationSpace.h | 419 outerLoop = loop; 477 assert(outerLoop.has_value()); 478 return outerLoop.value(); 555 llvm::Optional<fir::DoLoopOp> outerLoop;
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | FIRBuilder.cpp | 1031 llvm::Optional<fir::DoLoopOp> outerLoop; in genComponentByComponentAssignment() local 1045 if (!outerLoop) in genComponentByComponentAssignment() 1046 outerLoop = loop; in genComponentByComponentAssignment() 1072 if (outerLoop) in genComponentByComponentAssignment() 1073 builder.setInsertionPointAfter(*outerLoop); in genComponentByComponentAssignment()
|