| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ ! |
| H A D | FlattenCFG.cpp | 260 CI->setPredicate(ICmpInst::getInversePredicate(Predicate)); in FlattenParallelAndOr()
|
| H A D | SimplifyIndVar.cpp | 240 ICmp->setPredicate(InvariantPredicate); in makeIVComparisonInvariant() 290 ICmp->setPredicate(ICmpInst::getUnsignedPredicate(OriginalPred)); in eliminateIVComparison()
|
| H A D | BasicBlockUtils.cpp | 2207 CI->setPredicate(CI->getInversePredicate()); in InvertBranch()
|
| /src/contrib/llvm-project/llvm/lib/FuzzMutate/ ! |
| H A D | IRMutator.cpp | 245 [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 D | StackProtector.cpp | 684 Cmp->setPredicate(Cmp->getInversePredicate()); in InsertStackProtectors()
|
| H A D | CodeGenPrepare.cpp | 1909 Cmp->setPredicate(CmpInst::getSwappedPredicate(DomPred)); in foldICmpWithDominatingICmp()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ ! |
| H A D | AArch64PostLegalizerLowering.cpp | 685 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 D | MachineOperand.h | 746 void setPredicate(unsigned Predicate) { in setPredicate() function
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ ! |
| H A D | StructurizeCFG.cpp | 615 InvertedCmp->setPredicate(InvertedCmp->getInversePredicate()); in simplifyConditions()
|
| H A D | LICM.cpp | 2574 ICmp.setPredicate(Pred); in hoistAdd() 2637 ICmp.setPredicate(Pred); in hoistSub()
|
| H A D | LoopIdiomRecognize.cpp | 2256 LbCond->setPredicate(Pred); in transformLoopToCountable() 2364 LbCond->setPredicate(Pred); in transformLoopToPopcount()
|
| H A D | CorrelatedValuePropagation.cpp | 307 Cmp->setPredicate(UnsignedPred); in processICmp()
|
| H A D | IndVarSimplify.cpp | 1475 ICmp->setPredicate(ICmp->getUnsignedPredicate()); in canonicalizeExitCondition()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ ! |
| H A D | InstCombineAndOrXor.cpp | 4199 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 D | InstCombineCompares.cpp | 6890 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 D | InstructionCombining.cpp | 3690 Cmp->setPredicate(CmpInst::getInversePredicate(Pred)); in visitBranchInst()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ ! |
| H A D | Instructions.h | 1274 setPredicate(getSwappedPredicate()); 1371 setPredicate(getSwappedPredicate());
|
| H A D | InstrTypes.h | 850 void setPredicate(Predicate P) { setSubclassData<PredicateField>(P); }
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ ! |
| H A D | ControlHeightReduction.cpp | 1549 ICmp->setPredicate(CmpInst::getInversePredicate(ICmp->getPredicate())); in negateICmpIfUsedByBranchOrSelectOnly()
|
| /src/contrib/llvm-project/llvm/lib/IR/ ! |
| H A D | Instructions.cpp | 3438 setPredicate((Predicate)predicate); in CmpInst()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ ! |
| H A D | CombinerHelper.cpp | 3486 PredOp.setPredicate(NewP); in applyNotCmp()
|