Home
last modified time | relevance | path

Searched refs:ICMP_UGT (Results 1 – 25 of 111) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCmpInstAnalysis.cpp27 case ICmpInst::ICMP_UGT: return 1; // 001 in getICmpCode()
49 case 1: NewICmpPred = Sign ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; break; in getICmpValue()
121 case ICmpInst::ICMP_UGT: in decomposeBitTestICmp()
DInstructionSimplify.cpp1446 (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_UGT)) in simplifyAndOfICmpsWithSameOperands()
1591 if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_UGT) in simplifyAndOfICmpsWithAdd()
1594 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGT) in simplifyAndOfICmpsWithAdd()
1654 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_SLE) in simplifyOrOfICmpsWithAdd()
1665 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_ULE) in simplifyOrOfICmpsWithAdd()
2168 case CmpInst::ICMP_UGT: in computePointerICmp()
2340 case CmpInst::ICMP_UGT: // X >u 0 -> X in simplifyICmpOfBools()
2361 case CmpInst::ICMP_UGT: // X >u 1 -> false in simplifyICmpOfBools()
2420 case ICmpInst::ICMP_UGT: in simplifyICmpWithZero()
2767 if (Pred == ICmpInst::ICMP_UGT) in simplifyICmpWithBinOp()
[all …]
/external/llvm/lib/Transforms/Utils/
DCmpInstAnalysis.cpp49 case ICmpInst::ICMP_UGT: return 1; // 001 in getICmpCode()
78 case 1: NewICmpPred = Sign ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; break; in getICmpValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp88 case ICmpInst::ICMP_UGT: in isSignBitCheck()
416 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End); in foldCmpLoadFromIndexedGlobal()
1095 return new ICmpInst(ICmpInst::ICMP_UGT, X, R); in foldICmpAddOpConst()
1101 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) in foldICmpAddOpConst()
1159 return getICmp(I.ICMP_UGT, A, in foldICmpShrConstConst()
1360 if (Pred == ICmpInst::ICMP_UGT && in foldICmpWithConstant()
1503 if (Pred == ICmpInst::ICMP_UGT && *XorC == ~C && (C + 1).isPowerOf2()) in foldICmpXorConstant()
1705 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_UGT in foldICmpAndConstant()
1747 Pred = (Pred == CmpInst::ICMP_EQ) ? CmpInst::ICMP_ULE : CmpInst::ICMP_UGT; in foldICmpOrConstant()
1824 Pred = ICmpInst::ICMP_UGT; in foldICmpShlOne()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp92 case ICmpInst::ICMP_UGT: return 1; // 001 in getICmpCode()
148 case 1: Pred = Sign ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; break; in getICmpValue()
369 ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT); in InsertRangeTest()
879 case ICmpInst::ICMP_UGT: // (X != 13 & X u> 15) -> X u> 15 in FoldAndOfICmps()
895 case ICmpInst::ICMP_UGT: // (X u< 13 & X u> 15) -> false in FoldAndOfICmps()
909 case ICmpInst::ICMP_UGT: // (X s< 13 & X u> 15) -> no change in FoldAndOfICmps()
918 case ICmpInst::ICMP_UGT: in FoldAndOfICmps()
922 case ICmpInst::ICMP_UGT: // (X u> 13 & X u> 15) -> X u> 15 in FoldAndOfICmps()
942 case ICmpInst::ICMP_UGT: // (X s> 13 & X u> 15) -> no change in FoldAndOfICmps()
1568 case ICmpInst::ICMP_UGT: // (X == 13 | X u> 14) -> no change in FoldOrOfICmps()
[all …]
DInstCombineCompares.cpp128 case ICmpInst::ICMP_UGT: in isSignBitCheck()
436 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End); in FoldCmpLoadFromIndexedGlobal()
709 return new ICmpInst(ICmpInst::ICMP_UGT, X, R); in FoldICmpAddOpCst()
715 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) in FoldICmpAddOpCst()
889 case ICmpInst::ICMP_UGT: in FoldICmpDivCst()
895 if (Pred == ICmpInst::ICMP_UGT) in FoldICmpDivCst()
1623 assert(ICI.getPredicate() == ICmpInst::ICMP_UGT && "ICmp should be folded!"); in visitICmpInstWithCastAndCast()
1754 case ICmpInst::ICMP_UGT: { in DemandedBitsLHSMask()
1803 case ICmpInst::ICMP_UGT: in visitICmpInst()
1860 if (I.getPredicate() == ICmpInst::ICMP_UGT && in visitICmpInst()
[all …]
DInstCombineSelect.cpp40 case ICmpInst::ICMP_UGT: in MatchSelectPattern()
56 case ICmpInst::ICMP_UGT: in MatchSelectPattern()
362 else if ((Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT) in visitSelectInstWithICmp()
369 case ICmpInst::ICMP_UGT: in visitSelectInstWithICmp()
377 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT) in visitSelectInstWithICmp()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp199 case naclbitc::ICMP_UGT: in DecodeIcmpPredicate()
200 LLVMPredicate = CmpInst::ICMP_UGT; in DecodeIcmpPredicate()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp141 case ICmpInst::ICMP_UGT: in isSignBitCheck()
473 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End); in FoldCmpLoadFromIndexedGlobal()
1150 return new ICmpInst(ICmpInst::ICMP_UGT, X, R); in FoldICmpAddOpCst()
1156 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) in FoldICmpAddOpCst()
1329 case ICmpInst::ICMP_UGT: in FoldICmpDivCst()
1335 if (Pred == ICmpInst::ICMP_UGT) in FoldICmpDivCst()
1465 return getICmp(I.ICMP_UGT, A, in FoldICmpCstShrCst()
1627 if (ICI.getPredicate() == ICmpInst::ICMP_UGT && in visitICmpInstWithInstAndIntCst()
1825 if (ICI.getPredicate() == ICmpInst::ICMP_UGT) { in visitICmpInstWithInstAndIntCst()
1852 ICI.getPredicate() == ICmpInst::ICMP_EQ ? ICmpInst::ICMP_UGT in visitICmpInstWithInstAndIntCst()
[all …]
DInstCombineAndOrXor.cpp321 ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT); in InsertRangeTest()
560 case ICmpInst::ICMP_UGT: in decomposeBitTestICmp()
1011 case ICmpInst::ICMP_UGT: // (X != 13 & X u> 15) -> X u> 15 in FoldAndOfICmps()
1032 case ICmpInst::ICMP_UGT: // (X u< 13 & X u> 15) -> false in FoldAndOfICmps()
1046 case ICmpInst::ICMP_UGT: // (X s< 13 & X u> 15) -> no change in FoldAndOfICmps()
1055 case ICmpInst::ICMP_UGT: in FoldAndOfICmps()
1059 case ICmpInst::ICMP_UGT: // (X u> 13 & X u> 15) -> X u> 15 in FoldAndOfICmps()
1079 case ICmpInst::ICMP_UGT: // (X s> 13 & X u> 15) -> no change in FoldAndOfICmps()
1803 else if (RHSCC == ICmpInst::ICMP_UGT && Val == Val2) in FoldOrOfICmps()
1812 else if (LHSCC == ICmpInst::ICMP_UGT && Val2 == Val) in FoldOrOfICmps()
[all …]
DInstCombineSelect.cpp54 return ICmpInst::ICMP_UGT; in getCmpPredicateForMinMax()
433 case ICmpInst::ICMP_UGT: in visitSelectInstWithICmp()
441 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT) in visitSelectInstWithICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp1468 pred = isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1584 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1591 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1615 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1662 case 1: return isSigned ? ICmpInst::ICMP_SGT:ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1671 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1785 case ICmpInst::ICMP_UGT: return ConstantInt::get(ResultTy, V1.ugt(V2)); in ConstantFoldCompareInstruction()
1928 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
1940 case ICmpInst::ICMP_UGT: in ConstantFoldCompareInstruction()
1942 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
[all …]
DInstructions.cpp3252 case ICMP_UGT: return ICMP_ULE; in getInversePredicate()
3255 case ICMP_ULE: return ICMP_UGT; in getInversePredicate()
3305 case ICmpInst::ICMP_UGT: return "ugt"; in getPredicateName()
3318 case ICMP_UGT: return ICMP_SGT; in getSignedPredicate()
3329 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate()
3331 case ICMP_SGT: return ICMP_UGT; in getUnsignedPredicate()
3345 case ICMP_UGT: return ICMP_UGE; in getFlippedStrictnessPredicate()
3347 case ICMP_UGE: return ICMP_UGT; in getFlippedStrictnessPredicate()
3370 case ICMP_UGT: return ICMP_ULT; in getSwappedPredicate()
3371 case ICMP_ULT: return ICMP_UGT; in getSwappedPredicate()
[all …]
/external/llvm/lib/IR/
DConstantFold.cpp1452 pred = isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1564 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1571 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1595 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1642 case 1: return isSigned ? ICmpInst::ICMP_SGT:ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1651 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1760 case ICmpInst::ICMP_UGT: return ConstantInt::get(ResultTy, V1.ugt(V2)); in ConstantFoldCompareInstruction()
1903 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
1915 case ICmpInst::ICMP_UGT: in ConstantFoldCompareInstruction()
1917 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
[all …]
DInstructions.cpp3440 case ICMP_UGT: return ICMP_ULE; in getInversePredicate()
3443 case ICMP_ULE: return ICMP_UGT; in getInversePredicate()
3476 case ICMP_UGT: return ICMP_SGT; in getSignedPredicate()
3487 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate()
3489 case ICMP_SGT: return ICMP_UGT; in getUnsignedPredicate()
3519 case ICmpInst::ICMP_UGT: in makeConstantRange()
3568 case ICMP_UGT: return ICMP_ULT; in getSwappedPredicate()
3569 case ICMP_ULT: return ICMP_UGT; in getSwappedPredicate()
3599 case CmpInst::ICMP_UGT: in getSignedPredicate()
3609 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_ULE: case ICmpInst::ICMP_UGT: in isUnsigned()
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1621 pred = isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1731 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1738 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1762 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1803 case 1: return isSigned ? ICmpInst::ICMP_SGT:ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1812 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation()
1917 case ICmpInst::ICMP_UGT: return ConstantInt::get(ResultTy, V1.ugt(V2)); in ConstantFoldCompareInstruction()
2055 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
2067 case ICmpInst::ICMP_UGT: in ConstantFoldCompareInstruction()
2069 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
[all …]
DInstructions.cpp2896 case ICMP_UGT: return ICMP_ULE; in getInversePredicate()
2899 case ICMP_ULE: return ICMP_UGT; in getInversePredicate()
2930 case ICMP_UGT: return ICMP_SGT; in getSignedPredicate()
2941 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate()
2943 case ICMP_SGT: return ICMP_UGT; in getUnsignedPredicate()
2973 case ICmpInst::ICMP_UGT: in makeConstantRange()
3022 case ICMP_UGT: return ICMP_ULT; in getSwappedPredicate()
3023 case ICMP_ULT: return ICMP_UGT; in getSwappedPredicate()
3046 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_ULE: case ICmpInst::ICMP_UGT: in isUnsigned()
3087 case ICMP_NE: case ICMP_UGT: case ICMP_ULT: case ICMP_SGT: case ICMP_SLT: in isFalseWhenEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp358 case ICmpInst::ICMP_UGT: in parseRangeCheckICmp()
711 Pred != ICmpInst::ICMP_ULT && Pred != ICmpInst::ICMP_UGT) in isSafeDecreasingBound()
731 IsSigned ? CmpInst::ICMP_SGT : CmpInst::ICMP_UGT; in isSafeDecreasingBound()
761 Pred != ICmpInst::ICMP_ULT && Pred != ICmpInst::ICMP_UGT) in isSafeIncreasingBound()
803 auto Predicate = Signed ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in CannotBeMinInLoop()
981 Pred = ICmpInst::ICMP_UGT; in parseLoopStructure()
995 bool GTPred = (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT); in parseLoopStructure()
1058 bool GTPred = (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT); in parseLoopStructure()
DGuardWidening.cpp555 IC->getPredicate() != ICmpInst::ICMP_UGT)) in parseRangeChecks()
559 if (IC->getPredicate() == ICmpInst::ICMP_UGT) in parseRangeChecks()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h296 ICMP_UGT = 34, ///< unsigned greater than enumerator
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1551 if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps()
1554 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps()
1717 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_SLE) in SimplifyOrOfICmps()
1728 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_ULE) in SimplifyOrOfICmps()
2000 case CmpInst::ICMP_UGT: in computePointerICmp()
2192 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2250 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2508 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2584 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2705 if (Pred == ICmpInst::ICMP_UGT) in SimplifyICmpInst()
[all …]
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp498 IC->getPredicate() != ICmpInst::ICMP_UGT)) in parseRangeChecks()
502 if (IC->getPredicate() == ICmpInst::ICMP_UGT) in parseRangeChecks()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp1460 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
1510 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
1670 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
1748 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
1830 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
1857 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2026 case CmpInst::ICMP_UGT: { in SimplifyICmpInst()
2088 if (Pred == CmpInst::ICMP_UGT) in SimplifyICmpInst()
/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp103 ICMP_UGT = 34, ///< unsigned greater than enumerator
118 case ICMP_UGT: return Arg1 > Arg2; in ComputeCmp()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp195 case ICmpInst::ICMP_UGT: return ISD::SETUGT; in getICmpCondCode()

12345