Home
last modified time | relevance | path

Searched refs:StoreLoc (Results 1 – 12 of 12) sorted by relevance

/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp297 MemoryLocation StoreLoc = MemoryLocation::get(SI); in TEST_F() local
299 Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
306 Clobber = Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp529 MemoryLocation StoreLoc = MemoryLocation::get(SI); in moveUp() local
530 if (isModOrRefSet(AA.getModRefInfo(P, StoreLoc))) in moveUp()
544 SmallVector<MemoryLocation, 8> MemLocs{StoreLoc}; in moveUp()
712 MemoryLocation StoreLoc = MemoryLocation::get(SI); in processStore() local
715 if (isModOrRefSet(AA.getModRefInfo(&*I, StoreLoc))) { in processStore()
DLoopIdiomRecognize.cpp786 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local
793 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access))) in mayLoopAccessLocation()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp494 MemoryLocation StoreLoc = MemoryLocation::get(SI); in moveUp() local
495 if (AA.getModRefInfo(P, StoreLoc) != MRI_NoModRef) in moveUp()
510 MemLocs.push_back(StoreLoc); in moveUp()
672 MemoryLocation StoreLoc = MemoryLocation::get(SI); in processStore() local
675 if (AA.getModRefInfo(&*I, StoreLoc) != MRI_NoModRef) { in processStore()
DLoopIdiomRecognize.cpp717 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local
723 (AA.getModRefInfo(&I, StoreLoc) & Access)) in mayLoopAccessLocation()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp386 AliasAnalysis::Location StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local
392 (AA.getModRefInfo(I, StoreLoc) & Access)) in mayLoopAccessLocation()
DMemCpyOptimizer.cpp501 AliasAnalysis::Location StoreLoc = AA.getLocation(SI); in processStore() local
504 if (AA.getModRefInfo(&*I, StoreLoc) != AliasAnalysis::NoModRef) { in processStore()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryDependenceAnalysis.cpp451 AliasAnalysis::Location StoreLoc = AA->getLocation(SI); in getPointerDependencyFrom() local
454 AliasAnalysis::AliasResult R = AA->alias(StoreLoc, MemLoc); in getPointerDependencyFrom()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemorySSA.cpp671 MemoryLocation StoreLoc = MemoryLocation::get(SI); in TEST_F() local
673 Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
680 Clobber = Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp610 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom() local
613 AliasResult R = AA.alias(StoreLoc, MemLoc); in getSimplePointerDependencyFrom()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp645 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom() local
648 AliasResult R = AA.alias(StoreLoc, MemLoc); in getSimplePointerDependencyFrom()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp1984 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local
1990 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access))) in mayLoopAccessLocation()