/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolutionAliasAnalysis.cpp | 60 (-BSizeInt).uge(SE.getUnsignedRange(BA).getUnsignedMax())) in alias() 74 (-ASizeInt).uge(SE.getUnsignedRange(AB).getUnsignedMax())) in alias()
|
H A D | Loads.cpp | 45 return APBaseAlign.uge(APAlign) && !(Offset & (APAlign - 1)); in isAligned() 71 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size)) in isDereferenceableAndAlignedPointer()
|
H A D | BasicAliasAnalysis.cpp | 1512 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 D | tautological-compare.c | 15 u32 uge(u32 a) { return a >= a; } in uge() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | binops-same-args.c | 23 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 D | resolvecolor2dps.h | 43 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 D | BoundsChecking.cpp | 91 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 D | APInt.cpp | 1401 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 D | APInt.cpp | 1245 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 D | constants-loong64.h | 582 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 D | SimplifyIndVar.cpp | 138 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 D | APInt.h | 1119 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 D | ConstantFold.cpp | 278 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 D | Operations.cpp | 192 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 D | APSInt.h | 166 return IsUnsigned ? uge(RHS) : sge(RHS); in operator >=()
|
H A D | APInt.h | 1313 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 D | Constants.h | 241 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 D | constants-mips64.h | 1102 uge = Ugreater_equal, 1124 case uge: 1129 return uge;
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 1053 uge = Ugreater_equal, 1075 case uge: 1080 return uge;
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | constants-riscv64.h | 1143 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 D | SROA.cpp | 678 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 D | itrbnf.cpp | 621 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 D | InstCombineSimplifyDemanded.cpp | 944 if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth)) in simplifyShrShlDemandedBits()
|
H A D | InstCombineCompares.cpp | 2037 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 D | LLLexer.cpp | 710 KEYWORD(sge); KEYWORD(ult); KEYWORD(ugt); KEYWORD(ule); KEYWORD(uge); in LexIdentifier()
|