Home
last modified time | relevance | path

Searched defs:steps (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-steps.cpp11 constexpr bool steps(int n) { in steps() function
H A Dconstexpr-turing-cxx2a.cpp39 unsigned steps = 0; in run() local
/llvm-project/openmp/runtime/test/ompt/misc/
H A Dapi_calls_misc.c24 int steps = 0; in main() local
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp116 size_t steps = 0; in advance() local
137 size_t steps = 0; in next() local
158 size_t steps = 0; in tree_min() local
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DForallToParallel.cpp40 SmallVector<Value> steps = forallOp.getStep(rewriter); in forallToParallelLoop() local
H A DForallToFor.cpp39 SmallVector<Value> steps = forallOp.getStep(rewriter); forallToForLoop() local
H A DOneToNTypeConversion.cpp160 ValueRange steps = adaptor.getStep(); in matchAndRewrite() local
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py169 def _record_steps(self, test_name, steps): argument
205 def _record_successful_test(self, test_name, steps, heuristic): argument
[all...]
/llvm-project/libcxx/utils/libcxx/test/
H A Dformat.py339 _executeShTest(self, test, litConfig, steps) global() argument
[all...]
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DMemoryPromotion.cpp36 SmallVector<Value, 4> lbs, ubs, steps; in insertCopyLoops() local
/llvm-project/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp132 SmallVectorImpl<Value> &steps) { in unpackRanges() argument
326 SmallVector<Value, 4> lbs, ubs, steps; doit() local
367 SmallVector<Value, 4> lbs, ubs, steps; doit() local
410 generateParallelLoopNest(OpBuilder & b,Location loc,ValueRange lbs,ValueRange ubs,ValueRange steps,ArrayRef<utils::IteratorType> iteratorTypes,ArrayRef<linalg::ProcInfo> procInfo,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuilderFn,SmallVectorImpl<Value> & ivStorage) generateParallelLoopNest() argument
558 ValueRange lbs(lbsStorage), ubs(ubsStorage), steps(stepsStorage); doit() local
[all...]
/llvm-project/flang/lib/Optimizer/Dialect/CUF/
H A DCUFOps.cpp215 printCUFKernelLoopControl(mlir::OpAsmPrinter & p,mlir::Operation * op,mlir::Region & region,mlir::ValueRange lowerbound,mlir::TypeRange lowerboundType,mlir::ValueRange upperbound,mlir::TypeRange upperboundType,mlir::ValueRange steps,mlir::TypeRange stepType) printCUFKernelLoopControl() argument
/llvm-project/mlir/lib/Conversion/TosaToSCF/
H A DTosaToSCF.cpp116 auto steps = llvm::SmallVector<Value>(2, one); in matchAndRewrite() local
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py136 def __init__(self, context, steps): argument
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp156 SmallVector<IntegerAttr> steps; global() member
182 ArrayRef<BlockArgument> ParallelComputeFunctionArgs::steps() { steps() function in ParallelComputeFunctionArgs
309 auto steps = values(args.steps(), bounds.steps); createParallelComputeFunction() local
/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DLowerToAffineLoops.cpp94 SmallVector<int64_t, 4> steps(tensorType.getRank(), /*Value=*/1); in lowerOpToLoops() local
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DLowerToAffineLoops.cpp94 SmallVector<int64_t, 4> steps(tensorType.getRank(), /*Value=*/1); in lowerOpToLoops() local
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DLowerToAffineLoops.cpp94 SmallVector<int64_t, 4> steps(tensorType.getRank(), /*Value=*/1); in lowerOpToLoops() local
/llvm-project/mlir/test/lib/Dialect/Tensor/
H A DTestTensorTransforms.cpp221 SmallVector<Value> steps(numTiledDims, one); emitReplacement() local
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp689 ValueRange steps, ValueRange iterArgs, in buildLoopNest() argument
762 ValueRange steps, in buildLoopNest() argument
1325 build(mlir::OpBuilder & b,mlir::OperationState & result,ArrayRef<OpFoldResult> lbs,ArrayRef<OpFoldResult> ubs,ArrayRef<OpFoldResult> steps,ValueRange outputs,std::optional<ArrayAttr> mapping,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuilderFn) build() argument
1386 SmallVector<OpFoldResult> steps(numLoops, b.getIndexAttr(1)); build() local
2814 build(OpBuilder & builder,OperationState & result,ValueRange lowerBounds,ValueRange upperBounds,ValueRange steps,ValueRange initVals,function_ref<void (OpBuilder &,Location,ValueRange,ValueRange)> bodyBuilderFn) build() argument
2849 build(OpBuilder & builder,OperationState & result,ValueRange lowerBounds,ValueRange upperBounds,ValueRange steps,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuilderFn) build() argument
2950 SmallVector<OpAsmParser::UnresolvedOperand, 4> steps; parse() local
[all...]
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2683 buildAffineLoopNestImpl(builder, loc, lbs, ubs, steps, bodyBuilderFn, in buildAffineLoopNest() argument
2612 buildAffineLoopNestImpl(OpBuilder & builder,Location loc,BoundListTy lbs,BoundListTy ubs,ArrayRef<int64_t> steps,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuilderFn,LoopCreatorTy && loopCreatorFn) buildAffineLoopNestImpl() argument
2675 buildAffineLoopNest(OpBuilder & builder,Location loc,ArrayRef<int64_t> lbs,ArrayRef<int64_t> ubs,ArrayRef<int64_t> steps,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuilderFn) buildAffineLoopNest() argument
3674 SmallVector<int64_t> steps(ranges.size(), 1); build() local
3684 build(OpBuilder & builder,OperationState & result,TypeRange resultTypes,ArrayRef<arith::AtomicRMWKind> reductions,ArrayRef<AffineMap> lbMaps,ValueRange lbArgs,ArrayRef<AffineMap> ubMaps,ValueRange ubArgs,ArrayRef<int64_t> steps) build() argument
4025 SmallVector<int64_t, 8> steps = getSteps(); print() local
4225 SmallVector<int64_t, 4> steps(ivs.size(), 1); parse() local
4236 SmallVector<int64_t, 4> steps; parse() local
[all...]
/llvm-project/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp170 SmallVector<Value, 6> steps; member
/llvm-project/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp178 SmallVector<Value, 8> steps; in matchAndRewrite() local
/llvm-project/polly/lib/External/isl/
H A Disl_transitive_closure.c225 __isl_keep isl_mat *steps) in path_along_steps()
776 struct isl_mat *steps = NULL; in construct_extended_path() local
/llvm-project/clang/include/clang/Sema/
H A DInitialization.h1247 step_range steps() const { return {step_begin(), step_end()}; } in steps() function

12