Home
last modified time | relevance | path

Searched refs:pointsToConstantMemory (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Analysis/
DTypeBasedAliasAnalysis.cpp144 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
233 bool TypeBasedAliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() function in TypeBasedAliasAnalysis
236 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
239 if (!M) return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
246 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
DAliasAnalysis.cpp52 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() function in AliasAnalysis
55 return AA->pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
109 if ((Mask & Mod) && pointsToConstantMemory(Loc)) in getModRefInfo()
310 if (pointsToConstantMemory(Loc)) in getModRefInfo()
326 if (pointsToConstantMemory(Loc)) in getModRefInfo()
DAliasDebugger.cpp116 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) { in pointsToConstantMemory() function in __anone5a631090111::AliasDebugger
118 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
DAliasAnalysisCounter.cpp101 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) { in pointsToConstantMemory() function in __anon9717e1e80111::AliasAnalysisCounter
102 return getAnalysis<AliasAnalysis>().pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
DNoAliasAnalysis.cpp53 virtual bool pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() function
DBasicAliasAnalysis.cpp497 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
572 BasicAliasAnalysis::pointsToConstantMemory(const Location &Loc, bool OrLocal) { in pointsToConstantMemory() function in BasicAliasAnalysis
582 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
596 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
614 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
623 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp72 bool ObjCARCAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in ObjCARCAAResult
75 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
80 if (AAResultBase::pointsToConstantMemory( in pointsToConstantMemory()
88 return AAResultBase::pointsToConstantMemory(MemoryLocation(U), OrLocal); in pointsToConstantMemory()
DAliasAnalysis.cpp112 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in AAResults
115 if (AA->pointsToConstantMemory(Loc, OrLocal)) in pointsToConstantMemory()
212 if (isModSet(Result) && pointsToConstantMemory(Loc, /*OrLocal*/ false)) in getModRefInfo()
431 if (pointsToConstantMemory(Loc)) in getModRefInfo()
446 if (Loc.Ptr && pointsToConstantMemory(Loc)) in getModRefInfo()
462 if (pointsToConstantMemory(Loc)) in getModRefInfo()
479 if (pointsToConstantMemory(Loc)) in getModRefInfo()
492 if (pointsToConstantMemory(Loc)) in getModRefInfo()
DTypeBasedAliasAnalysis.cpp383 bool TypeBasedAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in TypeBasedAAResult
386 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
390 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
398 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
/external/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp72 bool ObjCARCAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in ObjCARCAAResult
75 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
80 if (AAResultBase::pointsToConstantMemory( in pointsToConstantMemory()
88 return AAResultBase::pointsToConstantMemory(MemoryLocation(U), OrLocal); in pointsToConstantMemory()
DAliasAnalysis.cpp86 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in AAResults
89 if (AA->pointsToConstantMemory(Loc, OrLocal)) in pointsToConstantMemory()
175 pointsToConstantMemory(Loc, /*OrLocal*/ false)) in getModRefInfo()
341 if (pointsToConstantMemory(Loc)) in getModRefInfo()
360 if (pointsToConstantMemory(Loc)) in getModRefInfo()
373 if (pointsToConstantMemory(Loc)) in getModRefInfo()
386 if (pointsToConstantMemory(Loc)) in getModRefInfo()
DTypeBasedAliasAnalysis.cpp303 bool TypeBasedAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in TypeBasedAAResult
306 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
310 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
318 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h234 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);
238 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
239 return pointsToConstantMemory(MemoryLocation(P), OrLocal);
610 virtual bool pointsToConstantMemory(const MemoryLocation &Loc,
668 bool pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function
670 return Result.pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
742 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() function
743 return AAR ? AAR->pointsToConstantMemory(Loc, OrLocal) in pointsToConstantMemory()
744 : CurrentResult.pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
793 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() function
DObjCARCAnalysisUtils.h172 if (AA.pointsToConstantMemory(Op)) in IsPotentialRetainableObjPtr()
177 if (AA.pointsToConstantMemory(LI->getPointerOperand())) in IsPotentialRetainableObjPtr()
DObjCARCAliasAnalysis.h54 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
DTypeBasedAliasAnalysis.h39 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h372 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);
376 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
377 return pointsToConstantMemory(MemoryLocation(P), OrLocal);
767 virtual bool pointsToConstantMemory(const MemoryLocation &Loc,
825 bool pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function
827 return Result.pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
899 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() function
900 return AAR ? AAR->pointsToConstantMemory(Loc, OrLocal) in pointsToConstantMemory()
901 : CurrentResult.pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
950 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() function
DObjCARCAnalysisUtils.h185 if (AA.pointsToConstantMemory(Op)) in IsPotentialRetainableObjPtr()
190 if (AA.pointsToConstantMemory(LI->getPointerOperand())) in IsPotentialRetainableObjPtr()
DObjCARCAliasAnalysis.h57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
DTypeBasedAliasAnalysis.h45 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAliasAnalysis.cpp118 bool AMDGPUAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in AMDGPUAAResult
136 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
163 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
DAMDGPUAliasAnalysis.h51 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DFunctionAttrs.cpp146 if (!AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) { in AddReadAttrs()
169 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) in AddReadAttrs()
176 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) in AddReadAttrs()
182 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) in AddReadAttrs()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasAnalysis.h203 virtual bool pointsToConstantMemory(const Location &Loc,
207 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
208 return pointsToConstantMemory(Location(P), OrLocal);
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp129 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()
144 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()
151 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()
157 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()

12