Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCPredicates.h64 Predicate getSwappedPredicate(Predicate Opcode);
DPPCPredicates.cpp53 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { in getSwappedPredicate() function in PPC
/external/llvm/include/llvm/IR/
DInstrTypes.h758 Predicate getSwappedPredicate() const {
759 return getSwappedPredicate(getPredicate());
765 static Predicate getSwappedPredicate(Predicate pred);
DPatternMatch.h963 Cmp->getPredicate() : Cmp->getSwappedPredicate(); in match()
DInstructions.h1099 setPredicate(getSwappedPredicate());
1208 setPredicate(getSwappedPredicate());
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp114 Pred = CI->getSwappedPredicate(); in getHashValue()
180 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate(); in isEqual()
DGVN.cpp186 Predicate = CmpInst::getSwappedPredicate(Predicate); in create_expression()
211 Predicate = CmpInst::getSwappedPredicate(Predicate); in create_cmp_expression()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp688 ICmpInst::getSwappedPredicate(Cond), I); in FoldGEPICmp()
913 Pred = ICmpInst::getSwappedPredicate(Pred); in FoldICmpDivCst()
1123 Pred = ICI.getSwappedPredicate(Pred); in visitICmpInstWithInstAndIntCst()
1350 ICmpInst::getSwappedPredicate(pred) : pred, in visitICmpInstWithInstAndIntCst()
2815 ICmpInst::getSwappedPredicate(I.getPredicate()), I)) in visitICmpInst()
3002 return new ICmpInst(I.getSwappedPredicate(), X, in visitICmpInst()
3018 switch (SRem == BO0 ? ICmpInst::getSwappedPredicate(Pred) : Pred) { in visitICmpInst()
3060 Pred = I.getSwappedPredicate(Pred); in visitICmpInst()
3284 return FoldICmpAddOpCst(I, X, Cst, I.getSwappedPredicate()); in visitICmpInst()
3593 return new FCmpInst(I.getSwappedPredicate(), Op, in visitFCmpInst()
[all …]
DInstCombineSelect.cpp554 Pred = ICmpInst::getSwappedPredicate(Pred); in visitSelectInstWithICmp()
DInstCombineAndOrXor.cpp1058 Op1CC = FCmpInst::getSwappedPredicate(Op1CC); in FoldAndOfFCmps()
1854 Op1CC = FCmpInst::getSwappedPredicate(Op1CC); in FoldOrOfFCmps()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp88 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS && in isSameCompare()
368 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverSelect()
492 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverPHI()
1648 if (Pred == CmpInst::getSwappedPredicate(Cmp->getPredicate()) && in ExtractEquivalentCondition()
1821 Pred = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
2396 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
2403 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
2466 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
2473 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
2631 Pred = CmpInst::getSwappedPredicate(Pred); in SimplifyFCmpInst()
DScalarEvolution.cpp4740 Cond = ICmpInst::getSwappedPredicate(Cond); in ComputeExitLimitFromICmp()
5916 Pred = ICmpInst::getSwappedPredicate(Pred); in SimplifyICmpOperands()
5927 Pred = ICmpInst::getSwappedPredicate(Pred); in SimplifyICmpOperands()
6451 FoundPred = ICmpInst::getSwappedPredicate(FoundPred); in isImpliedCond()
6454 Pred = ICmpInst::getSwappedPredicate(Pred); in isImpliedCond()
6464 if (ICmpInst::getSwappedPredicate(FoundPred) == Pred) { in isImpliedCond()
6468 return isImpliedCondOperands(ICmpInst::getSwappedPredicate(Pred), in isImpliedCond()
/external/llvm/lib/IR/
DConstantFold.cpp1316 return FCmpInst::getSwappedPredicate(SwappedRelation); in evaluateFCmpRelation()
1392 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation()
1399 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation()
1422 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation()
1902 pred = ICmpInst::getSwappedPredicate((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
DInstructions.cpp3258 CmpInst::Predicate CmpInst::getSwappedPredicate(Predicate pred) { in getSwappedPredicate() function in CmpInst
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp164 Pred = ICmpInst::getSwappedPredicate(Pred); in eliminateIVComparison()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1516 PPC::getSwappedPredicate(Pred))); in optimizeCompareInstr()