/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 def range_loop_2(lb, u 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...] |
H A D | affine.py | 201 range_loop_1(lb, ub, memref_v) global() argument 217 range_loop_2(lb, ub, memref_v) global() argument 232 range_loop_3(lb, ub, memref_v) global() argument 247 range_loop_4(lb, ub, memref_v) global() argument 263 range_loop_8(lb, ub, memref_v) global() argument
|
/llvm-project/offload/test/offloading/ |
H A D | schedule.c | 18 int ordered_example(int lb, int ub, int stride, int nteams) { in ordered_example() argument 49 int NO_order_example(int lb, int ub, int stride, int nteams) { in NO_order_example() argument
|
H A D | dynamic-schedule.cpp | 19 bool schedule(int lb, int ub, int stride, int chunk) { in schedule() argument
|
H A D | dynamic-schedule-non-spmd.cpp | 19 bool schedule(int lb, int ub, int stride, int chunk) { in schedule() argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | DoLoopHelper.cpp | 16 fir::factory::DoLoopHelper::createLoop(mlir::Value lb, mlir::Value ub, in createLoop() 33 fir::factory::DoLoopHelper::createLoop(mlir::Value lb, mlir::Value ub, in createLoop()
|
/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/ |
H A D | target-private-multiple-variables.f90 | 8 subroutine target_allocatable(lb, ub, l) argument 14 integer(8) :: lb, ub local
|
/llvm-project/flang/test/Lower/ |
H A D | character-assignment.f90 | 31 subroutine assign_substring1(str, rhs, lb, ub) argument 33 integer(8) :: lb, ub local
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | array-ctor-as-elemental.f90 | 36 subroutine test_as_strided_elemental(lb, ub, stride) argument 37 integer(8) :: lb, ub, stride local
|
H A D | array-ctor-as-inlined-temp.f90 | 172 subroutine test_strided_implied_do(lb, ub, stride) argument 173 integer(8) :: lb, ub, stride local
|
/llvm-project/llvm/test/MC/RISCV/ |
H A D | rv32i-valid.s |
|
/llvm-project/mlir/lib/Dialect/SCF/Utils/ |
H A D | AffineCanonicalizationUtils.cpp | 33 LogicalResult scf::matchForLikeLoop(Value iv, OpFoldResult &lb, in matchForLikeLoop() 80 Value iv, OpFoldResult lb, in addLoopRangeConstraints() 162 OpFoldResult lb, ub, step; in canonicalizeMinMaxOpInLoop() local
|
/llvm-project/openmp/runtime/test/worksharing/for/ |
H A D | kmp_sch_simd_guided.c | 59 i64 lb; // Chunk lower bound in run_loop_64() local 214 int lb; // Chunk lower bound in run_loop_32() local 372 i64 st, lb, ub; in run_64() local 392 int chunk, st, lb, ub; in run_32() local
|
H A D | omp_for_dynamic_large_chunk.c | 14 int i, j, lb, ub, stride, nthreads, actual_nthreads, chunk; in main() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_dispatch.cpp | 186 enum sched_type schedule, T lb, T ub, in __kmp_dispatch_init_algorithm() 911 __kmp_dispatch_init_hier_runtime<kmp_int32>(ident_t *loc, kmp_int32 lb, in __kmp_dispatch_init_hier_runtime() 919 __kmp_dispatch_init_hier_runtime<kmp_uint32>(ident_t *loc, kmp_uint32 lb, in __kmp_dispatch_init_hier_runtime() 927 __kmp_dispatch_init_hier_runtime<kmp_int64>(ident_t *loc, kmp_int64 lb, in __kmp_dispatch_init_hier_runtime() 935 __kmp_dispatch_init_hier_runtime<kmp_uint64>(ident_t *loc, kmp_uint64 lb, in __kmp_dispatch_init_hier_runtime() 962 __kmp_dispatch_init(ident_t *loc, int gtid, enum sched_type schedule, T lb, in __kmp_dispatch_init() 2129 #define OMPT_LOOP_DISPATCH(lb, ub, st, status) \ argument 2144 #define OMPT_LOOP_DISPATCH(lb, ub, st, status) // no-op argument 2803 enum sched_type schedule, kmp_int32 lb, in __kmpc_dispatch_init_4() 2815 enum sched_type schedule, kmp_uint32 lb, in __kmpc_dispatch_init_4u() [all …]
|
/llvm-project/clang/test/ASTMerge/asm/Inputs/ |
H A D | asm-function.cpp | 4 unsigned int lb = b; in asmFunc() local
|
/llvm-project/mlir/unittests/Dialect/SCF/ |
H A D | LoopLikeSCFOpsTest.cpp | 97 OwningOpRef<arith::ConstantIndexOp> lb = in TEST_F() local 121 OwningOpRef<arith::ConstantIndexOp> lb = in TEST_F() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_enter_data_depend_codegen.cpp | 46 float lb[arg]; in foo() local
|
H A D | target_update_depend_codegen.cpp | 46 float lb[arg]; in foo() local
|
H A D | target_exit_data_depend_codegen.cpp | 46 float lb[arg]; in foo() local
|
H A D | target_enter_data_codegen.cpp | 57 float lb[arg]; in foo() local 257 float lb[arg]; in foo() local
|
H A D | target_data_map_codegen_hold.cpp | 489 float lb[5]; in foo() local
|
H A D | target_map_codegen_20.cpp | 106 T *lb; in foo() local
|
/llvm-project/libcxx/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.pconst/ |
H A D | eval.pass.cpp | 61 I lb = std::lower_bound(u.begin(), u.end(), b[i]); test1() local 124 I lb = std::lower_bound(u.begin(), u.end(), b[i]); test2() local 187 I lb = std::lower_bound(u.begin(), u.end(), b[i]); test3() local 250 I lb = std::lower_bound(u.begin(), u.end(), b[i]); test4() local 313 I lb = std::lower_bound(u.begin(), u.end(), b[i]); test5() local 376 I lb = std::lower_bound(u.begin(), u.end(), b[i]); test6() local 439 I lb = std::lower_bound(u.begin(), u.end(), b[i]); test7() local 502 I lb = std::lower_bound(u.begin(), u.end(), b[i]); test8() local 565 I lb = std::lower_bound(u.begin(), u.end(), b[i]); test9() local 628 I lb = std::lower_bound(u.begin(), u.end(), b[i]); test10() local 691 I lb = std::lower_bound(u.begin(), u.end(), b[i]); test11() local [all...] |
/llvm-project/flang/unittests/Optimizer/Builder/ |
H A D | DoLoopHelperTest.cpp | 61 auto lb = firBuilder.createIntegerConstant( in TEST_F() local 76 auto lb = firBuilder.createIntegerConstant( in TEST_F() local
|