Home
last modified time | relevance | path

Searched refs:indexTy (Results 1 – 25 of 81) sorted by relevance

1234

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp98 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
104 RankedTensorType::get({ShapedType::kDynamicSize}, indexTy); in matchAndRewrite()
115 rewriter.create<SubIOp>(loc, indexTy, greaterRank, lesserRank); in matchAndRewrite()
130 loc, TypeRange{indexTy}, isUnchallengedDimension, in matchAndRewrite()
185 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
241 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
247 RankedTensorType::get({ShapedType::kDynamicSize}, indexTy); in matchAndRewrite()
257 rewriter.create<SubIOp>(loc, indexTy, greaterRank, lesserRank); in matchAndRewrite()
270 Value ivShifted = b.create<SubIOp>(loc, indexTy, iv, rankDiff); in matchAndRewrite()
373 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
[all …]
H A DConvertShapeConstraints.cpp46 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
57 rewriter.create<SubIOp>(loc, indexTy, greaterRank, lesserRank); in matchAndRewrite()
70 Value ivShifted = b.create<SubIOp>(loc, indexTy, iv, rankDiff); in matchAndRewrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp97 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
103 RankedTensorType::get({ShapedType::kDynamicSize}, indexTy); in matchAndRewrite()
114 rewriter.create<SubIOp>(loc, indexTy, greaterRank, lesserRank); in matchAndRewrite()
129 loc, TypeRange{indexTy}, isUnchallengedDimension, in matchAndRewrite()
184 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
240 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
246 RankedTensorType::get({ShapedType::kDynamicSize}, indexTy); in matchAndRewrite()
256 rewriter.create<SubIOp>(loc, indexTy, greaterRank, lesserRank); in matchAndRewrite()
269 Value ivShifted = b.create<SubIOp>(loc, indexTy, iv, rankDiff); in matchAndRewrite()
372 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
[all …]
H A DConvertShapeConstraints.cpp45 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
56 rewriter.create<SubIOp>(loc, indexTy, greaterRank, lesserRank); in matchAndRewrite()
69 Value ivShifted = b.create<SubIOp>(loc, indexTy, iv, rankDiff); in matchAndRewrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp98 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
104 RankedTensorType::get({ShapedType::kDynamicSize}, indexTy); in matchAndRewrite()
115 rewriter.create<SubIOp>(loc, indexTy, greaterRank, lesserRank); in matchAndRewrite()
130 loc, TypeRange{indexTy}, isUnchallengedDimension, in matchAndRewrite()
185 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
241 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
247 RankedTensorType::get({ShapedType::kDynamicSize}, indexTy); in matchAndRewrite()
257 rewriter.create<SubIOp>(loc, indexTy, greaterRank, lesserRank); in matchAndRewrite()
270 Value ivShifted = b.create<SubIOp>(loc, indexTy, iv, rankDiff); in matchAndRewrite()
373 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
[all …]
H A DConvertShapeConstraints.cpp46 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
57 rewriter.create<SubIOp>(loc, indexTy, greaterRank, lesserRank); in matchAndRewrite()
70 Value ivShifted = b.create<SubIOp>(loc, indexTy, iv, rankDiff); in matchAndRewrite()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp119 auto indexTy = IndexType::get(ctx); in matchAndRewrite() local
120 auto zero = IntegerAttr::get(indexTy, 0); in matchAndRewrite()
121 auto one = IntegerAttr::get(indexTy, 1); in matchAndRewrite()
122 auto c0 = rewriter.create<ConstantOp>(loc, indexTy, zero); in matchAndRewrite()
123 auto c1 = rewriter.create<ConstantOp>(loc, indexTy, one); in matchAndRewrite()
143 loc, indexTy, IntegerAttr::get(indexTy, numConcurrentAsyncExecute)); in matchAndRewrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp119 auto indexTy = IndexType::get(ctx); in matchAndRewrite() local
120 auto zero = IntegerAttr::get(indexTy, 0); in matchAndRewrite()
121 auto one = IntegerAttr::get(indexTy, 1); in matchAndRewrite()
122 auto c0 = rewriter.create<ConstantOp>(loc, indexTy, zero); in matchAndRewrite()
123 auto c1 = rewriter.create<ConstantOp>(loc, indexTy, one); in matchAndRewrite()
143 loc, indexTy, IntegerAttr::get(indexTy, numConcurrentAsyncExecute)); in matchAndRewrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp85 Type indexTy = lb.getIndexType(); in getBroadcastedDim() local
88 TypeRange{indexTy}, outOfBounds, in getBroadcastedDim()
129 Type indexTy = lb.getIndexType(); in matchAndRewrite() local
148 return lb.create<SubIOp>(indexTy, maxRank, v); in matchAndRewrite()
191 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
194 Type resultTy = RankedTensorType::get({op.shape().size()}, indexTy); in matchAndRewrite()
241 Type indexTy = lb.getIndexType(); in matchAndRewrite() local
260 return lb.create<SubIOp>(indexTy, maxRank, v); in matchAndRewrite()
394 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
477 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp90 Type indexTy = lb.getIndexType(); in getBroadcastedDim() local
93 TypeRange{indexTy}, outOfBounds, in getBroadcastedDim()
135 Type indexTy = lb.getIndexType(); in matchAndRewrite() local
154 return lb.create<SubIOp>(indexTy, maxRank, v); in matchAndRewrite()
198 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
249 Type indexTy = lb.getIndexType(); in matchAndRewrite() local
268 return lb.create<SubIOp>(indexTy, maxRank, v); in matchAndRewrite()
301 b.create<SubIOp>(loc, indexTy, iv, rankDiff); in matchAndRewrite()
407 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
492 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp90 Type indexTy = lb.getIndexType(); in getBroadcastedDim() local
93 TypeRange{indexTy}, outOfBounds, in getBroadcastedDim()
135 Type indexTy = lb.getIndexType(); in matchAndRewrite() local
154 return lb.create<SubIOp>(indexTy, maxRank, v); in matchAndRewrite()
198 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
249 Type indexTy = lb.getIndexType(); in matchAndRewrite() local
268 return lb.create<SubIOp>(indexTy, maxRank, v); in matchAndRewrite()
301 b.create<SubIOp>(loc, indexTy, iv, rankDiff); in matchAndRewrite()
407 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
492 Type indexTy = rewriter.getIndexType(); in matchAndRewrite() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp90 Type indexTy = lb.getIndexType();
93 TypeRange{indexTy}, outOfBounds,
135 Type indexTy = lb.getIndexType(); in park()
154 return lb.create<SubIOp>(indexTy, maxRank, v); in park()
198 Type indexTy = rewriter.getIndexType();
249 Type indexTy = lb.getIndexType();
268 return lb.create<SubIOp>(indexTy, maxRank, v);
301 b.create<SubIOp>(loc, indexTy, iv, rankDiff);
407 Type indexTy = rewriter.getIndexType();
492 Type indexTy = rewriter.getIndexType();
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp159 Type indexTy = rewriter.getIndexType(); in getParallelComputeFunctionType() local
162 inputs.push_back(indexTy); // blockIndex in getParallelComputeFunctionType()
163 inputs.push_back(indexTy); // blockSize in getParallelComputeFunctionType()
167 inputs.push_back(indexTy); // loop tripCount in getParallelComputeFunctionType()
171 inputs.push_back(indexTy); // lower bound in getParallelComputeFunctionType()
172 inputs.push_back(indexTy); // upper bound in getParallelComputeFunctionType()
173 inputs.push_back(indexTy); // step in getParallelComputeFunctionType()
417 Type indexTy = b.getIndexType(); in createAsyncDispatchFunction() local
429 SmallVector<Type> types = {indexTy, indexTy}; in createAsyncDispatchFunction()
475 b.create<AddToGroupOp>(indexTy, execute.token(), group); in createAsyncDispatchFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp159 Type indexTy = rewriter.getIndexType(); in getParallelComputeFunctionType() local
162 inputs.push_back(indexTy); // blockIndex in getParallelComputeFunctionType()
163 inputs.push_back(indexTy); // blockSize in getParallelComputeFunctionType()
167 inputs.push_back(indexTy); // loop tripCount in getParallelComputeFunctionType()
171 inputs.push_back(indexTy); // lower bound in getParallelComputeFunctionType()
172 inputs.push_back(indexTy); // upper bound in getParallelComputeFunctionType()
173 inputs.push_back(indexTy); // step in getParallelComputeFunctionType()
413 Type indexTy = b.getIndexType(); in createAsyncDispatchFunction() local
425 SmallVector<Type> types = {indexTy, indexTy}; in createAsyncDispatchFunction()
471 b.create<AddToGroupOp>(indexTy, execute.token(), group); in createAsyncDispatchFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp159 Type indexTy = rewriter.getIndexType(); in getParallelComputeFunctionType() local
162 inputs.push_back(indexTy); // blockIndex in getParallelComputeFunctionType()
163 inputs.push_back(indexTy); // blockSize in getParallelComputeFunctionType()
167 inputs.push_back(indexTy); // loop tripCount in getParallelComputeFunctionType()
171 inputs.push_back(indexTy); // lower bound in getParallelComputeFunctionType()
172 inputs.push_back(indexTy); // upper bound in getParallelComputeFunctionType()
173 inputs.push_back(indexTy); // step in getParallelComputeFunctionType()
413 Type indexTy = b.getIndexType(); in createAsyncDispatchFunction() local
425 SmallVector<Type> types = {indexTy, indexTy}; in createAsyncDispatchFunction()
471 b.create<AddToGroupOp>(indexTy, execute.token(), group); in createAsyncDispatchFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp159 Type indexTy = rewriter.getIndexType(); in getParallelComputeFunctionType() local
162 inputs.push_back(indexTy); // blockIndex in getParallelComputeFunctionType()
163 inputs.push_back(indexTy); // blockSize in getParallelComputeFunctionType()
167 inputs.push_back(indexTy); // loop tripCount in getParallelComputeFunctionType()
171 inputs.push_back(indexTy); // lower bound in getParallelComputeFunctionType()
172 inputs.push_back(indexTy); // upper bound in getParallelComputeFunctionType()
173 inputs.push_back(indexTy); // step in getParallelComputeFunctionType()
413 Type indexTy = b.getIndexType(); in createAsyncDispatchFunction() local
425 SmallVector<Type> types = {indexTy, indexTy}; in createAsyncDispatchFunction()
471 b.create<AddToGroupOp>(indexTy, execute.token(), group); in createAsyncDispatchFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp324 QualType indexTy) const { in assumeInBound()
337 if (indexTy.isNull()) in assumeInBound()
338 indexTy = svalBuilder.getArrayIndexType(); in assumeInBound()
339 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy)); in assumeInBound()
343 Idx.castAs<NonLoc>(), Min, indexTy); in assumeInBound()
350 Min, indexTy); in assumeInBound()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp317 QualType indexTy) const { in assumeInBound()
330 if (indexTy.isNull()) in assumeInBound()
331 indexTy = svalBuilder.getArrayIndexType(); in assumeInBound()
332 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy)); in assumeInBound()
336 Idx.castAs<NonLoc>(), Min, indexTy); in assumeInBound()
343 Min, indexTy); in assumeInBound()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp324 QualType indexTy) const { in assumeInBound()
337 if (indexTy.isNull()) in assumeInBound()
338 indexTy = svalBuilder.getArrayIndexType(); in assumeInBound()
339 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy)); in assumeInBound()
343 Idx.castAs<NonLoc>(), Min, indexTy); in assumeInBound()
350 Min, indexTy); in assumeInBound()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp324 QualType indexTy) const { in assumeInBound()
337 if (indexTy.isNull()) in assumeInBound()
338 indexTy = svalBuilder.getArrayIndexType(); in assumeInBound()
339 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy)); in assumeInBound()
343 Idx.castAs<NonLoc>(), Min, indexTy); in assumeInBound()
350 Min, indexTy); in assumeInBound()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp324 QualType indexTy) const { in assumeInBound()
337 if (indexTy.isNull()) in assumeInBound()
338 indexTy = svalBuilder.getArrayIndexType(); in assumeInBound()
339 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy)); in assumeInBound()
343 Idx.castAs<NonLoc>(), Min, indexTy); in assumeInBound()
350 Min, indexTy); in assumeInBound()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp324 QualType indexTy) const { in assumeInBound()
337 if (indexTy.isNull()) in assumeInBound()
338 indexTy = svalBuilder.getArrayIndexType(); in assumeInBound()
339 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy)); in assumeInBound()
343 Idx.castAs<NonLoc>(), Min, indexTy); in assumeInBound()
350 Min, indexTy); in assumeInBound()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp324 QualType indexTy) const { in assumeInBound()
337 if (indexTy.isNull()) in assumeInBound()
338 indexTy = svalBuilder.getArrayIndexType(); in assumeInBound()
339 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy)); in assumeInBound()
343 Idx.castAs<NonLoc>(), Min, indexTy); in assumeInBound()
350 Min, indexTy); in assumeInBound()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp317 QualType indexTy) const { in assumeInBound()
330 if (indexTy.isNull()) in assumeInBound()
331 indexTy = svalBuilder.getArrayIndexType(); in assumeInBound()
332 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy)); in assumeInBound()
336 Idx.castAs<NonLoc>(), Min, indexTy); in assumeInBound()
343 Min, indexTy); in assumeInBound()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp324 QualType indexTy) const { in assumeInBound()
337 if (indexTy.isNull()) in assumeInBound()
338 indexTy = svalBuilder.getArrayIndexType(); in assumeInBound()
339 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy)); in assumeInBound()
343 Idx.castAs<NonLoc>(), Min, indexTy); in assumeInBound()
350 Min, indexTy); in assumeInBound()

1234