Home
last modified time | relevance | path

Searched refs:setPredicate (Results 1 – 21 of 21) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/ !
H A DFlattenCFG.cpp260 CI->setPredicate(ICmpInst::getInversePredicate(Predicate)); in FlattenParallelAndOr()
H A DSimplifyIndVar.cpp240 ICmp->setPredicate(InvariantPredicate); in makeIVComparisonInvariant()
290 ICmp->setPredicate(ICmpInst::getUnsignedPredicate(OriginalPred)); in eliminateIVComparison()
H A DBasicBlockUtils.cpp2207 CI->setPredicate(CI->getInversePredicate()); in InvertBranch()
/src/contrib/llvm-project/llvm/lib/FuzzMutate/ !
H A DIRMutator.cpp245 [CI, p]() { CI->setPredicate(static_cast<CmpInst::Predicate>(p)); }); in mutate()
267 [CI, p]() { CI->setPredicate(static_cast<CmpInst::Predicate>(p)); }); in mutate()
/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DStackProtector.cpp684 Cmp->setPredicate(Cmp->getInversePredicate()); in InsertStackProtectors()
H A DCodeGenPrepare.cpp1909 Cmp->setPredicate(CmpInst::getSwappedPredicate(DomPred)); in foldICmpWithDominatingICmp()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ !
H A DAArch64PostLegalizerLowering.cpp685 MI.getOperand(1).setPredicate(MatchInfo.second); in applyAdjustICmpImmAndPred()
909 MI.getOperand(1).setPredicate(CmpInst::getSwappedPredicate(Pred)); in applySwapICmpOperands()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DMachineOperand.h746 void setPredicate(unsigned Predicate) { in setPredicate() function
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ !
H A DStructurizeCFG.cpp615 InvertedCmp->setPredicate(InvertedCmp->getInversePredicate()); in simplifyConditions()
H A DLICM.cpp2574 ICmp.setPredicate(Pred); in hoistAdd()
2637 ICmp.setPredicate(Pred); in hoistSub()
H A DLoopIdiomRecognize.cpp2256 LbCond->setPredicate(Pred); in transformLoopToCountable()
2364 LbCond->setPredicate(Pred); in transformLoopToPopcount()
H A DCorrelatedValuePropagation.cpp307 Cmp->setPredicate(UnsignedPred); in processICmp()
H A DIndVarSimplify.cpp1475 ICmp->setPredicate(ICmp->getUnsignedPredicate()); in canonicalizeExitCondition()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ !
H A DInstCombineAndOrXor.cpp4199 Y->setPredicate(Y->getInversePredicate()); in foldXorOfICmps()
4550 cast<CmpInst>(NotOp)->setPredicate(CmpInst::getInversePredicate(Pred)); in foldNot()
4607 CmpT->setPredicate(CmpT->getInversePredicate()); in foldNot()
4611 CmpF->setPredicate(CmpF->getInversePredicate()); in foldNot()
H A DInstCombineCompares.cpp6890 I.setPredicate(CmpInst::getInversePredicate(Pred)); in canonicalizeICmpPredicate()
7931 I->setPredicate(P); in foldFabsWithFcmpZero()
8080 I.setPredicate(FCmpInst::FCMP_UNO); in visitFCmpInst()
8089 I.setPredicate(FCmpInst::FCMP_ORD); in visitFCmpInst()
H A DInstructionCombining.cpp3690 Cmp->setPredicate(CmpInst::getInversePredicate(Pred)); in visitBranchInst()
/src/contrib/llvm-project/llvm/include/llvm/IR/ !
H A DInstructions.h1274 setPredicate(getSwappedPredicate());
1371 setPredicate(getSwappedPredicate());
H A DInstrTypes.h850 void setPredicate(Predicate P) { setSubclassData<PredicateField>(P); }
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ !
H A DControlHeightReduction.cpp1549 ICmp->setPredicate(CmpInst::getInversePredicate(ICmp->getPredicate())); in negateICmpIfUsedByBranchOrSelectOnly()
/src/contrib/llvm-project/llvm/lib/IR/ !
H A DInstructions.cpp3438 setPredicate((Predicate)predicate); in CmpInst()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ !
H A DCombinerHelper.cpp3486 PredOp.setPredicate(NewP); in applyNotCmp()