/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CmpInstAnalysis.cpp | 29 case ICmpInst::ICMP_UGE: return 3; // 011 in getICmpCode() 50 case 3: Pred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break; in getPredForICmpCode() 127 case ICmpInst::ICMP_UGE: in decomposeBitTestICmp()
|
D | InstructionSimplify.cpp | 1436 if ((UnsignedPred == ICmpInst::ICMP_UGE || in simplifyUnsignedRangeCheck() 1455 UnsignedPred == ICmpInst::ICMP_UGE)) in simplifyUnsignedRangeCheck() 1467 if (UnsignedPred == ICmpInst::ICMP_UGE && IsAnd && in simplifyUnsignedRangeCheck() 1501 if (UnsignedPred == ICmpInst::ICMP_UGE && EqPred == ICmpInst::ICMP_EQ) in simplifyUnsignedRangeCheck() 1516 if (UnsignedPred == ICmpInst::ICMP_UGE && EqPred == ICmpInst::ICMP_NE && in simplifyUnsignedRangeCheck() 1568 (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGE)) in simplifyOrOfICmpsWithSameOperands() 1747 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_SLE) in simplifyOrOfICmpsWithAdd() 1761 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_ULE) in simplifyOrOfICmpsWithAdd() 2370 case CmpInst::ICMP_UGE: in computePointerICmp() 2549 case CmpInst::ICMP_UGE: // X >=u 0 -> true in simplifyICmpOfBools() [all …]
|
D | ScalarEvolution.cpp | 3644 IsSigned ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; in getMinMaxExpr() 5385 case ICmpInst::ICMP_UGE: in createNodeForSelectOrPHI() 9050 case ICmpInst::ICMP_UGE: in SimplifyICmpOperands() 9127 case ICmpInst::ICMP_UGE: in SimplifyICmpOperands() 9297 case ICmpInst::ICMP_UGE: in isMonotonicPredicateImpl() 9303 Increasing = Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE; in isMonotonicPredicateImpl() 9873 case ICmpInst::ICMP_UGE: in isImpliedCond() 10256 case ICmpInst::ICMP_UGE: in IsKnownPredicateViaMinOrMax() 10435 case ICmpInst::ICMP_UGE: in isKnownPredicateExtendIdiom() 10489 isKnownViaNonRecursiveReasoning(ICmpInst::ICMP_UGE, RHS, FoundRHS)) in isImpliedCondOperandsHelper() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PoisonChecking.cpp | 177 B.CreateICmp(ICmpInst::ICMP_UGE, RHS, in generatePoisonChecksForBinOp() 203 B.CreateICmp(ICmpInst::ICMP_UGE, Idx, in generatePoisonChecks() 215 B.CreateICmp(ICmpInst::ICMP_UGE, Idx, in generatePoisonChecks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 201 case naclbitc::ICMP_UGE: in DecodeIcmpPredicate() 202 LLVMPredicate = CmpInst::ICMP_UGE; in DecodeIcmpPredicate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1121 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) in foldICmpAddOpConst() 1196 return getICmp(I.ICMP_UGE, A, ConstantInt::get(A->getType(), Shift)); in foldICmpShrConstConst() 1230 I.ICMP_UGE, A, in foldICmpShlConstConst() 1751 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() 1980 else if (Pred == ICmpInst::ICMP_UGE) in foldICmpShlOne() 1988 if (Pred == ICmpInst::ICMP_UGE) in foldICmpShlOne() 2133 (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_UGE)) { in foldICmpShlConstant() 2448 ICmpInst::ICMP_UGE, X, in foldICmpDivConstant() 2465 ICmpInst::ICMP_UGE, X, in foldICmpDivConstant() 2484 return new ICmpInst(ICmpInst::ICMP_UGE, X, in foldICmpDivConstant() [all …]
|
D | InstCombineAndOrXor.cpp | 174 ICmpInst::Predicate Pred = Inside ? ICmpInst::ICMP_ULT : ICmpInst::ICMP_UGE; in insertRangeTest() 1101 if (UnsignedPred == ICmpInst::ICMP_UGE && EqPred == ICmpInst::ICMP_EQ && in foldUnsignedUnderflowCheck() 1119 if ((UnsignedPred == ICmpInst::ICMP_UGE || in foldUnsignedUnderflowCheck() 1258 if (PredL == ICmpInst::ICMP_UGE || PredL == ICmpInst::ICMP_ULE || in foldAndOfICmps() 1259 PredR == ICmpInst::ICMP_UGE || PredR == ICmpInst::ICMP_ULE || in foldAndOfICmps() 2298 ICmpInst::ICMP_UGE, in foldOrOfICmps() 2350 if (PredL == ICmpInst::ICMP_UGE || PredL == ICmpInst::ICMP_ULE || in foldOrOfICmps() 2351 PredR == ICmpInst::ICMP_UGE || PredR == ICmpInst::ICMP_ULE || in foldOrOfICmps()
|
D | InstCombineInternal.h | 104 case CmpInst::ICMP_UGE: in isCanonicalPredicate() 138 case ICmpInst::ICMP_UGE: in isSignBitCheck()
|
D | InstCombineSelect.cpp | 704 assert((Pred == ICmpInst::ICMP_UGE || Pred == ICmpInst::ICMP_UGT) && in canonicalizeSaturatedSubtract() 1227 case ICmpInst::Predicate::ICMP_UGE: in canonicalizeClampLike()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 292 ICMP_UGE = 35, ///< unsigned greater or equal enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 3536 case ICMP_ULT: return ICMP_UGE; in getInversePredicate() 3537 case ICMP_UGE: return ICMP_ULT; in getInversePredicate() 3589 case ICmpInst::ICMP_UGE: return "uge"; in getPredicateName() 3603 case ICMP_UGE: return ICMP_SGE; in getSignedPredicate() 3612 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate() 3616 case ICMP_SGE: return ICMP_UGE; in getUnsignedPredicate() 3628 case ICMP_UGT: return ICMP_UGE; in getFlippedStrictnessPredicate() 3630 case ICMP_UGE: return ICMP_UGT; in getFlippedStrictnessPredicate() 3655 case ICMP_UGE: return ICMP_ULE; in getSwappedPredicate() 3656 case ICMP_ULE: return ICMP_UGE; in getSwappedPredicate() [all …]
|
D | ConstantFold.cpp | 1693 return isSigned ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; in evaluateICmpRelation() 1900 case ICmpInst::ICMP_UGE: return ConstantInt::get(ResultTy, V1.uge(V2)); in ConstantFoldCompareInstruction() 2047 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction() 2061 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction() 2083 case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction() 2085 if (pred == ICmpInst::ICMP_UGT || pred == ICmpInst::ICMP_UGE) Result = 1; in ConstantFoldCompareInstruction()
|
D | ConstantRange.cpp | 120 case CmpInst::ICMP_UGE: in makeAllowedICmpRegion() 154 Pred = isEmptySet() ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE; in getEquivalentICmp() 172 getUpper().isMinSignedValue() ? CmpInst::ICMP_SGE : CmpInst::ICMP_UGE; in getEquivalentICmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopPredication.cpp | 666 ICmpInst::ICMP_ULT : ICmpInst::ICMP_UGE; in normalizePredicate() 897 Pred != ICmpInst::ICMP_UGE && Pred != ICmpInst::ICMP_SGE; in parseLoopLatchICmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 36 Ops.push_back(cmpOpDescriptor(1, Instruction::ICmp, CmpInst::ICMP_UGE)); in describeFuzzerIntOps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 245 case ICmpInst::ICMP_UGE: return ISD::SETUGE; in getICmpCondCode()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 502 pTest = ICMP_UGE(pAlphaU8, pRef); in AlphaTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 820 case CmpInst::Predicate::ICMP_UGE: in getCmpSelInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 495 case ICmpInst::Predicate::ICMP_UGE: in isValue() 1515 return Pred == CmpInst::ICMP_UGT || Pred == CmpInst::ICMP_UGE; in match()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstructionSelector.cpp | 676 case CmpInst::ICMP_UGE: // LHS >= RHS -> !(LHS < RHS) in select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 423 case CmpInst::ICMP_UGE: in convertICmpInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstructionSelector.cpp | 447 case CmpInst::ICMP_UGE: in getComparePreds()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 347 case ICmpInst::ICMP_UGE: R = executeICMP_UGE(Src1, Src2, Ty); break; in visitICmpInst() 708 case ICmpInst::ICMP_UGE: return executeICMP_UGE(Src1, Src2, Ty); in executeCmpInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructionSelector.cpp | 687 case CmpInst::ICMP_UGE: in getV_CMPOpcode() 730 case CmpInst::ICMP_UGE: in getS_CMPOpcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 1015 case ICmpInst::ICMP_UGE: in selectICmp()
|