HomeSort by relevance Sort by last modified time
    Searched refs:processLoopStridedStore (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 85 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
306 if (processLoopStridedStore(StorePtr, StoreSize, SI->getAlignment(),
359 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes,
437 /// processLoopStridedStore - We see a strided store of some value. If we can
440 processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 115 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
635 if (processLoopStridedStore(StorePtr, StoreSize, HeadStore->getAlignment(),
690 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes,
742 /// processLoopStridedStore - We see a strided store of some value. If we can
744 bool LoopIdiomRecognize::processLoopStridedStore(
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 170 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
704 if (processLoopStridedStore(StorePtr, StoreSize, HeadStore->getAlignment(),
759 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes,
847 /// processLoopStridedStore - We see a strided store of some value. If we can
849 bool LoopIdiomRecognize::processLoopStridedStore(
    [all...]

Completed in 257 milliseconds