| /freebsd-14.2/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 | 232 ICmp->setPredicate(InvariantPredicate); in makeIVComparisonInvariant() 281 ICmp->setPredicate(ICmpInst::getUnsignedPredicate(OriginalPred)); in eliminateIVComparison()
|
| H A D | BasicBlockUtils.cpp | 2195 CI->setPredicate(CI->getInversePredicate()); in InvertBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 244 [CI, p]() { CI->setPredicate(static_cast<CmpInst::Predicate>(p)); }); in mutate() 266 [CI, p]() { CI->setPredicate(static_cast<CmpInst::Predicate>(p)); }); in mutate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 684 Cmp->setPredicate(Cmp->getInversePredicate()); in InsertStackProtectors()
|
| H A D | CodeGenPrepare.cpp | 1912 Cmp->setPredicate(CmpInst::getSwappedPredicate(DomPred)); in foldICmpWithDominatingICmp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerLowering.cpp | 690 MI.getOperand(1).setPredicate(MatchInfo.second); in applyAdjustICmpImmAndPred() 912 MI.getOperand(1).setPredicate(CmpInst::getSwappedPredicate(Pred)); in applySwapICmpOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 746 void setPredicate(unsigned Predicate) { in setPredicate() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 2039 LbCond->setPredicate(Pred); in transformLoopToCountable() 2147 LbCond->setPredicate(Pred); in transformLoopToPopcount()
|
| H A D | StructurizeCFG.cpp | 615 InvertedCmp->setPredicate(InvertedCmp->getInversePredicate()); in simplifyConditions()
|
| H A D | CorrelatedValuePropagation.cpp | 315 Cmp->setPredicate(UnsignedPred); in processICmp()
|
| H A D | LICM.cpp | 2559 ICmp.setPredicate(Pred); in hoistAdd() 2622 ICmp.setPredicate(Pred); in hoistSub()
|
| H A D | IndVarSimplify.cpp | 1463 ICmp->setPredicate(ICmp->getUnsignedPredicate()); in canonicalizeExitCondition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 4068 Y->setPredicate(Y->getInversePredicate()); in foldXorOfICmps() 4428 cast<CmpInst>(NotOp)->setPredicate(CmpInst::getInversePredicate(Pred)); in foldNot() 4485 CmpT->setPredicate(CmpT->getInversePredicate()); in foldNot() 4489 CmpF->setPredicate(CmpF->getInversePredicate()); in foldNot()
|
| H A D | InstCombineCompares.cpp | 6561 I.setPredicate(CmpInst::getInversePredicate(Pred)); in canonicalizeICmpPredicate() 7561 I->setPredicate(P); in foldFabsWithFcmpZero() 7663 I.setPredicate(FCmpInst::FCMP_UNO); in visitFCmpInst() 7672 I.setPredicate(FCmpInst::FCMP_ORD); in visitFCmpInst()
|
| H A D | InstructionCombining.cpp | 3264 Cmp->setPredicate(CmpInst::getInversePredicate(Pred)); in visitBranchInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 873 void setPredicate(Predicate P) { setSubclassData<PredicateField>(P); }
|
| H A D | Instructions.h | 1337 setPredicate(getSwappedPredicate()); 1449 setPredicate(getSwappedPredicate());
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 1548 ICmp->setPredicate(CmpInst::getInversePredicate(ICmp->getPredicate())); in negateICmpIfUsedByBranchOrSelectOnly()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3985 setPredicate((Predicate)predicate); in CmpInst() 3999 setPredicate((Predicate)predicate); in CmpInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 3341 PredOp.setPredicate(NewP); in applyNotCmp()
|