/llvm-project/clang/test/SemaCXX/ |
H A D | constexpr-steps.cpp | 11 constexpr bool steps(int n) { in steps() function
|
H A D | constexpr-turing-cxx2a.cpp | 39 unsigned steps = 0; in run() local
|
/llvm-project/openmp/runtime/test/ompt/misc/ |
H A D | api_calls_misc.c | 24 int steps = 0; in main() local
|
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxMap.cpp | 116 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 D | ForallToParallel.cpp | 40 SmallVector<Value> steps = forallOp.getStep(rewriter); in forallToParallelLoop() local
|
H A D | ForallToFor.cpp | 39 SmallVector<Value> steps = forallOp.getStep(rewriter); forallToForLoop() local
|
H A D | OneToNTypeConversion.cpp | 160 ValueRange steps = adaptor.getStep(); in matchAndRewrite() local
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/ |
H A D | Tool.py | 169 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 D | format.py | 339 _executeShTest(self, test, litConfig, steps) global() argument [all...] |
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | MemoryPromotion.cpp | 36 SmallVector<Value, 4> lbs, ubs, steps; in insertCopyLoops() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Utils/ |
H A D | Utils.cpp | 132 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 D | CUFOps.cpp | 215 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 D | TosaToSCF.cpp | 116 auto steps = llvm::SmallVector<Value>(2, one); in matchAndRewrite() local
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/ |
H A D | Heuristic.py | 136 def __init__(self, context, steps): argument
|
/llvm-project/mlir/lib/Dialect/Async/Transforms/ |
H A D | AsyncParallelFor.cpp | 156 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 D | LowerToAffineLoops.cpp | 94 SmallVector<int64_t, 4> steps(tensorType.getRank(), /*Value=*/1); in lowerOpToLoops() local
|
/llvm-project/mlir/examples/toy/Ch6/mlir/ |
H A D | LowerToAffineLoops.cpp | 94 SmallVector<int64_t, 4> steps(tensorType.getRank(), /*Value=*/1); in lowerOpToLoops() local
|
/llvm-project/mlir/examples/toy/Ch7/mlir/ |
H A D | LowerToAffineLoops.cpp | 94 SmallVector<int64_t, 4> steps(tensorType.getRank(), /*Value=*/1); in lowerOpToLoops() local
|
/llvm-project/mlir/test/lib/Dialect/Tensor/ |
H A D | TestTensorTransforms.cpp | 221 SmallVector<Value> steps(numTiledDims, one); emitReplacement() local
|
/llvm-project/mlir/lib/Dialect/SCF/IR/ |
H A D | SCF.cpp | 689 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 D | AffineOps.cpp | 2683 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 D | SCFToGPU.cpp | 170 SmallVector<Value, 6> steps; member
|
/llvm-project/mlir/lib/Conversion/AffineToStandard/ |
H A D | AffineToStandard.cpp | 178 SmallVector<Value, 8> steps; in matchAndRewrite() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_transitive_closure.c | 225 __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 D | Initialization.h | 1247 step_range steps() const { return {step_begin(), step_end()}; } in steps() function
|