Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 159) sorted by relevance

1234567

/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/
H A Dacle_sve_index.c
/llvm-project/mlir/test/python/dialects/
H A Dscf.py27 def simple_loop(lb, ub, step): argument
46 def induction_var(lb, ub, step): argument
73 def range_loop_1(lb, ub, step, memref_v): argument
90 range_loop_2(lb, ub, step, memref_v) global() argument
106 range_loop_3(lb, ub, step, memref_v) global() argument
122 range_loop_4(lb, ub, step, memref_v) global() argument
139 range_loop_5(lb, ub, step, memref_v) global() argument
156 range_loop_6(lb, ub, step, memref_v) global() argument
173 range_loop_7(lb, ub, step, memref_v) global() argument
193 loop_yield_1(lb, ub, step, memref_v) global() argument
217 loop_yield_2(lb, ub, step, memref_v) global() argument
[all...]
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/dextIR/
H A DDextIR.py15 def _step_kind_func(context, step): argument
82 def _get_prev_step_in_this_frame(self, step): argument
98 def _get_new_step_kind(self, context, step): argument
141 def new_step(self, context, step): argument
/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/memvars/
H A Dinlining-dse.c18 volatile int step = 0; // DexLabel('use1') in use() local
24 volatile int step = 0; // DexLabel('fun1') in fun() local
H A Dimplicit-ptr.c33 volatile int step = 0; // DexLabel('s1') in fun() local
/llvm-project/flang/test/Lower/HLFIR/
H A Dforall.f9044 subroutine test_forall_step(step) argument
46 integer :: step local
H A Dvector-subscript-as-value.f9095 subroutine foo4(at1, vector, i, j, k, l, step) argument
103 integer(8) :: vector(:), step, i, j, k, l local
155 integer(8) :: vector(:), step, i, j local
/llvm-project/libc/src/__support/GPU/
H A Dutils.h36 for (uint32_t step = gpu::get_lane_size() / 2; step > 0; step /= 2) { reduce() local
45 for (uint32_t step = 1; step < gpu::get_lane_size(); step *= 2) { scan() local
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DAffineCanonicalizationUtils.cpp34 OpFoldResult &ub, OpFoldResult &step) { in matchForLikeLoop()
81 OpFoldResult ub, OpFoldResult step) { in addLoopRangeConstraints()
162 OpFoldResult lb, ub, step; in canonicalizeMinMaxOpInLoop() local
200 Value iv, Value ub, Value step, in rewritePeeledMinMaxOp()
/llvm-project/libcxx/utils/ci/
H A Dapple-install-libcxx.sh102 function step() { function
/llvm-project/clang/test/OpenMP/
H A Dtile_ast_print.cpp115 void foo5(int start, int end, int step) { in foo5()
168 void foo7(int start, int stop, int step) { in foo7()
H A Dunroll_codegen_unroll_for.cpp225 extern "C" void func(int start, int end, int step) { in func()
H A Dunroll_codegen_parallel_for_factor.cpp27 extern "C" void func(int start, int end, int step) { in func()
H A Dunroll_codegen_factor.cpp53 extern "C" void func(int start, int end, int step) { in func()
H A Dtile_codegen_tile_for.cpp242 extern "C" void func(int start, int end, int step) { in func()
H A Dunroll_codegen_tile_for.cpp231 extern "C" void func(int start, int end, int step) { in func()
H A Dunroll_codegen_unroll_for_attr.cpp225 extern "C" void func(int start, int end, int step) { in func()
H A Dunroll_codegen_heuristic.cpp53 extern "C" void func(int start, int end, int step) { in func()
H A Dunroll_codegen_partial.cpp53 extern "C" void func(int start, int end, int step) { in func()
H A Dunroll_codegen_for_partial.cpp174 extern "C" void func(int start, int end, int step) { in func()
H A Dtile_codegen_for_dependent.cpp186 extern "C" void func(int start, int end, int step) { in func()
H A Dunroll_codegen_for_collapse_outer.cpp237 extern "C" void func(int start, int end, int step) { in func()
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DProgressMeter.h38 inline void step(NumTy Quantity) { in step() function
106 void step(DurationType Elapsed) { in step() function
/llvm-project/mlir/python/mlir/dialects/
H A Dscf.py31 step, argument
109 step=None, argument
[all...]
/llvm-project/mlir/unittests/Dialect/SCF/
H A DLoopLikeSCFOpsTest.cpp101 OwningOpRef<arith::ConstantIndexOp> step = in TEST_F() local
125 OwningOpRef<arith::ConstantIndexOp> step = in TEST_F() local

1234567