Home
last modified time | relevance | path

Searched refs:nestedLoc (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Affine/EDSC/
DBuilders.cpp24 auto wrappedBuilderFn = [&](OpBuilder &nestedBuilder, Location nestedLoc, in affineLoopNestBuilder()
26 ScopedContext context(nestedBuilder, nestedLoc); in affineLoopNestBuilder()
51 [&](OpBuilder &nestedBuilder, Location nestedLoc, Value iv, in affineLoopBuilder()
54 ScopedContext nestedContext(nestedBuilder, nestedLoc); in affineLoopBuilder()
58 nestedBuilder.create<AffineYieldOp>(nestedLoc); in affineLoopBuilder()
75 [&](OpBuilder &nestedBuilder, Location nestedLoc, Value iv, in affineLoopBuilder() argument
78 ScopedContext nestedContext(nestedBuilder, nestedLoc); in affineLoopBuilder()
82 nestedBuilder.create<AffineYieldOp>(nestedLoc); in affineLoopBuilder()
/external/llvm-project/mlir/lib/Dialect/Linalg/Utils/
DUtils.cpp240 [&](OpBuilder &nestedBuilder, Location nestedLoc, ValueRange localIvs) { in __anon7ecdf6bc0302() argument
241 edsc::ScopedContext context(nestedBuilder, nestedLoc); in __anon7ecdf6bc0302()
270 [&](OpBuilder &nestedBuilder, Location nestedLoc, ValueRange localIvs) { in __anon7ecdf6bc0402() argument
271 edsc::ScopedContext context(nestedBuilder, nestedLoc); in __anon7ecdf6bc0402()
/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp341 [&](OpBuilder &nestedBuilder, Location nestedLoc, Value iv, in buildLoopNest()
347 currentLoc = nestedLoc; in buildLoopNest()
388 Location nestedLoc, ValueRange ivs, in buildLoopNest()
391 bodyBuilder(nestedBuilder, nestedLoc, ivs); in buildLoopNest()
844 Location nestedLoc, ValueRange ivs, in build()
846 bodyBuilderFn(nestedBuilder, nestedLoc, ivs); in build()
/external/llvm-project/mlir/lib/Conversion/ShapeToStandard/
DShapeToStandard.cpp465 [&](OpBuilder &b, Location nestedLoc, Value iv, ValueRange args) { in matchAndRewrite() argument
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1820 auto loopBody = [&](OpBuilder &nestedBuilder, Location nestedLoc, Value iv, in buildAffineLoopNestImpl()
1826 bodyBuilderFn(nestedBuilder, nestedLoc, ivs); in buildAffineLoopNestImpl()
1828 nestedBuilder.create<AffineYieldOp>(nestedLoc); in buildAffineLoopNestImpl()