| /llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/ |
| H A D | TosaToLinalgNamed.cpp | 294 [&](OpBuilder &nestedBuilder, Location nestedLoc, in matchAndRewrite() 298 nestedBuilder.create<linalg::YieldOp>(nestedLoc, added); in matchAndRewrite() 316 [&](OpBuilder &nestedBuilder, Location nestedLoc, in matchAndRewrite() argument 320 nestedBuilder.create<linalg::YieldOp>(nestedLoc, added); in matchAndRewrite() 457 [&](OpBuilder &nestedBuilder, Location nestedLoc, in matchAndRewrite() 461 nestedBuilder.create<linalg::YieldOp>(nestedLoc, added); in matchAndRewrite() 484 [&](OpBuilder &nestedBuilder, Location nestedLoc, in matchAndRewrite() 488 nestedBuilder.create<linalg::YieldOp>(nestedLoc, added); in matchAndRewrite() 642 [&](OpBuilder &nestedBuilder, Location nestedLoc, in matchAndRewrite() 670 [&](OpBuilder &nestedBuilder, Location nestedLoc, in matchAndRewrite() [all …]
|
| H A D | TosaToLinalg.cpp | 1250 [&](OpBuilder &nestedBuilder, Location nestedLoc, in matchAndRewrite() 1274 nestedLoc, in matchAndRewrite() 1280 nestedLoc, nestedBuilder.getI32Type(), value); in matchAndRewrite() 1283 nestedLoc, nestedBuilder.getI32Type(), value); in matchAndRewrite() 1328 .create<UnrealizedConversionCastOp>(nestedLoc, in matchAndRewrite() 1759 nestedLoc, input, indices); in matchAndRewrite() 2002 [&](OpBuilder &nestedBuilder, Location nestedLoc, in matchAndRewrite() 2009 nestedLoc, oldIndex.getType(), in matchAndRewrite() 2025 nestedLoc, predicate, newValue, oldValue); in matchAndRewrite() 2027 nestedLoc, predicate, newIndex, oldIndex); in matchAndRewrite() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | MLIRServer.cpp | 46 loc->walk([&](Location nestedLoc) { in getLocationFromLoc() argument 47 FileLineColLoc fileLoc = nestedLoc.dyn_cast<FileLineColLoc>(); in getLocationFromLoc() 78 loc->walk([&](Location nestedLoc) { in collectLocationsFromLoc() argument 79 FileLineColLoc fileLoc = nestedLoc.dyn_cast<FileLineColLoc>(); in collectLocationsFromLoc() 80 if (!fileLoc || !visitedLocs.insert(nestedLoc)) in collectLocationsFromLoc()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/ |
| H A D | Utils.cpp | 653 [&](OpBuilder &nestedBuilder, Location nestedLoc, ValueRange localIvs) { in __anon19d834b50e02() argument 656 nestedBuilder, nestedLoc, lbs.drop_front(nOuterPar), in __anon19d834b50e02() 682 [&](OpBuilder &nestedBuilder, Location nestedLoc, ValueRange localIvs) { in __anon19d834b50f02() argument 685 nestedBuilder, nestedLoc, lbs.drop_front(numProcessed), in __anon19d834b50f02()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/ |
| H A D | SCF.cpp | 538 [&](OpBuilder &nestedBuilder, Location nestedLoc, Value iv, in buildLoopNest() 544 currentLoc = nestedLoc; in buildLoopNest() 585 Location nestedLoc, ValueRange ivs, in buildLoopNest() 588 bodyBuilder(nestedBuilder, nestedLoc, ivs); in buildLoopNest() 2140 Location nestedLoc, ValueRange ivs, in build() 2142 bodyBuilderFn(nestedBuilder, nestedLoc, ivs); in build()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Transforms.cpp | 725 [&](OpBuilder &nestedBuilder, Location nestedLoc, ValueRange args) { in matchAndRewrite() argument 726 nestedBuilder.create<linalg::YieldOp>(nestedLoc, args[0]); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ShapeToStandard/ |
| H A D | ShapeToStandard.cpp | 505 [&](OpBuilder &b, Location nestedLoc, Value iv, ValueRange args) { in matchAndRewrite() argument
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/ |
| H A D | AffineOps.cpp | 2177 auto loopBody = [&](OpBuilder &nestedBuilder, Location nestedLoc, Value iv, in buildAffineLoopNestImpl() 2183 bodyBuilderFn(nestedBuilder, nestedLoc, ivs); in buildAffineLoopNestImpl() 2185 nestedBuilder.create<AffineYieldOp>(nestedLoc); in buildAffineLoopNestImpl()
|