Home
last modified time | relevance | path

Searched refs:ult (Results 1 – 25 of 75) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp335 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/
DAPInt.h1015 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/
Dext-trunc-smaller.c6 char ult(unsigned short x) in ult() function
Dbinops-same-args.c20 u32 ult(u32 a) { return a < a; } in ult() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.def83 X(Ult, "ult") \
96 X(Ult, Ugt, "ult") \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp532 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/
DInstCombineShifts.cpp78 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/
Dtautological-compare.c12 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/
DAPInt.cpp1163 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/
DAPInt.cpp486 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/
Dhiperfifo.c318 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
322 (void)ult; in prog_cb()
Devhiperfifo.c322 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
326 (void)ult; in prog_cb()
Dephiperfifo.c344 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
348 (void)ult; in prog_cb()
Dghiper.c285 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/
DAPInt.h1205 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()
DAPSInt.h154 return IsUnsigned ? ult(RHS) : slt(RHS);
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h581 ult = Uless, enumerator
600 case ult: in NegateFpuCondition()
613 return ult; in NegateFpuCondition()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_fcmp.pnacl.ll226 %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
Dtest_icmp_i1vec.ll41 %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/
DX86Subtarget.cpp134 if (CR->getUnsignedMax().ult(128)) in classifyGlobalReference()
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h1052 ult = Uless, enumerator
1071 case ult: in NegateFpuCondition()
1084 return ult; in NegateFpuCondition()
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h1101 ult = Uless, enumerator
1120 case ult: in NegateFpuCondition()
1133 return ult; in NegateFpuCondition()
/third_party/skia/third_party/externals/icu/source/data/region/
Dtzm.txt111 KR{"Kurya Tunẓult"}
/third_party/icu/icu4c/source/data/region/
Dtzm.txt111 KR{"Kurya Tunẓult"}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMicroMipsInstrFPU.td319 def C_ULT_#NAME#_MM : MMRel, C_COND_FT<"ult", TypeStr, RC, itin>,
321 let BaseOpcode = "c.ult."#NAME;

123