OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMemSetPatternValue
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
294
///
getMemSetPatternValue
- If a strided store of the specified value is safe to
300
static Constant *
getMemSetPatternValue
(Value *V, const DataLayout *DL) {
386
(PatternValue =
getMemSetPatternValue
(StoredVal, DL))) {
539
FirstPatternValue =
getMemSetPatternValue
(FirstStoredVal, DL);
572
SecondPatternValue =
getMemSetPatternValue
(SecondStoredVal, DL);
753
PatternValue =
getMemSetPatternValue
(StoredVal, DL);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
398
///
getMemSetPatternValue
- If a strided store of the specified value is safe to
404
static Constant *
getMemSetPatternValue
(Value *V, const TargetData &TD) {
461
(PatternValue =
getMemSetPatternValue
(StoredVal, *TD))) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
343
///
getMemSetPatternValue
- If a strided store of the specified value is safe to
349
static Constant *
getMemSetPatternValue
(Value *V, const DataLayout *DL) {
445
(PatternValue =
getMemSetPatternValue
(StoredVal, DL))) {
608
FirstPatternValue =
getMemSetPatternValue
(FirstStoredVal, DL);
641
SecondPatternValue =
getMemSetPatternValue
(SecondStoredVal, DL);
858
PatternValue =
getMemSetPatternValue
(StoredVal, DL);
[
all
...]
Completed in 901 milliseconds