Home
last modified time | relevance | path

Searched refs:uge (Results 1 - 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp60 (-BSizeInt).uge(SE.getUnsignedRange(BA).getUnsignedMax())) in alias()
74 (-ASizeInt).uge(SE.getUnsignedRange(AB).getUnsignedMax())) in alias()
H A DLoads.cpp45 return APBaseAlign.uge(APAlign) && !(Offset & (APAlign - 1)); in isAligned()
71 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size)) in isDereferenceableAndAlignedPointer()
H A DBasicAliasAnalysis.cpp1512 V2Size != LocationSize::unknown() && ModOffset.uge(V2Size.getValue()) && in aliasGEP()
1513 (Modulo - ModOffset).uge(V1Size.getValue())) in aliasGEP()
1521 GEP1BaseOffset.uge(V2Size.getValue())) in aliasGEP()
2033 return MinDiffBytes.uge(V1Size + BaseOffset.abs()) && in constantOffsetHeuristic()
2034 MinDiffBytes.uge(V2Size + BaseOffset.abs()); in constantOffsetHeuristic()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtautological-compare.c15 u32 uge(u32 a) { return a >= a; } in uge() function
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dbinops-same-args.c23 u32 uge(u32 a) { return a >= a; } in uge() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/
H A Dresolvecolor2dps.h43 uge r0.y, r0.x, r0.z
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp91 Value *Cmp2 = SizeRange.getUnsignedMin().uge(OffsetRange.getUnsignedMax()) in getBoundsCheckCond()
96 .uge(NeededSizeRange.getUnsignedMax()) in getBoundsCheckCond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp1401 if (r1.uge(anc)) { // must be unsigned comparison in magic()
1407 if (r2.uge(ad)) { // must be unsigned comparison in magic()
1444 if (r1.uge(nc - r1)) { in magicu()
1452 if ((r2 + 1).uge(d - r2)) { in magicu()
1453 if (q2.uge(signedMax)) magu.a = 1; in magicu()
1458 if (q2.uge(signedMin)) magu.a = 1; in magicu()
2021 Overflow = ShAmt.uge(getBitWidth());
2026 Overflow = ShAmt.uge(countLeadingZeros());
2028 Overflow = ShAmt.uge(countLeadingOnes());
2034 Overflow = ShAmt.uge(getBitWidt
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp1245 if (r1.uge(anc)) { // must be unsigned comparison
1251 if (r2.uge(ad)) { // must be unsigned comparison
1288 if (r1.uge(nc - r1)) {
1296 if ((r2 + 1).uge(d - r2)) {
1297 if (q2.uge(signedMax)) magu.a = 1;
1302 if (q2.uge(signedMin)) magu.a = 1;
2016 Overflow = ShAmt.uge(getBitWidth());
2021 Overflow = ShAmt.uge(countLeadingZeros());
2023 Overflow = ShAmt.uge(countLeadingOnes());
2029 Overflow = ShAmt.uge(getBitWidt
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dconstants-loong64.h582 uge = Ugreater_equal,
604 case uge:
609 return uge;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp138 if (D->getValue().uge(BitWidth)) in foldIVUser()
778 if (!Shr->isExact() && IVRange.getUnsignedMin().uge(*C)) { in strengthenRightShift()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h1119 bool uge(const APInt &RHS) const { return !ult(RHS); }
1127 bool uge(uint64_t RHS) const { return !ult(RHS); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantFold.cpp278 if (ShAmt.uge(CSize - ByteStart)) in ExtractConstantBytes()
301 if (ShAmt.uge(ByteStart + ByteSize)) in ExtractConstantBytes()
800 if (CIdx->uge(Val->getType()->getVectorNumElements())) in ConstantFoldExtractElementInstruction()
843 if (CIdx->uge(NumElts)) in ConstantFoldInsertElementInstruction()
1900 case ICmpInst::ICMP_UGE: return ConstantInt::get(ResultTy, V1.uge(V2)); in ConstantFoldCompareInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DOperations.cpp192 if (!CI->uge(getAggregateNumElements(Cur[0]->getType()))) in validExtractValueIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPSInt.h166 return IsUnsigned ? uge(RHS) : sge(RHS); in operator >=()
H A DAPInt.h1313 bool uge(const APInt &RHS) const { return !ult(RHS); }
1321 bool uge(uint64_t RHS) const { return !ult(RHS); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h241 bool uge(uint64_t Num) const { in uge() function in llvm::final
242 return Val.uge(Num); in uge()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h1102 uge = Ugreater_equal,
1124 case uge:
1129 return uge;
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h1053 uge = Ugreater_equal,
1075 case uge:
1080 return uge;
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dconstants-riscv64.h1143 uge = Ugreater_equal,
1164 case uge:
1169 return uge;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp678 if (Size == 0 || Offset.uge(AllocSize)) {
833 (IsOffsetKnown && Offset.uge(AllocSize)))
876 if (Offset.uge(AllocSize)) {
1035 if (Offset.uge(AllocSize)) {
1521 if (Offset.uge(DL.getTypeAllocSize(ElementTy)))
/third_party/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp621 LLAssert(llong((int32_t)-1).uge(llong(0x7fffffff, 0xffffffff)));
622 LLAssert(llong((int32_t)-1).uge(llong((int32_t)-1)));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp944 if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth)) in simplifyShrShlDemandedBits()
H A DInstCombineCompares.cpp2037 if (ShiftAmt->uge(TypeBits)) in foldICmpShlConstant()
3129 C.uge(1) && C.ule(BitWidth)) { in foldICmpIntrinsicWithConstant()
3152 C.uge(1) && C.ule(BitWidth)) { in foldICmpIntrinsicWithConstant()
3828 // icmp uge (A - 1), Op1 -> icmp ugt A, Op1 in foldICmpBinOp()
3829 // icmp ugt Op0, (C - 1) -> icmp uge Op0, C in foldICmpBinOp()
3836 // icmp ugt (A + 1), Op0 -> icmp uge A, Op1 in foldICmpBinOp()
3840 // icmp uge Op0, (C + 1) -> icmp ugt Op0, C in foldICmpBinOp()
3864 if (AP1Abs.uge(AP2Abs)) { in foldICmpBinOp()
4675 // cmp uge mulval, max+1 in processUMulZExtIdiom()
5067 if (Op0Min.uge(Op1Ma in foldICmpUsingKnownBits()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp710 KEYWORD(sge); KEYWORD(ult); KEYWORD(ugt); KEYWORD(ule); KEYWORD(uge); in LexIdentifier()

Completed in 47 milliseconds

123