Home
last modified time | relevance | path

Searched defs:BECount (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp185 const SCEV *BECount = SE->getBackedgeTakenCount(L); in runOnLoop() local
225 bool LoopIdiomRecognize::runOnLoopBlock(BasicBlock *BB, const SCEV *BECount, in runOnLoopBlock()
269 bool LoopIdiomRecognize::processLoopStore(StoreInst *SI, const SCEV *BECount) { in processLoopStore()
328 processLoopMemSet(MemSetInst *MSI, const SCEV *BECount) { in processLoopMemSet()
369 Loop *L, const SCEV *BECount, in mayLoopAccessLocation()
443 const SCEV *BECount) { in processLoopStridedStore()
552 const SCEV *BECount) { in processLoopStoreOfLoopLoad()
DIndVarSimplify.cpp1438 FindLoopCounter(Loop *L, const SCEV *BECount, in FindLoopCounter()
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp244 const SCEV *BECount = SE->getBackedgeTakenCount(CurLoop); in runOnCountableLoop() local
460 BasicBlock *BB, const SCEV *BECount, in runOnLoopBlock()
508 const SCEV *BECount, in processLoopStores()
648 const SCEV *BECount) { in processLoopMemSet()
700 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation()
732 static const SCEV *getStartForNegStride(const SCEV *Start, const SCEV *BECount, in getStartForNegStride()
748 const SCEV *BECount, bool NegStride) { in processLoopStridedStore()
846 const SCEV *BECount) { in processLoopStoreOfLoopLoad()
DIndVarSimplify.cpp1743 static PHINode *FindLoopCounter(Loop *L, const SCEV *BECount, in FindLoopCounter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp300 const SCEV *BECount = SE->getBackedgeTakenCount(CurLoop); in runOnCountableLoop() local
529 BasicBlock *BB, const SCEV *BECount, in runOnLoopBlock()
577 const SCEV *BECount, in processLoopStores()
717 const SCEV *BECount) { in processLoopMemSet()
769 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation()
802 static const SCEV *getStartForNegStride(const SCEV *Start, const SCEV *BECount, in getStartForNegStride()
816 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes()
853 const SCEV *BECount, bool NegStride, bool IsLoopMemset) { in processLoopStridedStore()
958 const SCEV *BECount) { in processLoopStoreOfLoopLoad()
DIndVarSimplify.cpp2029 static PHINode *FindLoopCounter(Loop *L, const SCEV *BECount, in FindLoopCounter()
/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp62 static void ConnectProlog(Loop *L, Value *BECount, unsigned Count, in ConnectProlog()
546 Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(), in UnrollRuntimeLoopRemainder() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp67 static void ConnectProlog(Loop *L, Value *BECount, unsigned Count, in ConnectProlog()
680 Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(), in UnrollRuntimeLoopRemainder() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp1967 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation()
2006 StoreInst *SI, const SCEV *BECount) { in processCopyingStore()
2356 const SCEV *BECount, SmallVectorImpl<BasicBlock*> &ExitBlocks) { in runOnLoopBlock()
2386 const SCEV *BECount = SE->getBackedgeTakenCount(L); in runOnCountableLoop() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4166 const SCEV *BECount = 0; in getExact() local
4343 const SCEV *BECount = getCouldNotCompute(); in ComputeExitLimitFromCond() local
4375 const SCEV *BECount = getCouldNotCompute(); in ComputeExitLimitFromCond() local
6173 const SCEV *BECount = getBECount(Start, End, Step, NoWrap); in HowManyLessThans() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1280 const SCEV *BECount = SE->getBackedgeTakenCount(L); in getPreStartForExtend() local
5542 const SCEV *BECount = nullptr; in getExact() local
5819 const SCEV *BECount = getCouldNotCompute(); in computeExitLimitFromCond() local
5867 const SCEV *BECount = getCouldNotCompute(); in computeExitLimitFromCond() local
8680 const SCEV *BECount = computeBECount(getMinusSCEV(End, Start), Stride, false); in howManyLessThans() local
8756 const SCEV *BECount = computeBECount(getMinusSCEV(Start, End), Stride, false); in howManyGreaterThans() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp1438 const SCEV *BECount = SE->getBackedgeTakenCount(L); in getPreStartForExtend() local
6863 const SCEV *BECount = ENT.ExactNotTaken; in getExact() local
7180 const SCEV *BECount = getCouldNotCompute(); in computeExitLimitFromCondImpl() local
7228 const SCEV *BECount = getCouldNotCompute(); in computeExitLimitFromCondImpl() local
10400 const SCEV *BECount; in howManyLessThans() local
10474 const SCEV *BECount = computeBECount(getMinusSCEV(Start, End), Stride, false); in howManyGreaterThans() local
DDependenceAnalysis.cpp1015 const SCEV *BECount = SE->getBackedgeTakenCount(AddRec->getLoop()); in isKnownLessThan() local