Searched refs:ub0 (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/mlir/test/Dialect/Affine/ |
D | parallelize.mlir | 121 %ub0: index, %ub1: index) { 126 to min affine_map<(d0, d1) -> (d0, d1)>(%ub0, %ub1) { 134 %ub0: index, %ub1: index) { 142 to min affine_map<(d0, d1) -> (d0, d1)>(%ub0, %ub1) { 151 %ub0: index, %ub1: index) { 153 affine.for %i = affine_map<(d0) -> (d0)>(%lb0) to affine_map<(d0) -> (d0)>(%ub0) {
|
D | loop-unswitch.mlir | 180 #ub0 = affine_map<(d0)[s0] -> (d0 * 110 + 110, s0 floordiv 3)> 187 affine.for %arg7 = #lb0(%arg5) to min #ub0(%arg5)[%sym] {
|
/external/llvm-project/mlir/integration_test/Dialect/Async/CPU/ |
D | test-async-parallel-for-1d.mlir | 52 %ub0 = constant -11 : index 53 scf.parallel (%i) = (%lb0) to (%ub0) step (%c3) {
|
/external/llvm-project/mlir/test/EDSC/ |
D | builder-api-test.cpp | 329 Value lb0, lb1, lb2, ub0, ub1, ub2; in TEST_FUNC() local 331 std::tie(lb0, ub0, step0) = vA.range(0); in TEST_FUNC() 336 affineLoopNestBuilder({lb0, lb1}, {ub0, ub1}, {step0, step1}, [&](ValueRange ivs) { in TEST_FUNC()
|
/external/llvm-project/mlir/test/Conversion/SCFToStandard/ |
D | convert-to-cfg.mlir | 23 // CHECK-NEXT: ^bb1(%[[ub0:.*]]: index): // 2 preds: ^bb0, ^bb5 24 // CHECK-NEXT: %[[cond0:.*]] = cmpi "slt", %[[ub0]], %{{.*}} : index
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_tasking.cpp | 4361 kmp_uint64 lb1, ub0, tc0, tc1, ext0, ext1; in __kmp_taskloop_recur() local 4377 ub0 = lower + st * (tc0 - 1); in __kmp_taskloop_recur() 4378 lb1 = ub0 + st; in __kmp_taskloop_recur() 4386 *ub = ub0; // adjust upper bound for the 1st half in __kmp_taskloop_recur()
|