/external/capstone/arch/PowerPC/ |
D | PPCPredicates.h | 60 ppc_predicate getSwappedPredicate(ppc_predicate Opcode);
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCPredicates.h | 72 Predicate getSwappedPredicate(Predicate Opcode);
|
D | PPCPredicates.cpp | 53 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { in getSwappedPredicate() function in PPC
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCPredicates.h | 75 Predicate getSwappedPredicate(Predicate Opcode);
|
D | PPCPredicates.cpp | 53 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { in getSwappedPredicate() function in PPC
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 748 Predicate getSwappedPredicate() const { 749 return getSwappedPredicate(getPredicate()); 755 static Predicate getSwappedPredicate(Predicate pred);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 415 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverSelect() 514 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverPHI() 1413 if (Pred == CmpInst::getSwappedPredicate(Cmp->getPredicate()) && in ExtractEquivalentCondition() 1433 Pred = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst() 1921 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst() 1928 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst() 1991 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst() 1998 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst() 2127 Pred = CmpInst::getSwappedPredicate(Pred); in SimplifyFCmpInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 620 ICmpInst::getSwappedPredicate(Cond), I); in FoldGEPICmp() 854 Pred = ICmpInst::getSwappedPredicate(Pred); in FoldICmpDivCst() 1067 Pred = ICI.getSwappedPredicate(Pred); in visitICmpInstWithInstAndIntCst() 2224 ICmpInst::getSwappedPredicate(I.getPredicate()), I)) in visitICmpInst() 2351 switch (SRem == BO0 ? ICmpInst::getSwappedPredicate(Pred) : Pred) { in visitICmpInst() 2393 Pred = I.getSwappedPredicate(Pred); in visitICmpInst() 2566 return FoldICmpAddOpCst(I, X, Cst, I.getSwappedPredicate(), Op1); in visitICmpInst() 2894 return new FCmpInst(I.getSwappedPredicate(), Op, in visitFCmpInst() 2914 return new FCmpInst(I.getSwappedPredicate(), X, Y); in visitFCmpInst()
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 110 Pred = CI->getSwappedPredicate(); in getHashValue() 170 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate(); in isEqual()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 953 ICmpInst::getSwappedPredicate(Cond), I); in foldGEPICmp() 1496 Pred = Cmp.getSwappedPredicate(Pred); in foldICmpXorConstant() 1795 Pred = ICmpInst::getSwappedPredicate(Pred); in foldICmpMulConstant() 2221 Pred = ICmpInst::getSwappedPredicate(Pred); in foldICmpDivConstant() 3242 return new ICmpInst(I.getSwappedPredicate(), X, in foldICmpBinOp() 3257 switch (SRem == BO0 ? ICmpInst::getSwappedPredicate(Pred) : Pred) { in foldICmpBinOp() 3299 NewPred = I.getSwappedPredicate(NewPred); in foldICmpBinOp() 3389 Pred = Cmp.getSwappedPredicate(); in foldICmpWithMinMax() 4713 ICmpInst::getSwappedPredicate(I.getPredicate()), I)) in visitICmpInst() 4820 return new ICmpInst(I.getSwappedPredicate(), A, in visitICmpInst() [all …]
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 100 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/ |
D | InstCombineCompares.cpp | 1007 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/llvm/include/llvm/IR/ |
D | InstrTypes.h | 983 Predicate getSwappedPredicate() const { 984 return getSwappedPredicate(getPredicate()); 990 static Predicate getSwappedPredicate(Predicate pred);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 999 Predicate getSwappedPredicate() const { 1000 return getSwappedPredicate(getPredicate()); 1006 static Predicate getSwappedPredicate(Predicate pred);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 173 Pred = ICmpInst::getSwappedPredicate(Pred); in makeIVComparisonInvariant() 243 Pred = ICmpInst::getSwappedPredicate(Pred); in eliminateIVComparison()
|
D | LoopUnrollPeel.cpp | 186 Pred = ICmpInst::getSwappedPredicate(Pred); in countToEliminateCompares()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 132 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS && in isSameCompare() 407 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverSelect() 531 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverPHI() 1402 UnsignedPred = ICmpInst::getSwappedPredicate(UnsignedPred); in simplifyUnsignedRangeCheck() 2107 if (Pred == CmpInst::getSwappedPredicate(Cmp->getPredicate()) && in ExtractEquivalentCondition() 3002 P = CmpInst::getSwappedPredicate(Pred); in simplifyICmpWithMinMax() 3010 P = CmpInst::getSwappedPredicate(Pred); in simplifyICmpWithMinMax() 3076 P = CmpInst::getSwappedPredicate(Pred); in simplifyICmpWithMinMax() 3084 P = CmpInst::getSwappedPredicate(Pred); in simplifyICmpWithMinMax() 3196 Pred = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst() [all …]
|
D | ValueTracking.cpp | 4319 Pred = ICmpInst::getSwappedPredicate(Pred); in matchClamp() 4373 Pred = ICmpInst::getSwappedPredicate(Pred); in matchMinMaxOfMinMax() 4381 Pred = ICmpInst::getSwappedPredicate(Pred); in matchMinMaxOfMinMax() 4389 Pred = ICmpInst::getSwappedPredicate(Pred); in matchMinMaxOfMinMax() 4397 Pred = ICmpInst::getSwappedPredicate(Pred); in matchMinMaxOfMinMax() 4606 Pred = CmpInst::getSwappedPredicate(Pred); in matchSelectPattern() 4986 BPred = ICmpInst::getSwappedPredicate(BPred); in isImpliedCondMatchingOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 1390 return FCmpInst::getSwappedPredicate(SwappedRelation); in evaluateFCmpRelation() 1481 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation() 1488 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation() 1516 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation() 2017 pred = ICmpInst::getSwappedPredicate((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 1374 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/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 160 Pred = ICmpInst::getSwappedPredicate(Pred); in eliminateIVComparison()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 1567 return FCmpInst::getSwappedPredicate(SwappedRelation); in evaluateFCmpRelation() 1634 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation() 1641 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation() 1667 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation() 2142 pred = ICmpInst::getSwappedPredicate((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 145 Pred = CI->getSwappedPredicate(); in getHashValue() 223 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate(); in isEqual()
|
D | LoopPredication.cpp | 367 Pred = ICmpInst::getSwappedPredicate(Pred); in parseLoopICmp()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 157 Pred = ICmpInst::getSwappedPredicate(Pred); in eliminateIVComparison()
|