HomeSort by relevance Sort by last modified time
    Searched full:umax (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/llvm/test/Analysis/ScalarEvolution/
2008-02-15-UMax.ll 1 ; RUN: opt < %s -analyze -scalar-evolution | grep umax
  /external/iproute2/tc/
q_hfsc.c 54 "SC := [ [ umax BYTE ] dmax SEC ] rate BPS\n"
56 " umax : maximum unit of work\n"
336 unsigned int umax = 0, dmax = 0, rate = 0; local
338 if (matches(*argv, "umax") == 0) {
340 if (get_size(&umax, *argv) < 0) {
341 explain1("umax");
365 if (umax != 0 && dmax == 0) {
366 fprintf(stderr, "HFSC: umax given but dmax is zero.\n");
370 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rate) {
372 * concave curve, slope of first segment is umax/dmax
    [all...]
  /external/llvm/test/CodeGen/X86/
optimize-max-2.ll 13 %umax = select i1 %tmp, i64 1, i64 %y ; <i64> [#uses=2]
14 %tmp8 = icmp ugt i64 %umax, %x ; <i1> [#uses=1]
15 %umax9 = select i1 %tmp8, i64 %umax, i64 %x ; <i64> [#uses=1]
optimize-max-1.ll 3 ; LSR should be able to eliminate both smax and umax expressions
47 %umax = select i1 %tmp, i64 1, i64 %n ; <i64> [#uses=1]
55 %exitcond = icmp eq i64 %0, %umax ; <i1> [#uses=1]
65 %umax = select i1 %tmp, i64 %n, i64 1 ; <i64> [#uses=1]
73 %exitcond = icmp eq i64 %0, %umax ; <i1> [#uses=1]
coalescer-commute4.ll 10 %umax = select i1 %tmp2132, i32 1, i32 %c ; <i32> [#uses=1]
24 %exitcond = icmp eq i32 %indvar.next, %umax ; <i1> [#uses=1]
pr5145.ll 20 %3 = atomicrmw umax i8* @sc8, i8 7 acquire
atomic_op.ll 81 %11 = atomicrmw umax i32* %val2, i32 65535 monotonic
86 %12 = atomicrmw umax i32* %val2, i32 10 monotonic
atomic-minmax-i6432.ll 51 %3 = atomicrmw umax i64* @sc64, i64 7 acquire
  /external/llvm/test/CodeGen/ARM/
atomicrmw_minmax.ll 9 %old = atomicrmw umax i32* %ptr, i32 %val monotonic
atomic-op.ll 94 %13 = atomicrmw umax i32* %val2, i32 1 monotonic
99 %14 = atomicrmw umax i32* %val2, i32 0 monotonic
124 %2 = atomicrmw umax i16* %val, i16 1 monotonic
129 %3 = atomicrmw umax i16* %val, i16 0 monotonic
153 %2 = atomicrmw umax i8* %val, i8 1 monotonic
158 %3 = atomicrmw umax i8* %val, i8 0 monotonic
  /external/llvm/lib/Support/
ConstantRange.cpp 66 APInt UMax(CR.getUnsignedMax());
67 if (UMax.isMinValue())
69 return ConstantRange(APInt::getMinValue(W), UMax);
78 APInt UMax(CR.getUnsignedMax());
79 if (UMax.isMaxValue())
81 return ConstantRange(APInt::getMinValue(W), UMax + 1);
611 ConstantRange::umax(const ConstantRange &Other) const { function in class:ConstantRange
612 // X umax Y is: range(umax(X_umin, Y_umin),
613 // umax(X_umax, Y_umax)
    [all...]
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
2008-08-14-ShadowIV.ll 9 %umax = select i1 %0, i32 1, i32 %n ; <i32> [#uses=1]
18 %exitcond = icmp eq i32 %indvar.next, %umax ; <i1> [#uses=1]
33 %umax = select i1 %0, i64 1, i64 %n ; <i64> [#uses=1]
43 %exitcond = icmp eq i64 %indvar.next, %umax ; <i1> [#uses=1]
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 402 TEST_F(ConstantRangeTest, UMax) {
403 EXPECT_EQ(Full.umax(Full), Full);
404 EXPECT_EQ(Full.umax(Empty), Empty);
405 EXPECT_EQ(Full.umax(Some), ConstantRange(APInt(16, 0xa), APInt(16, 0)));
406 EXPECT_EQ(Full.umax(Wrap), Full);
407 EXPECT_EQ(Full.umax(Some), ConstantRange(APInt(16, 0xa), APInt(16, 0)));
408 EXPECT_EQ(Empty.umax(Empty), Empty);
409 EXPECT_EQ(Empty.umax(Some), Empty);
410 EXPECT_EQ(Empty.umax(Wrap), Empty);
411 EXPECT_EQ(Empty.umax(One), Empty)
    [all...]
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 37 apollo, DGUX, NeXT, or UMAX is defined;
61 UMAX
427 # ifdef UMAX
448 # endif /* UMAX */
469 # ifdef UMAX
472 # endif /* UMAX */
678 # if !defined (LDAV_DONE) && defined (UMAX)
680 /* UMAX 4.2, which runs on the Encore Multimax multiprocessor, does not
746 # endif /* UMAX */
config.ami 179 /* Define for Encore UMAX. */
180 /* #undef UMAX */
182 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
config.h-vms 202 /* Define for Encore UMAX. */
203 /* #undef UMAX */
205 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
config.h.W32 366 /* Define to 1 for Encore UMAX. */
367 /* #undef UMAX */
369 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
config.h.in 379 /* Define to 1 for Encore UMAX. */
380 #undef UMAX
382 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
  /external/llvm/test/Transforms/ObjCARC/
nested.ll 55 %umax = select i1 %tmp7, i64 %forcoll.count.ph, i64 1
75 %exitcond = icmp eq i64 %4, %umax
120 %umax = select i1 %tmp8, i64 %forcoll.count.ph, i64 1
140 %exitcond = icmp eq i64 %4, %umax
185 %umax = select i1 %tmp9, i64 %forcoll.count.ph, i64 1
205 %exitcond = icmp eq i64 %4, %umax
251 %umax = select i1 %tmp8, i64 %forcoll.count.ph, i64 1
271 %exitcond = icmp eq i64 %4, %umax
318 %umax = select i1 %tmp8, i64 %forcoll.count.ph, i64 1
338 %exitcond = icmp eq i64 %4, %umax
    [all...]
  /external/clang/test/CodeGen/
atomic.c 29 // CHECK: atomicrmw umax i32* %uval, i32 6 seq_cst
  /external/safe-iop/include/
safe_iop.h 162 if (__sio(m)(umax)(__sio(var)(_a)) <= ((typeof(__sio(var)(_a)))0)) { \
214 if (__sio(m)(umax)(__sio(var)(_a)) <= ((typeof(__sio(var)(_a)))0)) { \
263 if (__sio(m)(umax)(__sio(var)(_a)) <= ((typeof(__sio(var)(_a)))0)) { \
312 if (__sio(m)(umax)(__sio(var)(_a)) <= ((typeof(__sio(var)(_a)))0)) { \
358 if ((typeof(_a))(_b) <= (typeof(_a))(__sio(m)(umax)(_a) - (_a))) { \
392 if (!(_b) || (_a) <= (__sio(m)(umax)(_a) / (_b))) { \
  /external/llvm/include/llvm/Support/
ConstantRange.h 222 /// umax - Return a new range representing the possible values resulting
224 ConstantRange umax(const ConstantRange &Other) const;
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 123 UMAX,
AMDGPUInstrInfo.td 49 def AMDGPUumax : SDNode<"AMDGPUISD::UMAX", SDTIntBinOp,
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 78 case AtomicRMWInst::UMax:

Completed in 1165 milliseconds

1 2 3 4 5