Home
last modified time | relevance | path

Searched refs:ICMP_UGE (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCmpInstAnalysis.cpp29 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()
DInstructionSimplify.cpp1436 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 …]
DScalarEvolution.cpp3644 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/
DPoisonChecking.cpp177 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/
DNaClBitcodeDecoders.cpp201 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/
DInstCombineCompares.cpp1121 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 …]
DInstCombineAndOrXor.cpp174 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()
DInstCombineInternal.h104 case CmpInst::ICMP_UGE: in isCanonicalPredicate()
138 case ICmpInst::ICMP_UGE: in isSignBitCheck()
DInstCombineSelect.cpp704 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/
DNaClLLVMBitCodes.h292 ICMP_UGE = 35, ///< unsigned greater or equal enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3536 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 …]
DConstantFold.cpp1693 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()
DConstantRange.cpp120 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/
DLoopPredication.cpp666 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/
DOperations.cpp36 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/
DAnalysis.cpp245 case ICmpInst::ICMP_UGE: return ISD::SETUGE; in getICmpCondCode()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp502 pTest = ICMP_UGE(pAlphaU8, pRef); in AlphaTest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp820 case CmpInst::Predicate::ICMP_UGE: in getCmpSelInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h495 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/
DMipsInstructionSelector.cpp676 case CmpInst::ICMP_UGE: // LHS >= RHS -> !(LHS < RHS) in select()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp423 case CmpInst::ICMP_UGE: in convertICmpInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp447 case CmpInst::ICMP_UGE: in getComparePreds()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp347 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/
DAMDGPUInstructionSelector.cpp687 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/
DWebAssemblyFastISel.cpp1015 case ICmpInst::ICMP_UGE: in selectICmp()

12