| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCPredicates.h | 74 Predicate getSwappedPredicate(Predicate Opcode);
|
| D | PPCPredicates.cpp | 52 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { in getSwappedPredicate() function in PPC
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SimplifyIndVar.cpp | 183 Pred = ICmpInst::getSwappedPredicate(Pred); in makeIVComparisonInvariant() 253 Pred = ICmpInst::getSwappedPredicate(Pred); in eliminateIVComparison() 589 if (IsSwapped) Pred = ICmpInst::getSwappedPredicate(Pred); in eliminateTrunc()
|
| D | LoopUnrollPeel.cpp | 207 Pred = ICmpInst::getSwappedPredicate(Pred); in countToEliminateCompares()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 966 ICmpInst::getSwappedPredicate(Cond), I); in foldGEPICmp() 1605 Pred = Cmp.getSwappedPredicate(Pred); in foldICmpXorConstant() 1952 Pred = ICmpInst::getSwappedPredicate(Pred); in foldICmpMulConstant() 2437 Pred = ICmpInst::getSwappedPredicate(Pred); in foldICmpDivConstant() 2512 return new ICmpInst(Cmp.getSwappedPredicate(), Y, in foldICmpSubConstant() 2654 PredB = ICmpInst::getSwappedPredicate(PredB); in matchThreeWayIntCompare() 3650 Pred = I.getSwappedPredicate(); in foldUnsignedMultiplicationOverflowCheck() 3928 return new ICmpInst(I.getSwappedPredicate(), X, in foldICmpBinOp() 3943 switch (SRem == BO0 ? ICmpInst::getSwappedPredicate(Pred) : Pred) { in foldICmpBinOp() 3985 NewPred = I.getSwappedPredicate(NewPred); in foldICmpBinOp() [all …]
|
| D | InstCombineAndOrXor.cpp | 779 Pred1 = ICmpInst::getSwappedPredicate(Pred1); in simplifyRangeCheck() 1076 UnsignedPred = ICmpInst::getSwappedPredicate(UnsignedPred); in foldUnsignedUnderflowCheck() 1115 UnsignedPred = ICmpInst::getSwappedPredicate(UnsignedPred); in foldUnsignedUnderflowCheck() 1367 PredR = FCmpInst::getSwappedPredicate(PredR); in foldLogicOfFCmps()
|
| D | InstCombineSelect.cpp | 701 Pred = ICmpInst::getSwappedPredicate(Pred); in canonicalizeSaturatedSubtract() 975 Pred = ICmpInst::getSwappedPredicate(Pred); in adjustMinMax() 1386 Pred = ICmpInst::getSwappedPredicate(Pred); // Yes, swapped. in tryToReuseConstantFromSelectInComparison()
|
| D | InstCombineCalls.cpp | 3837 = CmpInst::getSwappedPredicate(static_cast<CmpInst::Predicate>(CCVal)); in visitCallInst()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | EarlyCSE.cpp | 189 Pred = ICmpInst::getSwappedPredicate(Pred); in matchSelectWithOptionalNotCond() 223 CmpInst::Predicate SwappedPred = CI->getSwappedPredicate(); in getHashValueImpl() 334 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate(); in isEqualImpl()
|
| D | GVN.cpp | 296 Predicate = CmpInst::getSwappedPredicate(Predicate); in createExpr() 322 Predicate = CmpInst::getSwappedPredicate(Predicate); in createCmpExpr() 1725 CmpInst::getSwappedPredicate( in phiTranslateImpl()
|
| D | NewGVN.cpp | 1145 Predicate = CmpInst::getSwappedPredicate(Predicate); in createExpression() 1591 SwappedOps ? Cmp->getSwappedPredicate() : Cmp->getPredicate(); in performSymbolicPredicateInfoEvaluation() 1846 OurPredicate = CI->getSwappedPredicate(); in performSymbolicCmpEvaluation() 1913 BranchPredicate = BranchCond->getSwappedPredicate(); in performSymbolicCmpEvaluation()
|
| D | LoopPredication.cpp | 389 Pred = ICmpInst::getSwappedPredicate(Pred); in parseLoopICmp()
|
| D | InductiveRangeCheckElimination.cpp | 808 Pred = ICmpInst::getSwappedPredicate(Pred); in parseLoopStructure()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 136 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS && in isSameCompare() 482 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverSelect() 570 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverPHI() 1433 UnsignedPred = ICmpInst::getSwappedPredicate(UnsignedPred); in simplifyUnsignedRangeCheck() 1465 UnsignedPred = ICmpInst::getSwappedPredicate(UnsignedPred); in simplifyUnsignedRangeCheck() 1484 UnsignedPred = ICmpInst::getSwappedPredicate(UnsignedPred); in simplifyUnsignedRangeCheck() 2306 if (Pred == CmpInst::getSwappedPredicate(Cmp->getPredicate()) && in ExtractEquivalentCondition() 3040 P = CmpInst::getSwappedPredicate(Pred); in simplifyICmpWithMinMax() 3048 P = CmpInst::getSwappedPredicate(Pred); in simplifyICmpWithMinMax() 3114 P = CmpInst::getSwappedPredicate(Pred); in simplifyICmpWithMinMax() [all …]
|
| D | ValueTracking.cpp | 597 Pred = CmpInst::getSwappedPredicate(Pred); in isKnownNonZeroFromAssume() 4719 Pred = ICmpInst::getSwappedPredicate(Pred); in matchClamp() 4773 Pred = ICmpInst::getSwappedPredicate(Pred); in matchMinMaxOfMinMax() 4781 Pred = ICmpInst::getSwappedPredicate(Pred); in matchMinMaxOfMinMax() 4789 Pred = ICmpInst::getSwappedPredicate(Pred); in matchMinMaxOfMinMax() 4797 Pred = ICmpInst::getSwappedPredicate(Pred); in matchMinMaxOfMinMax() 5027 Pred = CmpInst::getSwappedPredicate(Pred); in matchSelectPattern() 5414 BPred = ICmpInst::getSwappedPredicate(BPred); in isImpliedCondMatchingOperands()
|
| D | LoopInfo.cpp | 248 Pred = ICmpInst::getSwappedPredicate(Pred); in getCanonicalPredicate()
|
| D | ScalarEvolution.cpp | 7452 Pred = ICmpInst::getSwappedPredicate(Pred); in computeExitLimitFromICmp() 8984 Pred = ICmpInst::getSwappedPredicate(Pred); in SimplifyICmpOperands() 8995 Pred = ICmpInst::getSwappedPredicate(Pred); in SimplifyICmpOperands() 9267 LHS, ICmpInst::getSwappedPredicate(Pred), IncreasingSwapped); in isMonotonicPredicate() 9344 Pred = ICmpInst::getSwappedPredicate(Pred); in isLoopInvariantPredicate() 9813 FoundPred = ICmpInst::getSwappedPredicate(FoundPred); in isImpliedCond() 9816 Pred = ICmpInst::getSwappedPredicate(Pred); in isImpliedCond() 9826 if (ICmpInst::getSwappedPredicate(FoundPred) == Pred) { in isImpliedCond() 9830 return isImpliedCondOperands(ICmpInst::getSwappedPredicate(Pred), in isImpliedCond() 10116 Pred = ICmpInst::getSwappedPredicate(Pred); in isImpliedViaMerge()
|
| D | LazyValueInfo.cpp | 1225 Predicate = CmpInst::getSwappedPredicate(Predicate); in getValueFromICmpCondition()
|
| D | ConstantFolding.cpp | 1284 Predicate = ICmpInst::getSwappedPredicate((ICmpInst::Predicate)Predicate); in ConstantFoldCompareInstOperands()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | ConstantFold.cpp | 1503 return FCmpInst::getSwappedPredicate(SwappedRelation); in evaluateFCmpRelation() 1594 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation() 1601 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation() 1629 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation() 2138 pred = ICmpInst::getSwappedPredicate((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
|
| D | Instructions.cpp | 3644 CmpInst::Predicate CmpInst::getSwappedPredicate(Predicate pred) { in getSwappedPredicate() function in CmpInst
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | InstrTypes.h | 847 Predicate getSwappedPredicate() const { 848 return getSwappedPredicate(getPredicate()); 854 static Predicate getSwappedPredicate(Predicate pred);
|
| D | Instructions.h | 1279 setPredicate(getSwappedPredicate()); 1387 setPredicate(getSwappedPredicate());
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCMIPeephole.cpp | 1336 NewPredicate2 = (unsigned)PPC::getSwappedPredicate(Pred); in eliminateRedundantCompare()
|
| D | PPCInstrInfo.cpp | 1870 PPC::getSwappedPredicate(Pred))); in optimizeCompareInstr()
|