Home
last modified time | relevance | path

Searched refs:BaseSCEV (Results 1 – 20 of 20) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp129 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
132 const SCEV *BaseSCEV; member
309 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in runOnLoop()
373 Buckets[i].BaseSCEV = SE->getAddExpr(Buckets[i].BaseSCEV, Offset); in runOnLoop()
386 cast<SCEVAddRecExpr>(Buckets[i].BaseSCEV); in runOnLoop()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp136 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
139 const SCEV *BaseSCEV; member
316 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in runOnLoop()
380 Buckets[i].BaseSCEV = SE->getAddExpr(Buckets[i].BaseSCEV, Offset); in runOnLoop()
393 cast<SCEVAddRecExpr>(Buckets[i].BaseSCEV); in runOnLoop()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp136 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
139 const SCEV *BaseSCEV; member
316 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in runOnLoop()
380 Buckets[i].BaseSCEV = SE->getAddExpr(Buckets[i].BaseSCEV, Offset); in runOnLoop()
393 cast<SCEVAddRecExpr>(Buckets[i].BaseSCEV); in runOnLoop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp138 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
141 const SCEV *BaseSCEV; member
316 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
428 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
473 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
492 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); in rewriteLoadStores()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp138 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
141 const SCEV *BaseSCEV; member
316 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
428 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
473 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
492 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); in rewriteLoadStores()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp136 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
139 const SCEV *BaseSCEV; member
317 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
433 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
478 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
497 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); in rewriteLoadStores()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp138 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
141 const SCEV *BaseSCEV; member
316 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
428 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
473 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
492 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); in rewriteLoadStores()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp138 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
141 const SCEV *BaseSCEV; member
316 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
428 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
473 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
492 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); in rewriteLoadStores()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp136 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
139 const SCEV *BaseSCEV; member
317 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
433 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
478 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
497 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); in rewriteLoadStores()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp136 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
139 const SCEV *BaseSCEV; member
317 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
433 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
478 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
497 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); in rewriteLoadStores()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp138 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
141 const SCEV *BaseSCEV; member
316 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
428 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
473 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
492 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); 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.cpp138 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
141 const SCEV *BaseSCEV; member
316 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
428 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
473 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
492 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); in rewriteLoadStores()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp136 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
139 const SCEV *BaseSCEV; member
317 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
433 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
478 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
497 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); in rewriteLoadStores()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp136 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
139 const SCEV *BaseSCEV; member
317 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
433 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
478 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
497 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); in rewriteLoadStores()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp136 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
139 const SCEV *BaseSCEV; member
317 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
433 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
478 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
497 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); in rewriteLoadStores()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp136 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
139 const SCEV *BaseSCEV; member
317 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
433 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
478 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
497 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); in rewriteLoadStores()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp136 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket()
139 const SCEV *BaseSCEV; member
532 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
636 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForDispFormChain()
681 BucketChain.BaseSCEV = SE->getAddExpr(BucketChain.BaseSCEV, Offset); in prepareBaseForUpdateFormChain()
701 cast<SCEVAddRecExpr>(BucketChain.BaseSCEV); in rewriteLoadStores()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/CodeGen/
H A DIRBuilder.cpp215 auto *BaseSCEV = SE->getPointerBase(PtrSCEV); in annotate() local
216 auto *SU = dyn_cast<SCEVUnknown>(BaseSCEV); in annotate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/CodeGen/
H A DIRBuilder.cpp213 auto *BaseSCEV = SE->getPointerBase(PtrSCEV); in annotate() local
214 auto *SU = dyn_cast<SCEVUnknown>(BaseSCEV); in annotate()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/CodeGen/
H A DIRBuilder.cpp215 auto *BaseSCEV = SE->getPointerBase(PtrSCEV); in annotate() local
216 auto *SU = dyn_cast<SCEVUnknown>(BaseSCEV); in annotate()