Searched refs:ult (Results 1 - 25 of 42) sorted by relevance

12

/external/llvm/lib/IR/
H A DConstantRange.cpp214 return Lower.ule(V) && V.ult(Upper);
215 return Lower.ule(V) || V.ult(Upper);
273 if (Lower.ult(CR.Lower)) {
277 if (Upper.ult(CR.Upper))
282 if (Upper.ult(CR.Upper))
285 if (Lower.ult(CR.Upper))
292 if (CR.Lower.ult(Upper)) {
293 if (CR.Upper.ult(Upper))
299 if (getSetSize().ult(CR.getSetSize()))
303 if (CR.Lower.ult(Lowe
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dparser.py433 ult = penult = None
496 penult = ult
497 ult = bc
504 if ult and penult:
505 if penult.op == OP_LOAD_CONST and ult.op == OP_RETURN_VALUE:
/external/llvm/include/llvm/ADT/
H A DAPInt.h1016 bool ult(const APInt &RHS) const;
1024 bool ult(uint64_t RHS) const { return ult(APInt(getBitWidth(), RHS)); }
1048 bool ule(const APInt &RHS) const { return ult(RHS) || eq(RHS); }
1080 bool ugt(const APInt &RHS) const { return !ult(RHS) && !eq(RHS); }
1112 bool uge(const APInt &RHS) const { return !ult(RHS); }
1727 inline APInt umin(const APInt &A, const APInt &B) { return A.ult(B) ? A : B; }
H A DAPSInt.h118 return IsUnsigned ? ult(RHS) : slt(RHS);
/external/llvm/test/MC/Mips/
H A Dmips-fpu-instructions.s83 # CHECK: c.ult.d $f12, $f14 # encoding: [0x35,0x60,0x2e,0x46]
84 # CHECK: c.ult.s $f6, $f7 # encoding: [0x35,0x30,0x07,0x46]
116 c.ult.d $f12,$f14
117 c.ult.s $f6,$f7
/external/valgrind/main/none/tests/mips32/
H A Dfpu_branches.stdout.exp443 c.ult.s, bc1f out=0.000000, fs=0.000000, ft=-4578.500000
444 c.ult.d, bc1f out=0.000000, fs=0.000000, ft=-45786.500000
445 c.ult.s, bc1f out=456.250000, fs=456.250000, ft=456.250000
446 c.ult.d, bc1f out=456.250000, fs=456.250000, ft=456.250000
447 c.ult.s, bc1f out=37.031250, fs=3.000000, ft=34.031250
448 c.ult.d, bc1f out=37.031250, fs=3.000000, ft=34.031250
449 c.ult.s, bc1f out=4577.750000, fs=-1.000000, ft=4578.750000
450 c.ult.d, bc1f out=45785.750000, fs=-1.000000, ft=45786.750000
451 c.ult.s, bc1f out=1384.500000, fs=1384.500000, ft=175.000000
452 c.ult
[all...]
/external/valgrind/main/none/tests/mips64/
H A Dfpu_branches.stdout.exp443 c.ult.s, bc1f out=0.000000, fs=0.000000, ft=-4578.500000
444 c.ult.d, bc1f out=0.000000, fs=0.000000, ft=-45786.500000
445 c.ult.s, bc1f out=456.250000, fs=456.250000, ft=456.250000
446 c.ult.d, bc1f out=456.250000, fs=456.250000, ft=456.250000
447 c.ult.s, bc1f out=37.031250, fs=3.000000, ft=34.031250
448 c.ult.d, bc1f out=37.031250, fs=3.000000, ft=34.031250
449 c.ult.s, bc1f out=4577.750000, fs=-1.000000, ft=4578.750000
450 c.ult.d, bc1f out=45785.750000, fs=-1.000000, ft=45786.750000
451 c.ult.s, bc1f out=1384.500000, fs=1384.500000, ft=175.000000
452 c.ult
[all...]
/external/llvm/lib/Analysis/
H A DLint.cpp489 Assert1(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()),
496 Assert1(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()),
503 Assert1(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()),
591 Assert1(CI->getValue().ult(I.getVectorOperandType()->getNumElements()),
599 Assert1(CI->getValue().ult(I.getType()->getNumElements()),
H A DInstructionSimplify.cpp591 /// follow non-inbounds geps. This allows it to remain usable for icmp ult/etc.
1775 LHSOffsetValue.ult(LHSSize) &&
1776 RHSOffsetValue.ult(RHSSize)) {
1922 // Rule out tautological comparisons (eg., ult 0 or uge 0).
1972 if (CI2->getValue().ult(Width))
1985 if (CI2->getValue().ult(Width)) {
H A DMemoryBuiltins.cpp378 if (Offset.slt(0) || ObjSize.ult(Offset))
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips5-wrong-error.s26 c.ult.ps $fcc7,$f14,$f0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips5-wrong-error.s26 c.ult.ps $fcc7,$f14,$f0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips5-wrong-error.s26 c.ult.ps $fcc7,$f14,$f0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips5-wrong-error.s26 c.ult.ps $fcc7,$f14,$f0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips5-wrong-error.s29 c.ult.ps $fcc7,$f14,$f0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/lib/Support/
H A DAPInt.cpp516 bool APInt::ult(const APInt& RHS) const { function in class:APInt
581 return lhs.ult(rhs);
1338 if (this->ult(square))
1343 if (offset.ult(midpoint))
1354 assert(ult(modulo) && "This APInt must be smaller than the modulo");
1426 } while (q1.ult(delta) || (q1 == delta && r1 == 0));
1478 (q1.ult(delta) || (q1 == delta && r1 == 0)));
1863 else if (lhsWords < rhsWords || this->ult(RHS)) {
1911 } else if (lhsWords < rhsWords || this->ult(RHS)) {
1954 if (lhsWords < rhsWords || LHS.ult(RH
[all...]
/external/chromium_org/v8/src/mips/
H A Ddisasm-mips.cc544 Format(instr, "c.ult.d 'fs, 'ft, 'Cc");
593 Format(instr, "cmp.ult.d 'fd, 'fs, 'ft");
892 Format(instr, "cmp.ult.S 'ft, 'fs, 'fd");
931 Format(instr, "cmp.ult.D 'ft, 'fs, 'fd");
/external/chromium_org/v8/src/mips64/
H A Ddisasm-mips64.cc581 Format(instr, "c.ult.d 'fs, 'ft, 'Cc");
624 Format(instr, "cmp.ult.d 'fd, 'fs, 'ft");
1012 Format(instr, "cmp.ult.S 'ft, 'fs, 'fd");
1051 Format(instr, "cmp.ult.D 'ft, 'fs, 'fd");
/external/llvm/utils/vim/
H A Dllvm.vim34 syn keyword llvmStatement store sub switch trunc udiv ueq uge ugt uitofp ule ult
/external/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp410 return LHS.ConstInt->getValue().ult(RHS.ConstInt->getValue());
H A DReassociate.cpp402 assert(LHS.ult(Threshold) && RHS.ult(Threshold) && "Weights not reduced!");
/external/qemu/target-mips/
H A Dhelper.h257 FOP_PROTO(ult)
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp41 return Result->getValue().ult(In1->getValue());
1129 // (icmp ugt (xor X, C), ~C) -> (icmp ult X, C)
1135 // (icmp ult (xor X, C), -C) -> (icmp uge X, C)
2379 std::swap(Op0, Op1); // Change icmp ugt -> icmp ult
2381 case ICmpInst::ICMP_ULT:{ // icmp ult i1 A, B -> ~A & B
2525 if (Op0Max.ult(Op1Min) || Op0Min.ugt(Op1Max))
2570 if (Op0Max.ult(Op1Min) || Op0Min.ugt(Op1Max))
2615 if (Op0Max.ult(Op1Min)) // A <u B -> true if max(A) < min(B)
2696 if (Op0Max.ult(Op1Min)) // A >=u B -> false if max(A) < min(B)
/external/clang/lib/Lex/
H A DLiteralSupport.cpp959 // (a + b) ult b <=> overflow
961 OverflowOccurred |= Val.ult(CharVal);
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp662 KEYWORD(sge); KEYWORD(ult); KEYWORD(ugt); KEYWORD(ule); KEYWORD(uge);

Completed in 892 milliseconds

12