Home
last modified time | relevance | path

Searched refs:trip (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/external/libchrome/base/strings/
Dsys_string_conversions_unittest.cc174 std::wstring trip = SysNativeMBToWide(SysWideToNativeMB(wide)); in TEST() local
175 EXPECT_EQ(wide.size(), trip.size()); in TEST()
176 EXPECT_EQ(wide, trip); in TEST()
182 std::wstring trip = SysNativeMBToWide(WideToUTF8(wide)); in TEST() local
183 EXPECT_EQ(wide.size(), trip.size()); in TEST()
184 EXPECT_EQ(wide, trip); in TEST()
189 std::wstring trip = UTF8ToWide(SysWideToNativeMB(wide)); in TEST() local
190 EXPECT_EQ(wide.size(), trip.size()); in TEST()
191 EXPECT_EQ(wide, trip); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Druntime-loop-multiexit-dom-verify.ll25 %trip = zext i32 undef to i64
31 %cmp1 = icmp ult i64 %add.iv, %trip
36 %cmp2 = icmp ult i64 %shft, %trip
58 ; CHECK: %cmp2.3 = icmp ult i64 %shft.3, %trip
64 %trip = zext i32 %n to i64
70 %cmp1 = icmp ult i64 %add.iv, %trip
75 %cmp2 = icmp ult i64 %shft, %trip
103 %trip = zext i32 %n to i64
109 %cmp1 = icmp ult i64 %add.iv, %trip
114 %cmp2 = icmp ult i64 %shft, %trip
Druntime-unroll-remainder.ll10 %wide.trip.count = zext i32 %N to i64
18 ; CHECK: [[COUNT:%[a-z.0-9]+]] = add nsw i64 %wide.trip.count, -1
19 ; CHECK: %xtraiter = and i64 %wide.trip.count, 3
24 ; CHECK: %unroll_iter = sub nsw i64 %wide.trip.count, %xtraiter
72 %exitcond = icmp eq i64 %indvars.iv.next, %wide.trip.count
Dconvergent.ll55 ; count must divide its trip multiple. This overrides its unroll
84 ; count 2 divides trip count 4. The loop unroll should respect the pragma.
105 ; count 2 divides trip multiple 2. The loop unroll should respect the pragma.
127 ; count 2 is unknown to divide runtime trip count, the loop is not unrolled
150 ; count 2 does not divide trip count 5, the loop is not unrolled by 2
Druntime-loop-multiple-exits.ll14 define void @test1(i64 %trip, i1 %cond) {
50 ; PROLOG-NEXT: %cmp.7 = icmp eq i64 %iv_next.7, %trip
70 %cmp = icmp ne i64 %iv_next, %trip
142 define void @test3(i64 %trip, i64 %add) {
177 ; PROLOG-NEXT: %cmp.7 = icmp eq i64 %iv_next.7, %trip
199 %cmp = icmp ne i64 %iv_next, %trip
282 define i64 @test5(i64 %trip, i64 %add, i1 %cond) {
326 %cmp = icmp ne i64 %iv_next, %trip
487 ; Don't create VMap entries for such values (%trip).
493 ; PROLOG-NOT: trip
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Dexplicit_outer_detection.ll38 %wide.trip.count = zext i32 %M to i64
39 %wide.trip.count38 = zext i32 %N to i64
59 %exitcond = icmp eq i64 %indvars.iv.next, %wide.trip.count
64 %exitcond39 = icmp eq i64 %indvars.iv.next36, %wide.trip.count38
88 %wide.trip.count = zext i32 %M to i64
89 %wide.trip.count38 = zext i32 %N to i64
109 %exitcond = icmp eq i64 %indvars.iv.next, %wide.trip.count
114 %exitcond39 = icmp eq i64 %indvars.iv.next36, %wide.trip.count38
138 %wide.trip.count = zext i32 %M to i64
139 %wide.trip.count38 = zext i32 %N to i64
[all …]
Dvplan_hcfg_stress_test.ll21 %wide.trip.count = zext i32 %M to i64
22 %wide.trip.count38 = zext i32 %N to i64
41 %exitcond = icmp eq i64 %indvars.iv.next, %wide.trip.count
46 %exitcond39 = icmp eq i64 %indvars.iv.next36, %wide.trip.count38
Dexplicit_outer_nonuniform_inner.ll35 %wide.trip.count = zext i32 %M to i64
36 %wide.trip.count41 = zext i32 %N to i64
57 %exitcond = icmp eq i64 %indvars.iv.next36, %wide.trip.count
62 %exitcond42 = icmp eq i64 %indvars.iv.next39, %wide.trip.count41
85 %wide.trip.count41 = zext i32 %N to i64
111 %exitcond42 = icmp eq i64 %indvars.iv.next39, %wide.trip.count41
134 %wide.trip.count = zext i32 %N to i64
159 %exitcond = icmp eq i64 %indvars.iv.next40, %wide.trip.count
Dpr30654-phiscev-sext-trunc.ll52 %wide.trip.count = zext i32 %n to i64
64 %exitcond = icmp eq i64 %indvars.iv.next, %wide.trip.count
110 %wide.trip.count = zext i32 %n to i64
121 %exitcond = icmp eq i64 %indvars.iv.next, %wide.trip.count
159 %wide.trip.count = zext i32 %n to i64
173 %exitcond = icmp eq i64 %indvars.iv.next, %wide.trip.count
221 %wide.trip.count = zext i32 %n to i64
233 %exitcond = icmp eq i64 %indvars.iv.next, %wide.trip.count
Dtripcount.ll1 ; This test verifies that the loop vectorizer will not vectorizes low trip count
61 ; but has a high trip count per invocation. Vectorize it.
113 ; Simple loop with constant, small trip count and no profiling info.
137 ; Simple loop with constant large trip count and no profiling info.
161 ; Simple loop with static, small trip count and no profiling info.
185 ; constant trip count takes precedence over profile data
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/thermal_zone_trip/
Dformat11 field:int trip; offset:16; size:4; signed:1;
14 print fmt: "thermal_zone=%s id=%d trip=%d trip_type=%d", __get_str(thermal_zone), REC->id, REC->tri…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dtripmultiple_calculation.ll6 ; for the trip count expression.
42 ; Overflow may happen for the multiply expression n * 3, verify that trip
84 ; the trip count is still divisible by the greatest power of 2 divisor.
106 ; If the trip count is a constant, verify that we obtained the trip
107 ; count itself. For huge trip counts, or zero, we return 1.
/external/u-boot/drivers/thermal/
DKconfig16 It supports one critical trip point and one passive trip point. The
18 passive trip is crossed.
/external/u-boot/arch/arm/dts/
Drk3288-thermal.dtsi47 trip = <&cpu_alert0>;
52 trip = <&cpu_alert1>;
82 trip = <&gpu_alert0>;
Drk3288-veyron-mickey.dts120 trip = <&cpu_alert_warm>;
142 trip = <&cpu_alert_almost_hot>;
147 trip = <&cpu_alert_hot>;
152 trip = <&cpu_alert_hotter>;
157 trip = <&cpu_alert_very_hot>;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Dlftr-wide-trip-count.ll38 ; trip count to IV size
78 ; CHECK: %wide.trip.count = zext
79 ; CHECK: %exitcond = icmp ne i64 %indvars.iv.next, %wide.trip.count
115 ; CHECK: %wide.trip.count = sext
116 ; CHECK: %exitcond = icmp ne i64 %indvars.iv.next, %wide.trip.count
153 ; CHECK: %wide.trip.count = zext
154 ; CHECK: %exitcond = icmp ne i64 %indvars.iv.next, %wide.trip.count
/external/walt/docs/
DAudioLatency.md35 TODO: Is the round trip latency expected to be Recording latency + Playback latency + one buffer le…
51 #### Published round trip measurements
52 Superpowered Inc. maintains an open source app for measuring round trip audio latency -
55 * [Audio round trip measurements published by Android group](https://source.android.com/devices/aud…
56 * [Audio round trip measurements published by Superpowered Inc.](http://superpowered.com/latency)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/X86/
Dcanonical.ll16 %wide.trip.count = zext i32 %size to i64
17 %wide.trip.count31 = zext i32 %nsteps to i64
49 %exitcond = icmp eq i64 %indvars.iv.next, %wide.trip.count
57 %exitcond32 = icmp eq i64 %indvars.iv.next29, %wide.trip.count31
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/
Dvect.omp.force.small-tc.ll1 …8.0 -mcpu=corei7-avx -debug-only=loop-vectorize -stats -S -vectorizer-min-trip-count=21 2>&1 | Fil…
25 ; This loop will be vectorized, although the trip count is below the threshold, but vectorization i…
51 ; This loop will not be vectorized as the trip count is below the threshold.
76 ; This loop will be vectorized as the trip count is below the threshold but no
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/PowerPC/
Dp8-unrolling-legalize-vectors.ll14 %wide.trip.count = zext i32 %k to i64
19 %n.vec = and i64 %wide.trip.count, 4294967280
40 %cmp.n = icmp eq i64 %n.vec, %wide.trip.count
57 %exitcond = icmp eq i64 %indvars.iv.next, %wide.trip.count
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java330 void trip(boolean trip) { in processFile() method in CodeMangler.State
331 if (!tripped & trip) { in processFile()
339 State push(int lc, String line, boolean trip) { in processFile() argument
344 ret.emit = this.emit & trip; in processFile()
345 ret.tripped = trip; in processFile()
451 state.trip(true); in processFile()
536 state.trip(eval); in processFile()
/external/llvm/test/Transforms/LoopVectorize/X86/
Dvect.omp.force.small-tc.ll1 …8.0 -mcpu=corei7-avx -debug-only=loop-vectorize -stats -S -vectorizer-min-trip-count=21 2>&1 | Fil…
24 ; This loop will be vectorized, although the trip count is below the threshold, but vectorization i…
50 ; This loop will not be vectorized as the trip count is below the threshold.
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
Dscevunroll.ll3 ; Unit tests for loop unrolling using ScalarEvolution to compute trip counts.
34 ; case, the computed trip count based on a canonical IV is *not* for a
99 ; a known trip count, regardless of the early exit trip counts. The
/external/llvm/test/Analysis/ScalarEvolution/
D2008-11-18-Stride1.ll7 ; ScalarEvolution can't compute a trip count because it doesn't know if
9 ; be teaching it how to use a more elaborate trip count computation.
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
D2008-11-18-Stride1.ll4 ; ScalarEvolution can't compute a trip count because it doesn't know if
6 ; be teaching it how to use a more elaborate trip count computation.

12345678910>>...13