Home
last modified time | relevance | path

Searched refs:getSwappedPredicate (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCPredicates.h74 Predicate getSwappedPredicate(Predicate Opcode);
DPPCPredicates.cpp52 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/
DSimplifyIndVar.cpp183 Pred = ICmpInst::getSwappedPredicate(Pred); in makeIVComparisonInvariant()
253 Pred = ICmpInst::getSwappedPredicate(Pred); in eliminateIVComparison()
589 if (IsSwapped) Pred = ICmpInst::getSwappedPredicate(Pred); in eliminateTrunc()
DLoopUnrollPeel.cpp207 Pred = ICmpInst::getSwappedPredicate(Pred); in countToEliminateCompares()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp966 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 …]
DInstCombineAndOrXor.cpp779 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()
DInstCombineSelect.cpp701 Pred = ICmpInst::getSwappedPredicate(Pred); in canonicalizeSaturatedSubtract()
975 Pred = ICmpInst::getSwappedPredicate(Pred); in adjustMinMax()
1386 Pred = ICmpInst::getSwappedPredicate(Pred); // Yes, swapped. in tryToReuseConstantFromSelectInComparison()
DInstCombineCalls.cpp3837 = 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/
DEarlyCSE.cpp189 Pred = ICmpInst::getSwappedPredicate(Pred); in matchSelectWithOptionalNotCond()
223 CmpInst::Predicate SwappedPred = CI->getSwappedPredicate(); in getHashValueImpl()
334 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate(); in isEqualImpl()
DGVN.cpp296 Predicate = CmpInst::getSwappedPredicate(Predicate); in createExpr()
322 Predicate = CmpInst::getSwappedPredicate(Predicate); in createCmpExpr()
1725 CmpInst::getSwappedPredicate( in phiTranslateImpl()
DNewGVN.cpp1145 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()
DLoopPredication.cpp389 Pred = ICmpInst::getSwappedPredicate(Pred); in parseLoopICmp()
DInductiveRangeCheckElimination.cpp808 Pred = ICmpInst::getSwappedPredicate(Pred); in parseLoopStructure()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp136 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 …]
DValueTracking.cpp597 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()
DLoopInfo.cpp248 Pred = ICmpInst::getSwappedPredicate(Pred); in getCanonicalPredicate()
DScalarEvolution.cpp7452 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()
DLazyValueInfo.cpp1225 Predicate = CmpInst::getSwappedPredicate(Predicate); in getValueFromICmpCondition()
DConstantFolding.cpp1284 Predicate = ICmpInst::getSwappedPredicate((ICmpInst::Predicate)Predicate); in ConstantFoldCompareInstOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp1503 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()
DInstructions.cpp3644 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/
DInstrTypes.h847 Predicate getSwappedPredicate() const {
848 return getSwappedPredicate(getPredicate());
854 static Predicate getSwappedPredicate(Predicate pred);
DInstructions.h1279 setPredicate(getSwappedPredicate());
1387 setPredicate(getSwappedPredicate());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp1336 NewPredicate2 = (unsigned)PPC::getSwappedPredicate(Pred); in eliminateRedundantCompare()
DPPCInstrInfo.cpp1870 PPC::getSwappedPredicate(Pred))); in optimizeCompareInstr()

12