Home
last modified time | relevance | path

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

1234

/external/capstone/arch/PowerPC/
DPPCPredicates.h60 ppc_predicate getSwappedPredicate(ppc_predicate Opcode);
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCPredicates.h72 Predicate getSwappedPredicate(Predicate Opcode);
DPPCPredicates.cpp53 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { in getSwappedPredicate() function in PPC
/external/llvm-project/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
/external/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
/external/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()
/external/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 …]
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp968 ICmpInst::getSwappedPredicate(Cond), I); in foldGEPICmp()
1624 Pred = Cmp.getSwappedPredicate(Pred); in foldICmpXorConstant()
1979 Pred = ICmpInst::getSwappedPredicate(Pred); in foldICmpMulConstant()
2480 Pred = ICmpInst::getSwappedPredicate(Pred); in foldICmpDivConstant()
2555 return new ICmpInst(Cmp.getSwappedPredicate(), Y, in foldICmpSubConstant()
2697 PredB = ICmpInst::getSwappedPredicate(PredB); in matchThreeWayIntCompare()
3750 Pred = ICmpInst::getSwappedPredicate(Pred); in foldICmpXNegX()
3993 return new ICmpInst(I.getSwappedPredicate(), X, in foldICmpBinOp()
4021 switch (SRem == BO0 ? ICmpInst::getSwappedPredicate(Pred) : Pred) { in foldICmpBinOp()
4061 NewPred = I.getSwappedPredicate(NewPred); in foldICmpBinOp()
[all …]
/external/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()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp110 Pred = CI->getSwappedPredicate(); in getHashValue()
170 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate(); in isEqual()
/external/llvm/include/llvm/IR/
DInstrTypes.h983 Predicate getSwappedPredicate() const {
984 return getSwappedPredicate(getPredicate());
990 static Predicate getSwappedPredicate(Predicate pred);
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp100 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS && in isSameCompare()
379 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverSelect()
502 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverPHI()
1475 UnsignedPred = ICmpInst::getSwappedPredicate(UnsignedPred); in simplifyUnsignedRangeCheck()
1940 if (Pred == CmpInst::getSwappedPredicate(Cmp->getPredicate()) && in ExtractEquivalentCondition()
2166 Pred = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
2918 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
2925 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
2988 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
2995 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1007 ICmpInst::getSwappedPredicate(Cond), I); in FoldGEPICmp()
1294 Pred = ICmpInst::getSwappedPredicate(Pred); in FoldICmpDivCst()
1619 Pred = ICI.getSwappedPredicate(Pred); in visitICmpInstWithInstAndIntCst()
1914 ICmpInst::getSwappedPredicate(pred) : pred, in visitICmpInstWithInstAndIntCst()
3733 ICmpInst::getSwappedPredicate(I.getPredicate()), I)) in visitICmpInst()
3968 return new ICmpInst(I.getSwappedPredicate(), X, in visitICmpInst()
3984 switch (SRem == BO0 ? ICmpInst::getSwappedPredicate(Pred) : Pred) { in visitICmpInst()
4026 Pred = I.getSwappedPredicate(Pred); in visitICmpInst()
4291 return FoldICmpAddOpCst(I, X, Cst, I.getSwappedPredicate()); in visitICmpInst()
4651 return new FCmpInst(I.getSwappedPredicate(), Op, in visitFCmpInst()
[all …]
/external/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 …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp171 Pred = ICmpInst::getSwappedPredicate(Pred); in matchSelectWithOptionalNotCond()
210 CmpInst::Predicate SwappedPred = CI->getSwappedPredicate(); in getHashValueImpl()
332 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate(); in isEqualImpl()
DConstraintElimination.cpp116 return getConstraint(CmpInst::getSwappedPredicate(Pred), Op1, Op0, in getConstraint()
/external/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp136 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS && in isSameCompare()
474 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverSelect()
562 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverPHI()
1473 UnsignedPred = ICmpInst::getSwappedPredicate(UnsignedPred); in simplifyUnsignedRangeCheck()
2366 if (Pred == CmpInst::getSwappedPredicate(Cmp->getPredicate()) && in ExtractEquivalentCondition()
2973 ICmpInst::getSwappedPredicate(Pred), RBO, LHS, Q, MaxRecurse)) in simplifyICmpWithBinOp()
3098 P = CmpInst::getSwappedPredicate(Pred); in simplifyICmpWithMinMax()
3106 P = CmpInst::getSwappedPredicate(Pred); in simplifyICmpWithMinMax()
3172 P = CmpInst::getSwappedPredicate(Pred); in simplifyICmpWithMinMax()
3180 P = CmpInst::getSwappedPredicate(Pred); in simplifyICmpWithMinMax()
[all …]
/external/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()
/external/llvm/lib/IR/
DConstantFold.cpp1374 return FCmpInst::getSwappedPredicate(SwappedRelation); in evaluateFCmpRelation()
1465 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation()
1472 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation()
1495 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation()
1992 pred = ICmpInst::getSwappedPredicate((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp221 CmpInst::getSwappedPredicate(Cmp2->getInversePredicate()) && in isInverse()
/external/llvm-project/llvm/lib/IR/
DConstantFold.cpp1624 return FCmpInst::getSwappedPredicate(SwappedRelation); in evaluateFCmpRelation()
1715 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation()
1722 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation()
1750 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation()
2282 pred = ICmpInst::getSwappedPredicate((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
/external/llvm-project/llvm/include/llvm/IR/
DInstrTypes.h839 Predicate getSwappedPredicate() const {
840 return getSwappedPredicate(getPredicate());
846 static Predicate getSwappedPredicate(Predicate pred);
/external/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);

1234