/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CmpInstAnalysis.cpp | 26 case ICmpInst::ICMP_UGT: return 1; // 001 in getICmpCode() 48 case 1: Pred = Sign ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; break; in getPredForICmpCode() 120 case ICmpInst::ICMP_UGT: in decomposeBitTestICmp()
|
D | InstructionSimplify.cpp | 1442 UnsignedPred == ICmpInst::ICMP_UGT) && in simplifyUnsignedRangeCheck() 1449 UnsignedPred == ICmpInst::ICMP_UGT)) in simplifyUnsignedRangeCheck() 1506 if (UnsignedPred == ICmpInst::ICMP_UGT && EqPred == ICmpInst::ICMP_EQ && in simplifyUnsignedRangeCheck() 1542 (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_UGT)) in simplifyAndOfICmpsWithSameOperands() 1688 if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_UGT) in simplifyAndOfICmpsWithAdd() 1691 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGT) in simplifyAndOfICmpsWithAdd() 1753 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_SLE) in simplifyOrOfICmpsWithAdd() 1764 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_ULE) in simplifyOrOfICmpsWithAdd() 2369 case CmpInst::ICMP_UGT: in computePointerICmp() 2541 case CmpInst::ICMP_UGT: // X >u 0 -> X in simplifyICmpOfBools() [all …]
|
D | ValueTracking.cpp | 600 if (Pred == ICmpInst::ICMP_UGT) in isKnownNonZeroFromAssume() 4742 C1->ugt(*C2) && Pred == CmpInst::ICMP_UGT) in matchClamp() 4788 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) { in matchMinMaxOfMinMax() 4800 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) in matchMinMaxOfMinMax() 5039 case ICmpInst::ICMP_UGT: in matchSelectPattern() 5290 if (SPF == SPF_UMAX) return ICmpInst::ICMP_UGT; in getMinMaxPred()
|
D | ScalarEvolution.cpp | 1814 if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_UGT, AR, N) || in getZeroExtendExpr() 1815 isKnownOnEveryIteration(ICmpInst::ICMP_UGT, AR, N)) { in getZeroExtendExpr() 5384 case ICmpInst::ICMP_UGT: in createNodeForSelectOrPHI() 7494 case ICmpInst::ICMP_UGT: { // while (X > Y) in computeExitLimitFromICmp() 9052 Pred = ICmpInst::ICMP_UGT; in SimplifyICmpOperands() 9130 Pred = ICmpInst::ICMP_UGT; in SimplifyICmpOperands() 9135 Pred = ICmpInst::ICMP_UGT; in SimplifyICmpOperands() 9296 case ICmpInst::ICMP_UGT: in isMonotonicPredicateImpl() 9303 Increasing = Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE; in isMonotonicPredicateImpl() 9882 case ICmpInst::ICMP_UGT: in isImpliedCond() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 387 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End); in foldCmpLoadFromIndexedGlobal() 1115 return new ICmpInst(ICmpInst::ICMP_UGT, X, R); in foldICmpAddOpConst() 1121 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) in foldICmpAddOpConst() 1179 return getICmp(I.ICMP_UGT, A, in foldICmpShrConstConst() 1449 if (Pred == ICmpInst::ICMP_UGT && match(Op1, m_ConstantInt(CI)) && in foldICmpWithConstant() 1611 if (Pred == ICmpInst::ICMP_UGT) { in foldICmpXorConstant() 1617 return new ICmpInst(ICmpInst::ICMP_UGT, X, Y); in foldICmpXorConstant() 1622 return new ICmpInst(ICmpInst::ICMP_UGT, X, in foldICmpXorConstant() 1626 return new ICmpInst(ICmpInst::ICMP_UGT, X, in foldICmpXorConstant() 1853 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_UGT in foldICmpAndConstant() [all …]
|
D | InstCombineAndOrXor.cpp | 851 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE; in foldAndOrOfEqualityCmpsWithConstants() 1045 Pred0 == ICmpInst::ICMP_EQ && Pred1 == ICmpInst::ICMP_UGT) { in foldIsPowerOf2() 1098 if (UnsignedPred == ICmpInst::ICMP_UGT && EqPred == ICmpInst::ICMP_EQ && in foldUnsignedUnderflowCheck() 1120 UnsignedPred == ICmpInst::ICMP_UGT) && in foldUnsignedUnderflowCheck() 1137 if (UnsignedPred == ICmpInst::ICMP_UGT && EqPred == ICmpInst::ICMP_EQ && in foldUnsignedUnderflowCheck() 1319 case ICmpInst::ICMP_UGT: in foldAndOfICmps() 2284 else if (PredR == ICmpInst::ICMP_UGT && LHS0 == RHS0) in foldOrOfICmps() 2293 else if (PredL == ICmpInst::ICMP_UGT && LHS0 == RHS0) in foldOrOfICmps() 2392 case ICmpInst::ICMP_UGT: in foldOrOfICmps() 2418 case ICmpInst::ICMP_UGT: // (X u< 13 | X u> 15) -> (X-13) u> 2 in foldOrOfICmps()
|
D | InstCombineSelect.cpp | 704 assert((Pred == ICmpInst::ICMP_UGE || Pred == ICmpInst::ICMP_UGT) && in canonicalizeSaturatedSubtract() 767 if (Pred == ICmpInst::ICMP_UGT) { in canonicalizeSaturatedAdd() 922 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT) in adjustMinMax() 1216 case ICmpInst::Predicate::ICMP_UGT: in canonicalizeClampLike()
|
D | InstCombineInternal.h | 134 case ICmpInst::ICMP_UGT: in isSignBitCheck()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 198 case naclbitc::ICMP_UGT: in DecodeIcmpPredicate() 199 LLVMPredicate = CmpInst::ICMP_UGT; in DecodeIcmpPredicate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 1581 pred = isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation() 1697 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation() 1704 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation() 1728 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation() 1775 case 1: return isSigned ? ICmpInst::ICMP_SGT:ICmpInst::ICMP_UGT; in evaluateICmpRelation() 1784 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation() 1898 case ICmpInst::ICMP_UGT: return ConstantInt::get(ResultTy, V1.ugt(V2)); in ConstantFoldCompareInstruction() 2047 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction() 2059 case ICmpInst::ICMP_UGT: in ConstantFoldCompareInstruction() 2061 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction() [all …]
|
D | Instructions.cpp | 3535 case ICMP_UGT: return ICMP_ULE; in getInversePredicate() 3538 case ICMP_ULE: return ICMP_UGT; in getInversePredicate() 3588 case ICmpInst::ICMP_UGT: return "ugt"; in getPredicateName() 3601 case ICMP_UGT: return ICMP_SGT; in getSignedPredicate() 3612 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate() 3614 case ICMP_SGT: return ICMP_UGT; in getUnsignedPredicate() 3628 case ICMP_UGT: return ICMP_UGE; in getFlippedStrictnessPredicate() 3630 case ICMP_UGE: return ICMP_UGT; in getFlippedStrictnessPredicate() 3653 case ICMP_UGT: return ICMP_ULT; in getSwappedPredicate() 3654 case ICMP_ULT: return ICMP_UGT; in getSwappedPredicate() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 323 case ICmpInst::ICMP_UGT: in INITIALIZE_PASS_DEPENDENCY() 649 Pred != ICmpInst::ICMP_ULT && Pred != ICmpInst::ICMP_UGT) in isSafeDecreasingBound() 669 IsSigned ? CmpInst::ICMP_SGT : CmpInst::ICMP_UGT; in isSafeDecreasingBound() 699 Pred != ICmpInst::ICMP_ULT && Pred != ICmpInst::ICMP_UGT) in isSafeIncreasingBound() 894 Pred = ICmpInst::ICMP_UGT; in parseLoopStructure() 908 bool GTPred = (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT); in parseLoopStructure() 971 bool GTPred = (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT); in parseLoopStructure() 1279 : (IsSignedPredicate ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT); in changeIterationSpaceEnd()
|
D | GuardWidening.cpp | 598 IC->getPredicate() != ICmpInst::ICMP_UGT)) in parseRangeChecks() 602 if (IC->getPredicate() == ICmpInst::ICMP_UGT) in parseRangeChecks()
|
D | LoopPredication.cpp | 896 return Pred != ICmpInst::ICMP_UGT && Pred != ICmpInst::ICMP_SGT && in parseLoopLatchICmp() 1171 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); in predicateLoopExits()
|
D | EarlyCSE.cpp | 193 case CmpInst::ICMP_UGT: Flavor = SPF_UMAX; break; in matchSelectWithOptionalNotCond()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 291 ICMP_UGT = 34, ///< unsigned greater than enumerator
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 496 pTest = ICMP_UGT(pAlphaU8, pRef); in AlphaTest() 856 currentSampleMask = S_EXT(ICMP_UGT(currentSampleMask, VBROADCAST(C(0))), mSimdInt32Ty); in Create()
|
D | builder_misc.cpp | 765 Value* cmp = ICMP_UGT(a, b); in PMAXUD()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 765 P = CmpInst::ICMP_UGT; in createMinMaxOp() 1029 auto Predicate = Signed ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in cannotBeMinInLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 35 Ops.push_back(cmpOpDescriptor(1, Instruction::ICmp, CmpInst::ICMP_UGT)); in describeFuzzerIntOps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAtomicOptimizer.cpp | 271 Pred = CmpInst::ICMP_UGT; in buildNonAtomicBinOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 493 case ICmpInst::Predicate::ICMP_UGT: in isValue() 1515 return Pred == CmpInst::ICMP_UGT || Pred == CmpInst::ICMP_UGE; in match() 1666 if (Pred == ICmpInst::ICMP_UGT) in match()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 249 case ICmpInst::ICMP_UGT: return ISD::SETUGT; in getICmpCondCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstructionSelector.cpp | 673 case CmpInst::ICMP_UGT: // LHS > RHS -> RHS < LHS in select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 420 case CmpInst::ICMP_UGT: in convertICmpInstruction()
|