/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 …]
|
/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/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()
|
/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()
|
/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/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/curl/docs/examples/ |
D | hiperfifo.c | 318 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument 322 (void)ult; in prog_cb()
|
D | evhiperfifo.c | 322 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument 326 (void)ult; in prog_cb()
|
D | ephiperfifo.c | 344 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument 348 (void)ult; in prog_cb()
|
D | ghiper.c | 285 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
|
/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/node/deps/v8/src/codegen/loong64/ |
D | constants-loong64.h | 581 ult = Uless, enumerator 600 case ult: in NegateFpuCondition() 613 return ult; in NegateFpuCondition()
|
/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/node/deps/v8/src/codegen/mips/ |
D | constants-mips.h | 1052 ult = Uless, enumerator 1071 case ult: in NegateFpuCondition() 1084 return ult; in NegateFpuCondition()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | constants-mips64.h | 1101 ult = Uless, enumerator 1120 case ult: in NegateFpuCondition() 1133 return ult; in NegateFpuCondition()
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | tzm.txt | 111 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/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;
|