/external/llvm/lib/Transforms/Utils/ |
D | CmpInstAnalysis.cpp | 49 case ICmpInst::ICMP_UGT: return 1; // 001 in getICmpCode() 78 case 1: NewICmpPred = Sign ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; break; in getICmpValue()
|
D | LoopUtils.cpp | 581 P = CmpInst::ICMP_UGT; in createMinMaxOp()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 132 case ICmpInst::ICMP_UGT: in isSignBitCheck() 466 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End); in FoldCmpLoadFromIndexedGlobal() 824 return new ICmpInst(ICmpInst::ICMP_UGT, X, R); in FoldICmpAddOpCst() 830 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) in FoldICmpAddOpCst() 1003 case ICmpInst::ICMP_UGT: in FoldICmpDivCst() 1009 if (Pred == ICmpInst::ICMP_UGT) in FoldICmpDivCst() 1139 return getICmp(I.ICMP_UGT, A, in FoldICmpCstShrCst() 1302 if (ICI.getPredicate() == ICmpInst::ICMP_UGT && in visitICmpInstWithInstAndIntCst() 1500 if (ICI.getPredicate() == ICmpInst::ICMP_UGT) { in visitICmpInstWithInstAndIntCst() 1527 ICI.getPredicate() == ICmpInst::ICMP_EQ ? ICmpInst::ICMP_UGT in visitICmpInstWithInstAndIntCst() [all …]
|
D | InstCombineAndOrXor.cpp | 331 ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT); in InsertRangeTest() 572 case ICmpInst::ICMP_UGT: in decomposeBitTestICmp() 1038 case ICmpInst::ICMP_UGT: // (X != 13 & X u> 15) -> X u> 15 in FoldAndOfICmps() 1059 case ICmpInst::ICMP_UGT: // (X u< 13 & X u> 15) -> false in FoldAndOfICmps() 1073 case ICmpInst::ICMP_UGT: // (X s< 13 & X u> 15) -> no change in FoldAndOfICmps() 1082 case ICmpInst::ICMP_UGT: in FoldAndOfICmps() 1086 case ICmpInst::ICMP_UGT: // (X u> 13 & X u> 15) -> X u> 15 in FoldAndOfICmps() 1106 case ICmpInst::ICMP_UGT: // (X s> 13 & X u> 15) -> no change in FoldAndOfICmps() 1904 else if (RHSCC == ICmpInst::ICMP_UGT && Val == Val2) in FoldOrOfICmps() 1913 else if (LHSCC == ICmpInst::ICMP_UGT && Val2 == Val) in FoldOrOfICmps() [all …]
|
D | InstCombineSelect.cpp | 54 return ICmpInst::ICMP_UGT; in getCmpPredicateForMinMax() 422 case ICmpInst::ICMP_UGT: in visitSelectInstWithICmp() 430 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT) in visitSelectInstWithICmp()
|
D | InstCombineCalls.cpp | 655 Pred = IsSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in SimplifyX86vpcom()
|
D | InstructionCombining.cpp | 2286 return new ICmpInst(ICmpInst::ICMP_UGT, II->getArgOperand(0), in visitExtractValueInst()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 1439 pred = isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation() 1547 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation() 1554 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation() 1578 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation() 1625 case 1: return isSigned ? ICmpInst::ICMP_SGT:ICmpInst::ICMP_UGT; in evaluateICmpRelation() 1634 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in evaluateICmpRelation() 1743 case ICmpInst::ICMP_UGT: return ConstantInt::get(ResultTy, V1.ugt(V2)); in ConstantFoldCompareInstruction() 1886 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction() 1898 case ICmpInst::ICMP_UGT: in ConstantFoldCompareInstruction() 1900 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction() [all …]
|
D | Instructions.cpp | 3365 case ICMP_UGT: return ICMP_ULE; in getInversePredicate() 3368 case ICMP_ULE: return ICMP_UGT; in getInversePredicate() 3401 case ICMP_UGT: return ICMP_SGT; in getSignedPredicate() 3412 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate() 3414 case ICMP_SGT: return ICMP_UGT; in getUnsignedPredicate() 3444 case ICmpInst::ICMP_UGT: in makeConstantRange() 3493 case ICMP_UGT: return ICMP_ULT; in getSwappedPredicate() 3494 case ICMP_ULT: return ICMP_UGT; in getSwappedPredicate() 3524 case CmpInst::ICMP_UGT: in getSignedPredicate() 3534 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_ULE: case ICmpInst::ICMP_UGT: in isUnsigned() [all …]
|
D | ConstantRange.cpp | 93 case CmpInst::ICMP_UGT: { in makeAllowedICmpRegion()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1547 if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps() 1550 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps() 1698 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_SLE) in SimplifyOrOfICmps() 1709 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_ULE) in SimplifyOrOfICmps() 1987 case CmpInst::ICMP_UGT: in computePointerICmp() 2169 case ICmpInst::ICMP_UGT: in SimplifyICmpInst() 2224 case ICmpInst::ICMP_UGT: in SimplifyICmpInst() 2482 case ICmpInst::ICMP_UGT: in SimplifyICmpInst() 2558 case ICmpInst::ICMP_UGT: in SimplifyICmpInst() 2666 if (Pred == ICmpInst::ICMP_UGT) in SimplifyICmpInst() [all …]
|
D | ScalarEvolution.cpp | 1537 if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_UGT, AR, N) || in getZeroExtendExpr() 1538 (isLoopEntryGuardedByCond(L, ICmpInst::ICMP_UGT, Start, N) && in getZeroExtendExpr() 1539 isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_UGT, in getZeroExtendExpr() 4032 case ICmpInst::ICMP_UGT: in createNodeForSelectOrPHI() 5512 case ICmpInst::ICMP_UGT: { // while (X > Y) in computeExitLimitFromICmp() 6869 Pred = ICmpInst::ICMP_UGT; in SimplifyICmpOperands() 6927 case ICmpInst::ICMP_UGT: in SimplifyICmpOperands() 7038 Pred = ICmpInst::ICMP_UGT; in SimplifyICmpOperands() 7043 Pred = ICmpInst::ICMP_UGT; in SimplifyICmpOperands() 7171 case ICmpInst::ICMP_UGT: in isMonotonicPredicateImpl() [all …]
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerTraceState.cpp | 104 ICMP_UGT = 34, ///< unsigned greater than enumerator 119 case ICMP_UGT: return Arg1 > Arg2; in ComputeCmp()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 211 case ICmpInst::ICMP_UGT: return ISD::SETUGT; in getICmpCondCode()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1001 return Pred == CmpInst::ICMP_UGT || Pred == CmpInst::ICMP_UGE; in match() 1137 if (Pred == ICmpInst::ICMP_UGT) in match()
|
D | InstrTypes.h | 905 ICMP_UGT = 34, ///< unsigned greater than
|
D | IRBuilder.h | 1424 return CreateICmp(ICmpInst::ICMP_UGT, LHS, RHS, Name);
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 1040 (LbBr->getSuccessor(0) == Body) ? CmpInst::ICMP_UGT : CmpInst::ICMP_SLE; in transformLoopToPopcount()
|
D | InductiveRangeCheckElimination.cpp | 318 case ICmpInst::ICMP_UGT: in parseRangeCheckICmp()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 891 case ICmpInst::ICMP_UGT: Out << "UGT"; break; in printConstant() 1298 case ICmpInst::ICMP_UGT: Out << "ICmpInst::ICMP_UGT"; break; in printInstruction()
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 545 EXPECT_EQ(ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_UGT, in TEST()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 290 case ICmpInst::ICMP_UGT: R = executeICMP_UGT(Src1, Src2, Ty); break; in visitICmpInst() 651 case ICmpInst::ICMP_UGT: return executeICMP_UGT(Src1, Src2, Ty); in executeCmpInst()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 607 case CmpInst::ICMP_UGT: { in emitCmp()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 2209 case CmpInst::ICMP_UGT: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 231 case CmpInst::ICMP_UGT: in getComparePred()
|