| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 221 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_EQ); }); in mutate() 222 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_NE); }); in mutate() 223 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_UGT); }); in mutate() 224 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_UGE); }); in mutate() 225 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_ULT); }); in mutate() 226 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_ULE); }); in mutate() 227 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_SGT); }); in mutate() 228 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_SGE); }); in mutate() 229 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_SLT); }); in mutate() 230 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_SLE); }); in mutate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanPredicator.cpp | 139 CurrBlock->setPredicate(RegionBP); in createOrPropagatePredicates() 183 CurrBlock->setPredicate(Predicate); in createOrPropagatePredicates()
|
| H A D | VPlan.cpp | 209 void VPBlockBase::setPredicate(VPValue *CV) { in setPredicate() function in VPBlockBase
|
| H A D | VPlan.h | 564 void setPredicate(VPValue *Pred);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 262 CI->setPredicate(ICmpInst::getInversePredicate(Predicate)); in FlattenParallelAndOr() 491 Cmp2->setPredicate(Cmp2->getInversePredicate()); in MergeIfRegion()
|
| H A D | SimplifyIndVar.cpp | 257 ICmp->setPredicate(InvariantPredicate); in makeIVComparisonInvariant() 304 ICmp->setPredicate(ICmpInst::getUnsignedPredicate(OriginalPred)); in eliminateIVComparison()
|
| H A D | SimplifyCFG.cpp | 3083 CI->setPredicate(CI->getInversePredicate()); in performBranchToCommonDestFolding()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 428 CI->setPredicate(CI->getInversePredicate()); in eliminateConstraints() 432 CI->setPredicate(CI->getInversePredicate()); in eliminateConstraints()
|
| H A D | LoopIdiomRecognize.cpp | 1934 LbCond->setPredicate(Pred); in transformLoopToCountable() 2041 LbCond->setPredicate(Pred); in transformLoopToPopcount()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerLowering.cpp | 639 MI.getOperand(1).setPredicate(MatchInfo.second); in applyAdjustICmpImmAndPred() 844 MI.getOperand(1).setPredicate(CmpInst::getSwappedPredicate(Pred)); in applySwapICmpOperands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 708 void setPredicate(unsigned Predicate) { in setPredicate() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 3105 Y->setPredicate(Y->getInversePredicate()); in foldXorOfICmps() 3433 cast<CmpInst>(Op0)->setPredicate(CmpInst::getInversePredicate(Pred)); in visitXor() 3655 CmpT->setPredicate(CmpT->getInversePredicate()); in visitXor() 3659 CmpF->setPredicate(CmpF->getInversePredicate()); in visitXor()
|
| H A D | InstCombineCompares.cpp | 5364 I.setPredicate(CmpInst::getInversePredicate(Pred)); in canonicalizeICmpPredicate() 6102 I->setPredicate(P); in foldFabsWithFcmpZero() 6185 I.setPredicate(FCmpInst::FCMP_UNO); in visitFCmpInst() 6194 I.setPredicate(FCmpInst::FCMP_ORD); in visitFCmpInst()
|
| H A D | InstCombineSelect.cpp | 1021 Cmp.setPredicate(Pred); in adjustMinMax()
|
| H A D | InstructionCombining.cpp | 2931 Cond->setPredicate(CmpInst::getInversePredicate(Pred)); in visitBranchInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 802 void setPredicate(Predicate P) { setSubclassData<PredicateField>(P); }
|
| H A D | Instructions.h | 1337 setPredicate(getSwappedPredicate()); 1445 setPredicate(getSwappedPredicate());
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 1563 ICmp->setPredicate(CmpInst::getInversePredicate(ICmp->getPredicate())); in negateICmpIfUsedByBranchOrSelectOnly()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3598 setPredicate((Predicate)predicate); in CmpInst() 3612 setPredicate((Predicate)predicate); in CmpInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 3208 PredOp.setPredicate(NewP); in applyNotCmp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 1716 Cmp->setPredicate(CmpInst::getSwappedPredicate(DomPred)); in foldICmpWithDominatingICmp()
|