Home
last modified time | relevance | path

Searched refs:LeftAR (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp212 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
216 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
219 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
220 !SE.isMonotonicPredicate(LeftAR, Pred, Increasing)) in countToEliminateCompares()
228 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
237 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp212 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
216 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
219 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
220 !SE.isMonotonicPredicate(LeftAR, Pred, Increasing)) in countToEliminateCompares()
228 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
237 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp212 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
216 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
219 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
220 !SE.isMonotonicPredicate(LeftAR, Pred, Increasing)) in countToEliminateCompares()
228 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
237 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp212 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
216 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
219 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
220 !SE.isMonotonicPredicate(LeftAR, Pred, Increasing)) in countToEliminateCompares()
228 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
237 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp212 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
216 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
219 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
220 !SE.isMonotonicPredicate(LeftAR, Pred, Increasing)) in countToEliminateCompares()
228 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
237 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp191 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
201 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L || in countToEliminateCompares()
202 !SE.isMonotonicPredicate(LeftAR, Pred, Increasing)) in countToEliminateCompares()
210 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
219 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp191 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
201 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L || in countToEliminateCompares()
202 !SE.isMonotonicPredicate(LeftAR, Pred, Increasing)) in countToEliminateCompares()
210 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
219 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp224 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
228 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
230 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
231 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()
238 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
247 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp227 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
231 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
233 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
234 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()
241 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
250 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DLoopPeel.cpp227 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
231 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
233 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
234 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()
241 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
250 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp229 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
233 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
235 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
236 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()
243 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
252 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp227 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
231 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
233 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
234 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()
241 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
250 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp227 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
231 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
233 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
234 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()
241 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
250 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp229 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
233 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
235 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
236 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()
243 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
252 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp227 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
231 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
233 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
234 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()
241 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
250 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp210 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
220 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L || in countToEliminateCompares()
221 !SE.isMonotonicPredicate(LeftAR, Pred, Increasing)) in countToEliminateCompares()
229 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
238 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp277 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
281 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
283 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
284 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()
291 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
300 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()