/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CmpInstAnalysis.cpp | 34 case ICmpInst::ICMP_ULE: return 6; // 110 in getICmpCode() 53 case 6: Pred = Sign ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; break; in getPredForICmpCode() 113 case ICmpInst::ICMP_ULE: in decomposeBitTestICmp()
|
D | InstructionSimplify.cpp | 1437 UnsignedPred == ICmpInst::ICMP_ULE) && in simplifyUnsignedRangeCheck() 1454 if (EqPred == ICmpInst::ICMP_EQ && (UnsignedPred == ICmpInst::ICMP_ULE || in simplifyUnsignedRangeCheck() 1495 if (UnsignedPred == ICmpInst::ICMP_ULE && EqPred == ICmpInst::ICMP_NE && in simplifyUnsignedRangeCheck() 1568 (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGE)) in simplifyOrOfICmpsWithSameOperands() 1680 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_SGT) in simplifyAndOfICmpsWithAdd() 1691 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGT) in simplifyAndOfICmpsWithAdd() 1761 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_ULE) in simplifyOrOfICmpsWithAdd() 1764 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_ULE) in simplifyOrOfICmpsWithAdd() 2372 case CmpInst::ICMP_ULE: in computePointerICmp() 2566 case CmpInst::ICMP_ULE: // X <=u 1 -> true in simplifyICmpOfBools() [all …]
|
D | ValueTracking.cpp | 894 case ICmpInst::ICMP_ULE: in computeKnownBitsFromAssume() 4792 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) in matchMinMaxOfMinMax() 4796 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) { in matchMinMaxOfMinMax() 5044 case ICmpInst::ICMP_ULE: return {SPF_UMIN, SPNB_NA, false}; in matchSelectPattern() 5331 case CmpInst::ICMP_ULE: { in isTruePredicate() 5387 case CmpInst::ICMP_ULE: in isImpliedCondOperands() 5388 if (isTruePredicate(CmpInst::ICMP_ULE, BLHS, ALHS, DL, Depth) && in isImpliedCondOperands() 5389 isTruePredicate(CmpInst::ICMP_ULE, ARHS, BRHS, DL, Depth)) in isImpliedCondOperands()
|
D | ScalarEvolution.cpp | 3646 IsSigned ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; in getMinMaxExpr() 5381 case ICmpInst::ICMP_ULE: in createNodeForSelectOrPHI() 9056 case ICmpInst::ICMP_ULE: in SimplifyICmpOperands() 9115 case ICmpInst::ICMP_ULE: in SimplifyICmpOperands() 9299 case ICmpInst::ICMP_ULE: in isMonotonicPredicateImpl() 10259 case ICmpInst::ICMP_ULE: in IsKnownPredicateViaMinOrMax() 10438 case ICmpInst::ICMP_ULE: { in isKnownPredicateExtendIdiom() 10487 case ICmpInst::ICMP_ULE: in isImpliedCondOperandsHelper() 10488 if (isKnownViaNonRecursiveReasoning(ICmpInst::ICMP_ULE, LHS, FoundLHS) && in isImpliedCondOperandsHelper() 10495 isKnownViaNonRecursiveReasoning(ICmpInst::ICMP_ULE, RHS, FoundRHS)) in isImpliedCondOperandsHelper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 207 case naclbitc::ICMP_ULE: in DecodeIcmpPredicate() 208 LLVMPredicate = CmpInst::ICMP_ULE; in DecodeIcmpPredicate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1112 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) { in foldICmpAddOpConst() 1854 : CmpInst::ICMP_ULE; in foldICmpAndConstant() 1896 Pred = (Pred == CmpInst::ICMP_EQ) ? CmpInst::ICMP_ULE : CmpInst::ICMP_UGT; in foldICmpOrConstant() 1979 Pred = ICmpInst::ICMP_ULE; in foldICmpShlOne() 2125 (Pred == ICmpInst::ICMP_ULE || Pred == ICmpInst::ICMP_UGT)) { in foldICmpShlConstant() 2127 return new ICmpInst(Pred == ICmpInst::ICMP_ULE ? ICmpInst::ICMP_EQ in foldICmpShlConstant() 2309 return new ICmpInst(ICmpInst::ICMP_ULE, Y, in foldICmpUDivConstant() 3013 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() 3095 ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpEqIntrinsicWithConstant() 3297 DstPred = ICmpInst::Predicate::ICMP_ULE; in foldICmpWithLowBitMaskedVal() [all …]
|
D | InstCombineAndOrXor.cpp | 788 case ICmpInst::ICMP_SLE: NewPred = ICmpInst::ICMP_ULE; break; in simplifyRangeCheck() 851 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE; in foldAndOrOfEqualityCmpsWithConstants() 1092 if (UnsignedPred == ICmpInst::ICMP_ULE && EqPred == ICmpInst::ICMP_NE && in foldUnsignedUnderflowCheck() 1126 if ((UnsignedPred == ICmpInst::ICMP_ULE || in foldUnsignedUnderflowCheck() 1132 if (UnsignedPred == ICmpInst::ICMP_ULE && EqPred == ICmpInst::ICMP_NE && 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() 2212 if ((PredL == ICmpInst::ICMP_ULT || PredL == ICmpInst::ICMP_ULE) && 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 | 102 case CmpInst::ICMP_ULE: in isCanonicalPredicate() 146 case ICmpInst::ICMP_ULE: in isSignBitCheck()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 294 ICMP_ULE = 37, ///< unsigned less or equal enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 3535 case ICMP_UGT: return ICMP_ULE; in getInversePredicate() 3538 case ICMP_ULE: return ICMP_UGT; in getInversePredicate() 3591 case ICmpInst::ICMP_ULE: return "ule"; in getPredicateName() 3604 case ICMP_ULE: return ICMP_SLE; in getSignedPredicate() 3612 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate() 3617 case ICMP_SLE: return ICMP_ULE; in getUnsignedPredicate() 3629 case ICMP_ULT: return ICMP_ULE; in getFlippedStrictnessPredicate() 3631 case ICMP_ULE: return ICMP_ULT; in getFlippedStrictnessPredicate() 3655 case ICMP_UGE: return ICMP_ULE; in getSwappedPredicate() 3656 case ICMP_ULE: return ICMP_UGE; in getSwappedPredicate() [all …]
|
D | ConstantFold.cpp | 1714 return isSigned ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; in evaluateICmpRelation() 1899 case ICmpInst::ICMP_ULE: return ConstantInt::get(ResultTy, V1.ule(V2)); in ConstantFoldCompareInstruction() 2045 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_ULE: in ConstantFoldCompareInstruction() 2063 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_ULE: in ConstantFoldCompareInstruction() 2075 case ICmpInst::ICMP_ULE: in ConstantFoldCompareInstruction() 2077 if (pred == ICmpInst::ICMP_ULT || pred == ICmpInst::ICMP_ULE) Result = 1; in ConstantFoldCompareInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 360 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High, in newLeafBlock() 369 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound, in newLeafBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopPredication.cpp | 664 SE->isKnownPredicate(ICmpInst::ICMP_ULE, RC.IV->getStart(), RC.Limit)) in normalizePredicate() 893 Pred != ICmpInst::ICMP_ULE && Pred != ICmpInst::ICMP_SLE; in parseLoopLatchICmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 38 Ops.push_back(cmpOpDescriptor(1, Instruction::ICmp, CmpInst::ICMP_ULE)); in describeFuzzerIntOps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 221 Pred != ICmpInst::ICMP_ULE) in isTailPredicate()
|
D | ARMInstructionSelector.cpp | 422 case CmpInst::ICMP_ULE: in getComparePreds()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 243 case ICmpInst::ICMP_ULE: return ISD::SETULE; in getICmpCondCode()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 493 pTest = ICMP_ULE(pAlphaU8, pRef); in AlphaTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 821 case CmpInst::Predicate::ICMP_ULE: in getCmpSelInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 499 case ICmpInst::Predicate::ICMP_ULE: in isValue() 1522 return Pred == CmpInst::ICMP_ULT || Pred == CmpInst::ICMP_ULE; in match()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstructionSelector.cpp | 683 case CmpInst::ICMP_ULE: // LHS <= RHS -> !(RHS < LHS) in select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 429 case CmpInst::ICMP_ULE: in convertICmpInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 345 case ICmpInst::ICMP_ULE: R = executeICMP_ULE(Src1, Src2, Ty); break; in visitICmpInst() 710 case ICmpInst::ICMP_ULE: return executeICMP_ULE(Src1, Src2, Ty); in executeCmpInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructionSelector.cpp | 691 case CmpInst::ICMP_ULE: in getV_CMPOpcode() 734 case CmpInst::ICMP_ULE: in getS_CMPOpcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 1021 case ICmpInst::ICMP_ULE: in selectICmp()
|