Searched refs:processLoopStridedStore (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 85 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize, 306 if (processLoopStridedStore(StorePtr, StoreSize, SI->getAlignment(), in processLoopStore() 359 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes, in processLoopMemSet() 440 processLoopStridedStore(Value *DestPtr, unsigned StoreSize, in processLoopStridedStore() function in LoopIdiomRecognize
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 115 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize, 635 if (processLoopStridedStore(StorePtr, StoreSize, HeadStore->getAlignment(), in processLoopStores() 690 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes, in processLoopMemSet() 744 bool LoopIdiomRecognize::processLoopStridedStore( in processLoopStridedStore() function in LoopIdiomRecognize
|