/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 335 return (Upper - Lower).ult(Other.Upper - Other.Lower); in isSizeStrictlySmallerThan() 393 return Lower.ule(V) && V.ult(Upper); in contains() 394 return Lower.ule(V) || V.ult(Upper); in contains() 460 if (Lower.ult(CR.Lower)) { in intersectWith() 468 if (Upper.ult(CR.Upper)) in intersectWith() 477 if (Upper.ult(CR.Upper)) in intersectWith() 482 if (Lower.ult(CR.Upper)) in intersectWith() 491 if (CR.Lower.ult(Upper)) { in intersectWith() 494 if (CR.Upper.ult(Upper)) in intersectWith() 506 if (CR.Lower.ult(Lower)) { in intersectWith() [all …]
|
D | ConstantFold.cpp | 1280 if (C2V.ult(C1V.getBitWidth())) in ConstantFoldBinaryInstruction() 1284 if (C2V.ult(C1V.getBitWidth())) in ConstantFoldBinaryInstruction() 1288 if (C2V.ult(C1V.getBitWidth())) in ConstantFoldBinaryInstruction() 1897 case ICmpInst::ICMP_ULT: return ConstantInt::get(ResultTy, V1.ult(V2)); in ConstantFoldCompareInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1015 bool ult(const APInt &RHS) const; 1023 bool ult(uint64_t RHS) const { in ult() function 1051 bool ule(const APInt &RHS) const { return ult(RHS) || eq(RHS); } in ule() 1083 bool ugt(const APInt &RHS) const { return !ult(RHS) && !eq(RHS); } in ugt() 1119 bool uge(const APInt &RHS) const { return !ult(RHS); } in uge() 1127 bool uge(uint64_t RHS) const { return !ult(RHS); } in uge() 1794 return A.ult(B) ? A : B; in umin()
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | ext-trunc-smaller.c | 6 char ult(unsigned short x) in ult() function
|
D | binops-same-args.c | 20 u32 ult(u32 a) { return a < a; } in ult() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInst.def | 83 X(Ult, "ult") \ 96 X(Ult, Ugt, "ult") \
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | tautological-compare.c | 12 u32 ult(u32 a) { return a < a; } in ult() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Lint.cpp | 532 Assert(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()), in visitLShr() 539 Assert(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()), in visitAShr() 546 Assert(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()), in visitShl() 630 Assert(CI->getValue().ult(I.getVectorOperandType()->getNumElements()), in visitExtractElementInst() 637 Assert(CI->getValue().ult(I.getType()->getNumElements()), in visitInsertElementInst()
|
D | BasicAliasAnalysis.cpp | 1446 if (GEP1BaseOffset.ult(V2Size.getValue())) in aliasGEP() 1461 if ((-GEP1BaseOffset).ult(V1Size.getValue())) in aliasGEP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 78 if (MaximalRepresentableShiftAmount.ult(MaximalPossibleTotalShiftAmount)) in reassociateShiftAmtsOfTwoSameDirectionShifts() 345 (*C0 + *C1).ult(Ty->getScalarSizeInBits()); in foldShiftOfShiftedLogic() 453 if (InnerShiftConst->ugt(OuterShAmt) && InnerShiftConst->ult(TypeWidth)) { in canEvaluateShiftedShift() 1080 if (match(Op0, m_Shl(m_Value(X), m_APInt(ShOp1))) && ShOp1->ult(BitWidth)) { in visitLShr() 1081 if (ShOp1->ult(ShAmt)) { in visitLShr() 1260 if (match(Op1, m_APInt(ShAmtAPInt)) && ShAmtAPInt->ult(BitWidth)) { in visitAShr() 1275 ShOp1->ult(BitWidth)) { in visitAShr() 1294 ShOp1->ult(BitWidth)) { in visitAShr()
|
D | InstCombineCompares.cpp | 3120 if (Cmp.getPredicate() == ICmpInst::ICMP_UGT && C.ult(BitWidth)) { in foldICmpIntrinsicWithConstant() 3143 if (Cmp.getPredicate() == ICmpInst::ICMP_UGT && C.ult(BitWidth)) { in foldICmpIntrinsicWithConstant() 3446 assert(KeptBits.ugt(0) && KeptBits.ult(BitWidth) && "unreachable"); in foldICmpWithTruncSignExtendedVal() 3452 assert(AddCst.ult(ICmpCst) && AddCst.isPowerOf2()); in foldICmpWithTruncSignExtendedVal() 3551 if (MaximalRepresentableShiftAmount.ult(MaximalPossibleTotalShiftAmount)) in foldShiftIntoShiftInAnotherHandOfAndInICmp() 5013 if (Op0Max.ult(Op1Min) || Op0Min.ugt(Op1Max)) { in foldICmpUsingKnownBits() 5065 if (Op0Max.ult(Op1Min)) // A <u B -> true if max(A) < min(B) in foldICmpUsingKnownBits() 5160 if (Op0Max.ult(Op1Min)) // A >=u B -> false if max(A) < min(B) in foldICmpUsingKnownBits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 1163 if (this->ult(square)) in sqrt() 1168 if (offset.ult(midpoint)) in sqrt() 1181 assert(ult(modulo) && "This APInt must be smaller than the modulo"); in multiplicativeInverse() 1256 } while (q1.ult(delta) || (q1 == delta && r1 == 0)); in magic() 1308 (q1.ult(delta) || (q1 == delta && r1 == 0))); in magicu() 1623 if (lhsWords < rhsWords || this->ult(RHS)) in udiv() 1656 if (this->ult(RHS)) in udiv() 1716 if (lhsWords < rhsWords || this->ult(RHS)) in urem() 1748 if (this->ult(RHS)) in urem() 1819 if (lhsWords < rhsWords || LHS.ult(RHS)) { in udivrem() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 486 bool APInt::ult(const APInt& RHS) const { in ult() function in APInt 535 return ult(RHS); in slt() 1324 if (this->ult(square)) in sqrt() 1329 if (offset.ult(midpoint)) in sqrt() 1340 assert(ult(modulo) && "This APInt must be smaller than the modulo"); in multiplicativeInverse() 1412 } while (q1.ult(delta) || (q1 == delta && r1 == 0)); in magic() 1464 (q1.ult(delta) || (q1 == delta && r1 == 0))); in magicu() 1822 else if (lhsWords < rhsWords || this->ult(RHS)) { in udiv() 1870 } else if (lhsWords < rhsWords || this->ult(RHS)) { in urem() 1925 if (lhsWords < rhsWords || LHS.ult(RHS)) { in udivrem() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1205 bool ult(const APInt &RHS) const { return compare(RHS) < 0; } in ult() function 1213 bool ult(uint64_t RHS) const { in ult() function 1313 bool uge(const APInt &RHS) const { return !ult(RHS); } in uge() 1321 bool uge(uint64_t RHS) const { return !ult(RHS); } in uge() 2173 return A.ult(B) ? A : B; in umin()
|
D | APSInt.h | 154 return IsUnsigned ? ult(RHS) : slt(RHS);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_fcmp.pnacl.ll | 226 %cmp = fcmp ult float %a, %b 236 %cmp = fcmp ult double %a, %b 546 %cmp = fcmp ult float %a, %b 556 %cmp = fcmp ult double %a, %b 767 %res.trunc = fcmp ult <4 x float> %a, %b
|
D | test_icmp_i1vec.ll | 41 %cmp = icmp ult <16 x i1> %a.trunc, %b.trunc 131 %cmp = icmp ult <8 x i1> %a.trunc, %b.trunc 221 %cmp = icmp ult <4 x i1> %a.trunc, %b.trunc
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 134 if (CR->getUnsignedMax().ult(128)) in classifyGlobalReference()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | tzm.txt | 110 KR{"Kurya Tunẓult"}
|
/third_party/icu/icu4c/source/data/region/ |
D | tzm.txt | 111 KR{"Kurya Tunẓult"}
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | tzm.txt | 111 KR{"Kurya Tunẓult"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MicroMipsInstrFPU.td | 319 def C_ULT_#NAME#_MM : MMRel, C_COND_FT<"ult", TypeStr, RC, itin>, 321 let BaseOpcode = "c.ult."#NAME;
|
D | MipsInstrFPU.td | 307 def C_ULT_#NAME : MMRel, C_COND_FT<"ult", TypeStr, RC, itin>, 309 let BaseOpcode = "c.ult."#NAME; 844 def : MipsInstAlias<!strconcat("c.ult.", TypeStr, " $fs, $ft"),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmMatcher.inc | 4963 ".ule.s\007c.ult.d\007c.ult.s\006c.un.d\006c.un.s\005cache\006cachee\010" 4977 "mp.ule.s\tcmp.ult.d\tcmp.ult.s\010cmp.un.d\010cmp.un.s\014cmpgdu.eq.qb\014" 6033 …{ 1932 /* c.ult.d */, Mips::C_ULT_D32, Convert__regFCC0__AFGR64AsmReg1_0__AFGR64AsmReg1_1, AMFBS_H… 6034 …{ 1932 /* c.ult.d */, Mips::C_ULT_D32_MM, Convert__regFCC0__AFGR64AsmReg1_0__AFGR64AsmReg1_1, AMFB… 6035 …{ 1932 /* c.ult.d */, Mips::C_ULT_D64, Convert__regFCC0__FGR64AsmReg1_0__FGR64AsmReg1_1, AMFBS_Has… 6036 …{ 1932 /* c.ult.d */, Mips::C_ULT_D64_MM, Convert__regFCC0__FGR64AsmReg1_0__FGR64AsmReg1_1, AMFBS_… 6037 …{ 1932 /* c.ult.d */, Mips::C_ULT_D32, Convert__FCCAsmReg1_0__AFGR64AsmReg1_1__AFGR64AsmReg1_2, AM… 6038 …{ 1932 /* c.ult.d */, Mips::C_ULT_D32_MM, Convert__FCCAsmReg1_0__AFGR64AsmReg1_1__AFGR64AsmReg1_2,… 6039 …{ 1932 /* c.ult.d */, Mips::C_ULT_D64, Convert__FCCAsmReg1_0__FGR64AsmReg1_1__FGR64AsmReg1_2, AMFB… 6040 …{ 1932 /* c.ult.d */, Mips::C_ULT_D64_MM, Convert__FCCAsmReg1_0__FGR64AsmReg1_1__FGR64AsmReg1_2, A… [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 700 return (HighOffset - RC.getOffsetValue()).ult(MaxDiff); in combineRangeChecks()
|