/external/llvm/lib/Transforms/Utils/ |
D | CmpInstAnalysis.cpp | 52 case ICmpInst::ICMP_UGE: return 3; // 011 in getICmpCode() 80 case 3: NewICmpPred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break; in getICmpValue()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerDFSan.cpp | 95 ICMP_UGE = 35, ///< unsigned greater or equal enumerator 110 case ICMP_UGE: return Arg1 >= Arg2; in ComputeCmp()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 136 case ICmpInst::ICMP_UGE: in isSignBitCheck() 760 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) in FoldICmpAddOpCst() 910 ICmpInst::ICMP_UGE, X, LoBound); in FoldICmpDivCst() 924 ICmpInst::ICMP_UGE, X, HiBound); in FoldICmpDivCst() 941 return new ICmpInst(ICmpInst::ICMP_UGE, X, HiBound); in FoldICmpDivCst() 1123 return getICmp(I.ICMP_UGE, A, in FoldICmpCstShlCst() 1230 return new ICmpInst(ICmpInst::ICMP_UGE, LHSI->getOperand(0), XorCst); in visitICmpInstWithInstAndIntCst() 1507 else if (Pred == ICmpInst::ICMP_UGE) in visitICmpInstWithInstAndIntCst() 1515 if (Pred == ICmpInst::ICMP_UGE) in visitICmpInstWithInstAndIntCst() 1722 return new ICmpInst(ICmpInst::ICMP_UGE, LHSI->getOperand(0), in visitICmpInstWithInstAndIntCst() [all …]
|
D | InstCombineAndOrXor.cpp | 973 if (LHSCC == ICmpInst::ICMP_UGE || LHSCC == ICmpInst::ICMP_ULE || in FoldAndOfICmps() 974 RHSCC == ICmpInst::ICMP_UGE || RHSCC == ICmpInst::ICMP_ULE || in FoldAndOfICmps() 1829 ICmpInst::ICMP_UGE, in FoldOrOfICmps() 1866 if (LHSCC == ICmpInst::ICMP_UGE || LHSCC == ICmpInst::ICMP_ULE || in FoldOrOfICmps() 1867 RHSCC == ICmpInst::ICMP_UGE || RHSCC == ICmpInst::ICMP_ULE || in FoldOrOfICmps()
|
D | InstCombineSelect.cpp | 48 case ICmpInst::ICMP_UGE: return SPF_UMAX; in MatchSelectPattern() 63 case ICmpInst::ICMP_UGE: return SPF_UMIN; in MatchSelectPattern()
|
D | InstructionCombining.cpp | 2061 IPred == ICmpInst::ICMP_SLE || IPred == ICmpInst::ICMP_UGE || in visitBranchInst()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1477 if (UnsignedPred == ICmpInst::ICMP_UGE && !IsAnd) { in simplifyUnsignedRangeCheck() 1678 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_SLE) in SimplifyOrOfICmps() 1692 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_ULE) in SimplifyOrOfICmps() 1974 case CmpInst::ICMP_UGE: in computePointerICmp() 2161 case ICmpInst::ICMP_UGE: in SimplifyICmpInst() 2186 case ICmpInst::ICMP_UGE: in SimplifyICmpInst() 2419 case ICmpInst::ICMP_UGE: in SimplifyICmpInst() 2495 case ICmpInst::ICMP_UGE: in SimplifyICmpInst() 2586 if (Pred == ICmpInst::ICMP_UGE) in SimplifyICmpInst() 2609 if (Pred == ICmpInst::ICMP_UGE) in SimplifyICmpInst() [all …]
|
D | ScalarEvolution.cpp | 3094 isKnownPredicate(ICmpInst::ICMP_UGE, Ops[i], Ops[i+1])) { in getUMaxExpr() 4372 case ICmpInst::ICMP_UGE: in createSCEV() 6314 case ICmpInst::ICMP_UGE: in SimplifyICmpOperands() 6495 case ICmpInst::ICMP_UGE: in SimplifyICmpOperands() 6634 case ICmpInst::ICMP_UGE: in isKnownPredicateWithRanges() 6953 case ICmpInst::ICMP_UGE: in isImpliedCond() 7078 case ICmpInst::ICMP_UGE: in IsKnownPredicateViaMinOrMax() 7128 IsKnownPredicateFull(ICmpInst::ICMP_UGE, RHS, FoundRHS)) in isImpliedCondOperandsHelper() 7132 case ICmpInst::ICMP_UGE: in isImpliedCondOperandsHelper() 7133 if (IsKnownPredicateFull(ICmpInst::ICMP_UGE, LHS, FoundLHS) && in isImpliedCondOperandsHelper()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 3095 case ICMP_ULT: return ICMP_UGE; in getInversePredicate() 3096 case ICMP_UGE: return ICMP_ULT; in getInversePredicate() 3130 case ICMP_UGE: return ICMP_SGE; in getSignedPredicate() 3139 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate() 3143 case ICMP_SGE: return ICMP_UGE; in getUnsignedPredicate() 3195 case ICmpInst::ICMP_UGE: in makeConstantRange() 3222 case ICMP_UGE: return ICMP_ULE; in getSwappedPredicate() 3223 case ICMP_ULE: return ICMP_UGE; in getSwappedPredicate() 3245 case ICmpInst::ICMP_UGE: return true; in isUnsigned() 3278 case ICMP_EQ: case ICMP_UGE: case ICMP_ULE: case ICMP_SGE: case ICMP_SLE: in isTrueWhenEqual()
|
D | ConstantFold.cpp | 1537 return isSigned ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; in evaluateICmpRelation() 1739 case ICmpInst::ICMP_UGE: return ConstantInt::get(ResultTy, V1.uge(V2)); in ConstantFoldCompareInstruction() 1879 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction() 1893 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction() 1915 case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction() 1917 if (pred == ICmpInst::ICMP_UGT || pred == ICmpInst::ICMP_UGE) Result = 1; in ConstantFoldCompareInstruction()
|
D | ConstantRange.cpp | 103 case CmpInst::ICMP_UGE: { in makeAllowedICmpRegion()
|
/external/lldb/source/Expression/ |
D | IRInterpreter.cpp | 494 case CmpInst::ICMP_UGE: in CanInterpret() 1051 case CmpInst::ICMP_UGE: in Interpret()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 205 case ICmpInst::ICMP_UGE: return ISD::SETUGE; in getICmpCondCode()
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 717 ICMP_UGE = 35, ///< unsigned greater or equal
|
D | PatternMatch.h | 1001 return Pred == CmpInst::ICMP_UGT || Pred == CmpInst::ICMP_UGE; in match()
|
D | IRBuilder.h | 1350 return CreateICmp(ICmpInst::ICMP_UGE, LHS, RHS, Name);
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 548 EXPECT_EQ(ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_UGE, in TEST()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 896 case ICmpInst::ICMP_UGE: Out << "UGE"; break; in printConstant() 1295 case ICmpInst::ICMP_UGE: Out << "ICmpInst::ICMP_UGE"; break; in printInstruction()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 294 case ICmpInst::ICMP_UGE: R = executeICMP_UGE(Src1, Src2, Ty); break; in visitICmpInst() 655 case ICmpInst::ICMP_UGE: return executeICMP_UGE(Src1, Src2, Ty); in executeCmpInst()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 529 case CmpInst::ICMP_UGE: { in emitCmp()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 231 case CmpInst::ICMP_UGE: in getComparePred()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 2188 case CmpInst::ICMP_UGE: Predicate = CmpInst::FCMP_TRUE; break; in optimizeCmpPredicate()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 922 case ICmpInst::ICMP_UGE: in OptimizeGlobalAddressOfMalloc()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 3913 Value *CmpRes = Builder.CreateICmp(ICmpInst::ICMP_UGE, Ops[2], EightV); in EmitAArch64TblBuiltinExpr() 3935 Value *CmpRes = Builder.CreateICmp(ICmpInst::ICMP_UGE, Ops[4], in EmitAArch64TblBuiltinExpr() 4452 case NEON::BI__builtin_neon_vcged_u64:P = llvm::ICmpInst::ICMP_UGE;break; in EmitAArch64BuiltinExpr()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1243 case CmpInst::ICMP_UGE: in getComparePred()
|