Home
last modified time | relevance | path

Searched refs:PhiSCEV (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp394 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in splitLoopBound() local
395 if (PhiSCEV && ExitingCond.NonPHIAddRecValue == in splitLoopBound()
H A DLoopStrengthReduce.cpp6309 const llvm::SCEV *PhiSCEV = SE.getSCEV(&Phi); in GetInductionVariable() local
6310 if (const llvm::SCEVAddRecExpr *Rec = dyn_cast<SCEVAddRecExpr>(PhiSCEV)) in GetInductionVariable()
6315 << " with SCEV: " << *PhiSCEV << "\n"); in GetInductionVariable()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1185 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1186 if (!PhiSCEV) in getAddRecExprPHILiterally()
1189 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1225 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DScalarEvolutionExpander.cpp1185 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1186 if (!PhiSCEV) in getAddRecExprPHILiterally()
1189 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1225 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1185 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1186 if (!PhiSCEV) in getAddRecExprPHILiterally()
1189 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1225 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DScalarEvolutionExpander.cpp1188 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1189 if (!PhiSCEV) in getAddRecExprPHILiterally()
1192 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1228 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DScalarEvolutionExpander.cpp1166 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1167 if (!PhiSCEV) in getAddRecExprPHILiterally()
1170 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1206 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DScalarEvolutionExpander.cpp1166 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1167 if (!PhiSCEV) in getAddRecExprPHILiterally()
1170 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1206 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1246 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1247 if (!PhiSCEV) in getAddRecExprPHILiterally()
1250 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1286 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1196 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1197 if (!PhiSCEV) in getAddRecExprPHILiterally()
1200 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1236 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1246 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1247 if (!PhiSCEV) in getAddRecExprPHILiterally()
1250 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1286 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1217 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1218 if (!PhiSCEV) in getAddRecExprPHILiterally()
1221 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1257 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1196 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1197 if (!PhiSCEV) in getAddRecExprPHILiterally()
1200 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1236 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1246 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1247 if (!PhiSCEV) in getAddRecExprPHILiterally()
1250 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1286 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1202 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1203 if (!PhiSCEV) in getAddRecExprPHILiterally()
1206 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1240 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1246 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1247 if (!PhiSCEV) in getAddRecExprPHILiterally()
1250 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1286 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1217 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1218 if (!PhiSCEV) in getAddRecExprPHILiterally()
1221 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1257 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1217 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1218 if (!PhiSCEV) in getAddRecExprPHILiterally()
1221 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1257 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1246 const SCEVAddRecExpr *PhiSCEV = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&PN)); in getAddRecExprPHILiterally() local
1247 if (!PhiSCEV) in getAddRecExprPHILiterally()
1250 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1286 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6256 const llvm::SCEV *PhiSCEV = SE.getSCEV(&Phi); in GetInductionVariable() local
6257 if (const llvm::SCEVAddRecExpr *Rec = dyn_cast<SCEVAddRecExpr>(PhiSCEV)) in GetInductionVariable()
6262 << " with SCEV: " << *PhiSCEV << "\n"); in GetInductionVariable()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6256 const llvm::SCEV *PhiSCEV = SE.getSCEV(&Phi); in GetInductionVariable() local
6257 if (const llvm::SCEVAddRecExpr *Rec = dyn_cast<SCEVAddRecExpr>(PhiSCEV)) in GetInductionVariable()
6262 << " with SCEV: " << *PhiSCEV << "\n"); in GetInductionVariable()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6256 const llvm::SCEV *PhiSCEV = SE.getSCEV(&Phi); in GetInductionVariable() local
6257 if (const llvm::SCEVAddRecExpr *Rec = dyn_cast<SCEVAddRecExpr>(PhiSCEV)) in GetInductionVariable()
6262 << " with SCEV: " << *PhiSCEV << "\n"); in GetInductionVariable()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6256 const llvm::SCEV *PhiSCEV = SE.getSCEV(&Phi); in GetInductionVariable() local
6257 if (const llvm::SCEVAddRecExpr *Rec = dyn_cast<SCEVAddRecExpr>(PhiSCEV)) in GetInductionVariable()
6262 << " with SCEV: " << *PhiSCEV << "\n"); in GetInductionVariable()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6256 const llvm::SCEV *PhiSCEV = SE.getSCEV(&Phi);
6257 if (const llvm::SCEVAddRecExpr *Rec = dyn_cast<SCEVAddRecExpr>(PhiSCEV))
6262 << " with SCEV: " << *PhiSCEV << "\n");
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5851 auto PhiSCEV = SE.getSCEV(&Phi); in ReduceLoopStrength() local
5853 SE.computeConstantDifference(DbgValueSCEV, PhiSCEV)) { in ReduceLoopStrength()

12