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

1 2 3 4

  /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]
2008-03-18-CoalescerBug.ll 36 %umax = select i1 false, i32 1, i32 0 ; <i32> [#uses=1]
43 %exitcond = icmp eq i32 %indvar.next, %umax ; <i1> [#uses=1]
atomic_op.ll 80 %11 = atomicrmw umax i32* %val2, i32 65535 monotonic
85 %12 = atomicrmw umax i32* %val2, i32 10 monotonic
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 335 TEST_F(ConstantRangeTest, UMax) {
336 EXPECT_EQ(Full.umax(Full), Full);
337 EXPECT_EQ(Full.umax(Empty), Empty);
338 EXPECT_EQ(Full.umax(Some), ConstantRange(APInt(16, 0xa), APInt(16, 0)));
339 EXPECT_EQ(Full.umax(Wrap), Full);
340 EXPECT_EQ(Full.umax(Some), ConstantRange(APInt(16, 0xa), APInt(16, 0)));
341 EXPECT_EQ(Empty.umax(Empty), Empty);
342 EXPECT_EQ(Empty.umax(Some), Empty);
343 EXPECT_EQ(Empty.umax(Wrap), Empty);
344 EXPECT_EQ(Empty.umax(One), Empty)
    [all...]
  /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);
580 ConstantRange::umax(const ConstantRange &Other) const { function in class:ConstantRange
581 // X umax Y is: range(umax(X_umin, Y_umin),
582 // umax(X_umax, Y_umax)
    [all...]
  /external/llvm/test/Transforms/LoopStrengthReduce/
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/test/Transforms/ObjCARC/
nested.ll 51 %umax = select i1 %tmp7, i64 %forcoll.count.ph, i64 1
71 %exitcond = icmp eq i64 %4, %umax
116 %umax = select i1 %tmp8, i64 %forcoll.count.ph, i64 1
136 %exitcond = icmp eq i64 %4, %umax
181 %umax = select i1 %tmp9, i64 %forcoll.count.ph, i64 1
201 %exitcond = icmp eq i64 %4, %umax
247 %umax = select i1 %tmp8, i64 %forcoll.count.ph, i64 1
267 %exitcond = icmp eq i64 %4, %umax
312 %umax = select i1 %tmp8, i64 %forcoll.count.ph, i64 1
332 %exitcond = icmp eq i64 %4, %umax
    [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/clang/test/CodeGen/
atomic.c 28 // 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 218 /// umax - Return a new range representing the possible values resulting
220 ConstantRange umax(const ConstantRange &Other) const;
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 78 case AtomicRMWInst::UMax:
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 180 case scUMaxExpr: OpStr = " umax "; break;
    [all...]
  /external/valgrind/main/exp-ptrcheck/
sg_main.c     [all...]
  /external/llvm/lib/VMCore/
AutoUpgrade.cpp 57 Name.startswith("atomic.load.umax") ||
262 else if (F->getName().startswith("llvm.atomic.load.umax"))
263 Op = AtomicRMWInst::UMax;
  /external/safe-iop/src/
safe_iop.c     [all...]
  /external/llvm/test/Transforms/InstCombine/
select.ll 473 ; UMAX(UMAX(x, y), x) -> UMAX(x, y)

Completed in 593 milliseconds

1 2 3 4