/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/ |
H A D | acle_sve_index.c |
|
/llvm-project/mlir/test/python/dialects/ |
H A D | scf.py | 27 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 D | DextIR.py | 15 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 D | inlining-dse.c | 18 volatile int step = 0; // DexLabel('use1') in use() local 24 volatile int step = 0; // DexLabel('fun1') in fun() local
|
H A D | implicit-ptr.c | 33 volatile int step = 0; // DexLabel('s1') in fun() local
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | forall.f90 | 44 subroutine test_forall_step(step) argument 46 integer :: step local
|
H A D | vector-subscript-as-value.f90 | 95 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 D | utils.h | 36 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 D | AffineCanonicalizationUtils.cpp | 34 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 D | apple-install-libcxx.sh | 102 function step() { function
|
/llvm-project/clang/test/OpenMP/ |
H A D | tile_ast_print.cpp | 115 void foo5(int start, int end, int step) { in foo5() 168 void foo7(int start, int stop, int step) { in foo7()
|
H A D | unroll_codegen_unroll_for.cpp | 225 extern "C" void func(int start, int end, int step) { in func()
|
H A D | unroll_codegen_parallel_for_factor.cpp | 27 extern "C" void func(int start, int end, int step) { in func()
|
H A D | unroll_codegen_factor.cpp | 53 extern "C" void func(int start, int end, int step) { in func()
|
H A D | tile_codegen_tile_for.cpp | 242 extern "C" void func(int start, int end, int step) { in func()
|
H A D | unroll_codegen_tile_for.cpp | 231 extern "C" void func(int start, int end, int step) { in func()
|
H A D | unroll_codegen_unroll_for_attr.cpp | 225 extern "C" void func(int start, int end, int step) { in func()
|
H A D | unroll_codegen_heuristic.cpp | 53 extern "C" void func(int start, int end, int step) { in func()
|
H A D | unroll_codegen_partial.cpp | 53 extern "C" void func(int start, int end, int step) { in func()
|
H A D | unroll_codegen_for_partial.cpp | 174 extern "C" void func(int start, int end, int step) { in func()
|
H A D | tile_codegen_for_dependent.cpp | 186 extern "C" void func(int start, int end, int step) { in func()
|
H A D | unroll_codegen_for_collapse_outer.cpp | 237 extern "C" void func(int start, int end, int step) { in func()
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | ProgressMeter.h | 38 inline void step(NumTy Quantity) { in step() function 106 void step(DurationType Elapsed) { in step() function
|
/llvm-project/mlir/python/mlir/dialects/ |
H A D | scf.py | 31 step, argument 109 step=None, argument [all...] |
/llvm-project/mlir/unittests/Dialect/SCF/ |
H A D | LoopLikeSCFOpsTest.cpp | 101 OwningOpRef<arith::ConstantIndexOp> step = in TEST_F() local 125 OwningOpRef<arith::ConstantIndexOp> step = in TEST_F() local
|