Searched refs:getMemSetPatternValue (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 300 static Constant *getMemSetPatternValue(Value *V, const DataLayout *DL) { in getMemSetPatternValue() function 386 (PatternValue = getMemSetPatternValue(StoredVal, DL))) { in isLegalStore() 539 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores() 572 SecondPatternValue = getMemSetPatternValue(SecondStoredVal, DL); in processLoopStores() 753 PatternValue = getMemSetPatternValue(StoredVal, DL); in processLoopStridedStore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 349 static Constant *getMemSetPatternValue(Value *V, const DataLayout *DL) { in getMemSetPatternValue() function 445 (PatternValue = getMemSetPatternValue(StoredVal, DL))) { in isLegalStore() 608 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores() 641 SecondPatternValue = getMemSetPatternValue(SecondStoredVal, DL); in processLoopStores() 858 PatternValue = getMemSetPatternValue(StoredVal, DL); in processLoopStridedStore()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 404 static Constant *getMemSetPatternValue(Value *V, const TargetData &TD) { in getMemSetPatternValue() function 461 (PatternValue = getMemSetPatternValue(StoredVal, *TD))) { in processLoopStridedStore()
|