Home
last modified time | relevance | path

Searched defs:ub (Results 1 – 25 of 107) sorted by relevance

12345

/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, ub, step, memref_v): argument
106 def range_loop_3(lb, ub, step, memref_v): argument
122 def range_loop_4(lb, ub, ste 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/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/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/mlir/lib/Dialect/Tensor/Transforms/
H A DIndependenceTransforms.cpp50 auto ub = makeIndependent(b, loc, ofr, independencies); in buildIndependentOp() local
56 auto ub = makeIndependent(b, loc, ofr, independencies); in buildIndependentOp() local
116 auto ub = makeIndependent(b, loc, ofr, independencies); in buildIndependentOp() local
[all...]
/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 Dselect-type-selector.f9023 integer :: ub 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/openmp/runtime/test/worksharing/for/
H A Dkmp_sch_simd_guided.c60 i64 ub; // Chunk upper bound in run_loop_64() local
215 int ub; // Chunk upper 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
H A Domp_for_static_large_chunk.c26 int i, j, lb, ub, stride, 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()
912 kmp_int32 ub, kmp_int32 st) { in __kmp_dispatch_init_hier_runtime()
920 kmp_uint32 ub, kmp_int32 st) { in __kmp_dispatch_init_hier_runtime()
928 kmp_int64 ub, kmp_int64 st) { in __kmp_dispatch_init_hier_runtime()
936 kmp_uint64 ub, kmp_int64 st) { in __kmp_dispatch_init_hier_runtime()
963 T ub, typename traits_t<T>::signed_t st, in __kmp_dispatch_init()
1513 T ub; in __kmp_dispatch_next_algorithm() member
2129 #define OMPT_LOOP_DISPATCH(lb, ub, st, status) \ argument
2144 #define OMPT_LOOP_DISPATCH(lb, ub, st, status) // no-op argument
2804 kmp_int32 ub, kmp_int32 st, kmp_int32 chunk) { in __kmpc_dispatch_init_4()
[all …]
/llvm-project/mlir/unittests/Dialect/SCF/
H A DLoopLikeSCFOpsTest.cpp99 OwningOpRef<arith::ConstantIndexOp> ub = in TEST_F() local
123 OwningOpRef<arith::ConstantIndexOp> ub = in TEST_F() local
/llvm-project/libcxx/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.pconst/
H A Deval.pass.cpp62 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); test1() local
125 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); test2() local
188 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); test3() local
251 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); test4() local
314 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); test5() local
377 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); test6() local
440 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); test7() local
503 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); test8() local
566 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); test9() local
629 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); test10() local
692 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); test11() local
[all...]
/llvm-project/flang/unittests/Optimizer/Builder/
H A DDoLoopHelperTest.cpp63 auto ub = firBuilder.createIntegerConstant( in TEST_F() local
78 auto ub = firBuilder.createIntegerConstant( in TEST_F() local
/llvm-project/clang/test/SemaObjC/
H A Dmrc-weak.m10 @property (unsafe_unretained) id ub; // expected-note {{property declared here}} property
/llvm-project/flang/runtime/
H A DISO_Fortran_binding.cpp72 CFI_index_t ub{upper_bounds[j]}; in CFI_allocate() local
182 const CFI_index_t ub{upper_bounds ? upper_bounds[j] : srcUB}; in CFI_section() local
H A Dcharacter.cpp95 SubscriptValue ub[maxRank], xAt[maxRank], yAt[maxRank]; in Compare() local
161 SubscriptValue ub[maxRank], stringAt[maxRank]; in AdjustLRHelper() local
217 SubscriptValue ub[maxRank], stringAt[maxRank]; in LenTrim() local
391 SubscriptValue ub[maxRank], stringAt[maxRank], argAt[maxRank], in GeneralCharFunc() local
479 SubscriptValue ub[maxRank], xAt[maxRank]; in MaxMinHelper() local
563 SubscriptValue ub[maxRank], fromAt[maxRank]; in RTDEF() local
H A Dtype-info.cpp66 TypeParameterValue ub{ GetElements() local
127 auto ub{boundValues++->GetValue(&container)}; EstablishDescriptor() local
/llvm-project/flang/include/flang/Lower/
H A DVectorSubscripts.h73 mlir::Value ub; member

12345