Home
last modified time | relevance | path

Searched refs:BasePtrSCEV (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp240 rewriteForBase(Loop *L, const SCEVAddRecExpr *BasePtrSCEV,
355 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteForBase()
357 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteForBase()
368 const SCEV *BasePtrIncSCEV = BasePtrSCEV->getStepRecurrence(*SE); in rewriteForBase()
386 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrSCEV->getStart(), in rewriteForBase()
390 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteForBase()
700 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
702 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
705 if (!isSafeToExpand(BasePtrSCEV->getStart(), *SE)) in rewriteLoadStores()
719 !cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)) in rewriteLoadStores()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp385 const SCEVAddRecExpr *BasePtrSCEV = in runOnLoop() local
387 if (!BasePtrSCEV->isAffine()) in runOnLoop()
390 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in runOnLoop()
391 assert(BasePtrSCEV->getLoop() == L && in runOnLoop()
404 const SCEV *BasePtrStartSCEV = BasePtrSCEV->getStart(); in runOnLoop()
409 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in runOnLoop()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp392 const SCEVAddRecExpr *BasePtrSCEV = in runOnLoop() local
394 if (!BasePtrSCEV->isAffine()) in runOnLoop()
397 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in runOnLoop()
398 assert(BasePtrSCEV->getLoop() == L && in runOnLoop()
411 const SCEV *BasePtrStartSCEV = BasePtrSCEV->getStart(); in runOnLoop()
416 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in runOnLoop()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp392 const SCEVAddRecExpr *BasePtrSCEV = in runOnLoop() local
394 if (!BasePtrSCEV->isAffine()) in runOnLoop()
397 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in runOnLoop()
398 assert(BasePtrSCEV->getLoop() == L && in runOnLoop()
411 const SCEV *BasePtrStartSCEV = BasePtrSCEV->getStart(); in runOnLoop()
416 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in runOnLoop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp491 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
493 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
496 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()
498 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()
510 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
514 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()
526 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
528 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp491 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
493 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
496 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()
498 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()
510 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
514 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()
526 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
528 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp496 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
498 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
501 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()
503 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()
515 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
519 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()
531 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
533 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp491 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
493 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
496 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()
498 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()
510 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
514 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()
526 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
528 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp491 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
493 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
496 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()
498 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()
510 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
514 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()
526 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
528 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp496 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
498 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
501 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()
503 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()
515 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
519 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()
531 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
533 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp496 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
498 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
501 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()
503 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()
515 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
519 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()
531 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
533 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp491 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
493 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
496 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()
498 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()
510 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
514 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()
526 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
528 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp491 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
493 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
496 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()
498 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()
510 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
514 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()
526 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
528 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp496 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
498 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
501 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()
503 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()
515 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
519 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()
531 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
533 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp496 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
498 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
501 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()
503 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()
515 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
519 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()
531 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
533 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp496 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
498 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
501 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()
503 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()
515 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
519 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()
531 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
533 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp496 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
498 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
501 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()
503 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()
515 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()
519 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()
531 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
533 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/CodeGen/
H A DIRBuilder.cpp166 auto *BasePtrSCEV = SE->getPointerBase(PtrSCEV); in annotateSecondLevel() local
181 SecondLevelAliasScopeMap.lookup(BasePtrSCEV); in annotateSecondLevel()
182 SecondLevelAliasScopeMap[BasePtrSCEV] = MDNode::concatenate( in annotateSecondLevel()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIRBuilder.cpp164 auto *BasePtrSCEV = SE->getPointerBase(PtrSCEV); in annotateSecondLevel() local
179 SecondLevelAliasScopeMap.lookup(BasePtrSCEV); in annotateSecondLevel()
180 SecondLevelAliasScopeMap[BasePtrSCEV] = MDNode::concatenate( in annotateSecondLevel()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIRBuilder.cpp164 auto *BasePtrSCEV = SE->getPointerBase(PtrSCEV); in annotateSecondLevel() local
179 SecondLevelAliasScopeMap.lookup(BasePtrSCEV); in annotateSecondLevel()
180 SecondLevelAliasScopeMap[BasePtrSCEV] = MDNode::concatenate( in annotateSecondLevel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/CodeGen/
H A DIRBuilder.cpp164 auto *BasePtrSCEV = SE->getPointerBase(PtrSCEV); in annotateSecondLevel() local
179 SecondLevelAliasScopeMap.lookup(BasePtrSCEV); in annotateSecondLevel()
180 SecondLevelAliasScopeMap[BasePtrSCEV] = MDNode::concatenate( in annotateSecondLevel()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/CodeGen/
H A DIRBuilder.cpp166 auto *BasePtrSCEV = SE->getPointerBase(PtrSCEV); in annotateSecondLevel() local
181 SecondLevelAliasScopeMap.lookup(BasePtrSCEV); in annotateSecondLevel()
182 SecondLevelAliasScopeMap[BasePtrSCEV] = MDNode::concatenate( in annotateSecondLevel()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIRBuilder.cpp196 auto *BasePtrSCEV = SE->getPointerBase(PtrSCEV); in annotateSecondLevel() local
211 SecondLevelAliasScopeMap.lookup(BasePtrSCEV); in annotateSecondLevel()
212 SecondLevelAliasScopeMap[BasePtrSCEV] = MDNode::concatenate( in annotateSecondLevel()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIRBuilder.cpp196 auto *BasePtrSCEV = SE->getPointerBase(PtrSCEV); in annotateSecondLevel() local
211 SecondLevelAliasScopeMap.lookup(BasePtrSCEV); in annotateSecondLevel()
212 SecondLevelAliasScopeMap[BasePtrSCEV] = MDNode::concatenate( in annotateSecondLevel()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIRBuilder.cpp196 auto *BasePtrSCEV = SE->getPointerBase(PtrSCEV); in annotateSecondLevel() local
211 SecondLevelAliasScopeMap.lookup(BasePtrSCEV); in annotateSecondLevel()
212 SecondLevelAliasScopeMap[BasePtrSCEV] = MDNode::concatenate( in annotateSecondLevel()

12