Home
last modified time | relevance | path

Searched refs:STEP (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_md5.cpp21 #define STEP(f, a, b, c, d, x, t, s) \ macro
57 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
58 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
59 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
60 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
61 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
65 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
74 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
75 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
78 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cpp21 #define STEP(f, a, b, c, d, x, t, s) \ macro
57 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
58 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
59 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
60 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
61 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
65 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
74 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
75 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
78 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
[all …]
/llvm-project-15.0.7/llvm/lib/Support/
H A DMD5.cpp99 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
103 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
107 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
117 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
118 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
121 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
125 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body()
130 STEP(G, d, a, b, c, GET(2), 0xfcefa3f8, 9) in body()
135 STEP(H, a, b, c, d, GET(5), 0xfffa3942, 4) in body()
139 STEP(H, a, b, c, d, GET(1), 0xa4beea44, 4) in body()
[all …]
/llvm-project-15.0.7/mlir/test/Target/Cpp/
H A Dfor.mlir10 // CPP-DEFAULT: void test_for(size_t [[START:[^ ]*]], size_t [[STOP:[^ ]*]], size_t [[STEP:[^ ]*]])…
11 …-DEFAULT-NEXT: for (size_t [[ITER:[^ ]*]] = [[START]]; [[ITER]] < [[STOP]]; [[ITER]] += [[STEP]]) {
16 // CPP-DECLTOP: void test_for(size_t [[START:[^ ]*]], size_t [[STOP:[^ ]*]], size_t [[STEP:[^ ]*]])…
18 …-DECLTOP-NEXT: for (size_t [[ITER:[^ ]*]] = [[START]]; [[ITER]] < [[STOP]]; [[ITER]] += [[STEP]]) {
42 // CPP-DEFAULT-NEXT: size_t [[STEP:[^ ]*]] = 1;
49 …-DEFAULT-NEXT: for (size_t [[ITER:[^ ]*]] = [[START]]; [[ITER]] < [[STOP]]; [[ITER]] += [[STEP]]) {
62 // CPP-DECLTOP-NEXT: size_t [[STEP:[^ ]*]];
71 // CPP-DECLTOP-NEXT: [[STEP]] = 1;
76 …-DECLTOP-NEXT: for (size_t [[ITER:[^ ]*]] = [[START]]; [[ITER]] < [[STOP]]; [[ITER]] += [[STEP]]) {
/llvm-project-15.0.7/libc/test/src/math/
H A DFmaTest.h71 constexpr UIntType STEP = in test_subnormal_range() local
75 v += STEP, w -= STEP) { in test_subnormal_range()
86 constexpr UIntType STEP = (FPBits::MAX_NORMAL - FPBits::MIN_NORMAL) / COUNT; in test_normal_range() local
89 v += STEP, w -= STEP) { in test_normal_range()
H A DRemQuoTest.h99 constexpr UIntType STEP = in testSubnormalRange() local
103 v += STEP, w -= STEP) { in testSubnormalRange()
114 constexpr UIntType STEP = (FPBits::MAX_NORMAL - FPBits::MIN_NORMAL) / COUNT; in testNormalRange() local
117 v += STEP, w -= STEP) { in testNormalRange()
H A DSqrtTest.h49 constexpr UIntType STEP = HIDDEN_BIT / COUNT; in test_denormal_values() local
50 for (UIntType i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in test_denormal_values()
58 constexpr UIntType STEP = UIntType(-1) / COUNT; in test_normal_range() local
59 for (UIntType i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in test_normal_range()
H A DILogbTest.h79 constexpr UIntType STEP = in test_subnormal_range() local
82 v += STEP) { in test_subnormal_range()
98 constexpr UIntType STEP = (FPBits::MAX_NORMAL - FPBits::MIN_NORMAL) / COUNT; in test_normal_range() local
99 for (UIntType v = FPBits::MIN_NORMAL; v <= FPBits::MAX_NORMAL; v += STEP) { in test_normal_range()
H A Dcos_test.cpp23 constexpr UIntType STEP = UIntType(-1) / COUNT; in TEST() local
24 for (UIntType i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in TEST()
H A Dsin_test.cpp24 constexpr UIntType STEP = UIntType(-1) / COUNT; in TEST() local
25 for (UIntType i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in TEST()
H A Dtan_test.cpp23 constexpr UIntType STEP = UIntType(-1) / COUNT; in TEST() local
24 for (UIntType i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in TEST()
H A DRIntTest.h97 constexpr UIntType STEP = in testSubnormalRange() local
100 i += STEP) { in testSubnormalRange()
112 constexpr UIntType STEP = (FPBits::MAX_NORMAL - FPBits::MIN_NORMAL) / COUNT; in testNormalRange() local
113 for (UIntType i = FPBits::MIN_NORMAL; i <= FPBits::MAX_NORMAL; i += STEP) { in testNormalRange()
H A DFMaxTest.h59 constexpr UIntType STEP = UIntType(-1) / COUNT; in testRange() local
61 ++i, v += STEP, w -= STEP) { in testRange()
H A DFMinTest.h59 constexpr UIntType STEP = UIntType(-1) / COUNT; in testRange() local
61 ++i, v += STEP, w -= STEP) { in testRange()
H A DFDimTest.h57 constexpr UIntType STEP = UIntType(-1) / COUNT; in test_in_range() local
59 ++i, v += STEP, w -= STEP) { in test_in_range()
H A DFAbsTest.h36 constexpr UIntType STEP = UIntType(-1) / COUNT; in testRange() local
37 for (UIntType i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in testRange()
H A DHypotTest.h74 constexpr UIntType STEP = (FPBits::MAX_NORMAL - FPBits::MIN_NORMAL) / COUNT; in test_normal_range() local
78 v += STEP, w -= STEP) { in test_normal_range()
H A DCopySignTest.h37 constexpr UIntType STEP = UIntType(-1) / COUNT; in testRange() local
38 for (UIntType i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in testRange()
H A Dlog10f_test.cpp58 constexpr uint32_t STEP = UINT32_MAX / COUNT; in TEST() local
59 for (uint32_t i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in TEST()
H A Dlog2f_test.cpp48 constexpr uint32_t STEP = UINT32_MAX / COUNT; in TEST() local
49 for (uint32_t i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in TEST()
H A Dlogf_test.cpp73 constexpr uint32_t STEP = UINT32_MAX / COUNT; in TEST() local
74 for (uint32_t i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in TEST()
H A Dlog1pf_test.cpp65 constexpr uint32_t STEP = UINT32_MAX / COUNT; in TEST() local
66 for (uint32_t i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in TEST()
/llvm-project-15.0.7/mlir/test/Dialect/SCF/
H A Dfor-loop-peeling.mlir7 // CHECK-SAME: %[[LB:.*]]: index, %[[UB:.*]]: index, %[[STEP:.*]]: index
11 // CHECK-SAME: step %[[STEP]] iter_args(%[[ACC:.*]] = %[[C0_I32]]) -> (i32) {
12 // CHECK: %[[CAST:.*]] = arith.index_cast %[[STEP]] : index to i32
17 // CHECK-SAME: step %[[STEP]] iter_args(%[[ACC2:.*]] = %[[LOOP]]) -> (i32) {
160 // CHECK-SAME: %[[LB:.*]]: index, %[[UB:.*]]: index, %[[STEP:.*]]: index,
162 // CHECK: scf.for %[[IV:.*]] = %[[LB]] to %{{.*}} step %[[STEP]] {
164 // CHECK: memref.store %[[STEP]]
166 // CHECK: memref.store %[[STEP]]
167 // CHECK: %[[RES2:.*]] = affine.apply #[[MAP1]]()[%[[STEP]]]
173 // CHECK: %[[RES5:.*]] = affine.apply #[[MAP4]]()[%[[STEP]]]
[all …]
H A Dloop-unroll.mlir19 // UNROLL-BY-2-SAME: %[[STEP:.*2]]: index,
24 // UNROLL-BY-2-DAG: %[[V1:.*]] = arith.subi %[[STEP]], %[[C1]] : index
27 // UNROLL-BY-2-DAG: %[[V3:.*]] = arith.divsi %[[V2]], %[[STEP]] : index
32 // UNROLL-BY-2-DAG: %[[V6:.*]] = arith.muli %[[V5]], %[[STEP]] : index
36 // UNROLL-BY-2-DAG: %[[V8:.*]] = arith.muli %[[STEP]], %[[C2]] : index
40 // UNROLL-BY-2-NEXT: %[[V9:.*]] = arith.muli %[[STEP]], %[[C1_IV]] : index
52 // UNROLL-BY-3-SAME: %[[STEP:.*2]]: index,
57 // UNROLL-BY-3-DAG: %[[V1:.*]] = arith.subi %[[STEP]], %[[C1]] : index
60 // UNROLL-BY-3-DAG: %[[V3:.*]] = arith.divsi %[[V2]], %[[STEP]] : index
65 // UNROLL-BY-3-DAG: %[[V6:.*]] = arith.muli %[[V5]], %[[STEP]] : index
[all …]
/llvm-project-15.0.7/mlir/test/Conversion/SCFToSPIRV/
H A Dfor.mlir13 // CHECK: %[[STEP:.*]] = spv.Constant 2 : i32
33 // CHECK: %[[INCREMENT:.*]] = spv.IAdd %[[INDVAR]], %[[STEP]] : i32
51 // CHECK: %[[STEP:.*]] = spv.Constant 2 : i32
66 // CHECK-DAG: %[[INCREMENT:.*]] = spv.IAdd %[[INDVAR]], %[[STEP]] : i32

123