Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.h64 Predicate getSwappedPredicate(Predicate Opcode);
H A DPPCPredicates.cpp53 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { in getSwappedPredicate() function in PPC
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h796 Predicate getSwappedPredicate() const {
797 return getSwappedPredicate(getPredicate());
803 static Predicate getSwappedPredicate(Predicate pred);
H A DInstructions.h1113 setPredicate(getSwappedPredicate());
1222 setPredicate(getSwappedPredicate());
H A DPatternMatch.h972 LHS == TrueVal ? Cmp->getPredicate() : Cmp->getSwappedPredicate(); in match()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp118 Pred = CI->getSwappedPredicate(); in getHashValue()
184 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate(); in isEqual()
H A DGVN.cpp189 Predicate = CmpInst::getSwappedPredicate(Predicate); in create_expression()
214 Predicate = CmpInst::getSwappedPredicate(Predicate); in create_cmp_expression()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp698 ICmpInst::getSwappedPredicate(Cond), I); in FoldGEPICmp()
908 Pred = ICmpInst::getSwappedPredicate(Pred); in FoldICmpDivCst()
1223 Pred = ICI.getSwappedPredicate(Pred); in visitICmpInstWithInstAndIntCst()
1492 ICmpInst::getSwappedPredicate(pred) : pred, in visitICmpInstWithInstAndIntCst()
3121 ICmpInst::getSwappedPredicate(I.getPredicate()), I)) in visitICmpInst()
3314 return new ICmpInst(I.getSwappedPredicate(), X, in visitICmpInst()
3330 switch (SRem == BO0 ? ICmpInst::getSwappedPredicate(Pred) : Pred) { in visitICmpInst()
3372 Pred = I.getSwappedPredicate(Pred); in visitICmpInst()
3613 return FoldICmpAddOpCst(I, X, Cst, I.getSwappedPredicate()); in visitICmpInst()
3950 return new FCmpInst(I.getSwappedPredicate(), Op, in visitFCmpInst()
[all …]
H A DInstCombineAndOrXor.cpp874 Pred1 = ICmpInst::getSwappedPredicate(Pred1); in simplifyRangeCheck()
1177 Op1CC = FCmpInst::getSwappedPredicate(Op1CC); in FoldAndOfFCmps()
2072 Op1CC = FCmpInst::getSwappedPredicate(Op1CC); in FoldOrOfFCmps()
H A DInstCombineSelect.cpp528 Pred = ICmpInst::getSwappedPredicate(Pred); in visitSelectInstWithICmp()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp96 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS && in isSameCompare()
376 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverSelect()
500 Pred = CmpInst::getSwappedPredicate(Pred); in ThreadCmpOverPHI()
1456 UnsignedPred = ICmpInst::getSwappedPredicate(UnsignedPred); in simplifyUnsignedRangeCheck()
1901 if (Pred == CmpInst::getSwappedPredicate(Cmp->getPredicate()) && in ExtractEquivalentCondition()
2118 Pred = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
2779 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
2786 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
2849 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
2856 P = CmpInst::getSwappedPredicate(Pred); in SimplifyICmpInst()
[all …]
H A DScalarEvolution.cpp5040 Cond = ICmpInst::getSwappedPredicate(Cond); in ComputeExitLimitFromICmp()
6212 Pred = ICmpInst::getSwappedPredicate(Pred); in SimplifyICmpOperands()
6223 Pred = ICmpInst::getSwappedPredicate(Pred); in SimplifyICmpOperands()
6775 FoundPred = ICmpInst::getSwappedPredicate(FoundPred); in isImpliedCond()
6778 Pred = ICmpInst::getSwappedPredicate(Pred); in isImpliedCond()
6788 if (ICmpInst::getSwappedPredicate(FoundPred) == Pred) { in isImpliedCond()
6792 return isImpliedCondOperands(ICmpInst::getSwappedPredicate(Pred), in isImpliedCond()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp1342 return FCmpInst::getSwappedPredicate(SwappedRelation); in evaluateFCmpRelation()
1433 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation()
1440 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation()
1463 return ICmpInst::getSwappedPredicate(SwappedRelation); in evaluateICmpRelation()
1943 pred = ICmpInst::getSwappedPredicate((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
H A DInstructions.cpp3330 CmpInst::Predicate CmpInst::getSwappedPredicate(Predicate pred) { in getSwappedPredicate() function in CmpInst
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp165 Pred = ICmpInst::getSwappedPredicate(Pred); in eliminateIVComparison()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1525 PPC::getSwappedPredicate(Pred))); in optimizeCompareInstr()