Home
last modified time | relevance | path

Searched defs:lb (Results 1 – 25 of 156) sorted by relevance

1234567

/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 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 Daffine.py201 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 Dschedule.c18 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 Ddynamic-schedule.cpp19 bool schedule(int lb, int ub, int stride, int chunk) { in schedule() argument
H A Ddynamic-schedule-non-spmd.cpp19 bool schedule(int lb, int ub, int stride, int chunk) { in schedule() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DDoLoopHelper.cpp16 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 Dtarget-private-multiple-variables.f908 subroutine target_allocatable(lb, ub, l) argument
14 integer(8) :: lb, ub local
/llvm-project/flang/test/Lower/
H A Dcharacter-assignment.f9031 subroutine assign_substring1(str, rhs, lb, ub) argument
33 integer(8) :: lb, ub local
/llvm-project/flang/test/Lower/HLFIR/
H A Darray-ctor-as-elemental.f9036 subroutine test_as_strided_elemental(lb, ub, stride) argument
37 integer(8) :: lb, ub, stride local
H A Darray-ctor-as-inlined-temp.f90172 subroutine test_strided_implied_do(lb, ub, stride) argument
173 integer(8) :: lb, ub, stride local
/llvm-project/llvm/test/MC/RISCV/
H A Drv32i-valid.s
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DAffineCanonicalizationUtils.cpp33 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 Dkmp_sch_simd_guided.c59 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 Domp_for_dynamic_large_chunk.c14 int i, j, lb, ub, stride, nthreads, actual_nthreads, chunk; in main() local
/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp186 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 Dasm-function.cpp4 unsigned int lb = b; in asmFunc() local
/llvm-project/mlir/unittests/Dialect/SCF/
H A DLoopLikeSCFOpsTest.cpp97 OwningOpRef<arith::ConstantIndexOp> lb = in TEST_F() local
121 OwningOpRef<arith::ConstantIndexOp> lb = in TEST_F() local
/llvm-project/clang/test/OpenMP/
H A Dtarget_enter_data_depend_codegen.cpp46 float lb[arg]; in foo() local
H A Dtarget_update_depend_codegen.cpp46 float lb[arg]; in foo() local
H A Dtarget_exit_data_depend_codegen.cpp46 float lb[arg]; in foo() local
H A Dtarget_enter_data_codegen.cpp57 float lb[arg]; in foo() local
257 float lb[arg]; in foo() local
H A Dtarget_data_map_codegen_hold.cpp489 float lb[5]; in foo() local
H A Dtarget_map_codegen_20.cpp106 T *lb; in foo() local
/llvm-project/libcxx/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.pconst/
H A Deval.pass.cpp61 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 DDoLoopHelperTest.cpp61 auto lb = firBuilder.createIntegerConstant( in TEST_F() local
76 auto lb = firBuilder.createIntegerConstant( in TEST_F() local

1234567