Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp72 bool ObjCARCAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in ObjCARCAAResult
75 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
80 if (AAResultBase::pointsToConstantMemory( in pointsToConstantMemory()
88 return AAResultBase::pointsToConstantMemory(MemoryLocation(U), AAQI, in pointsToConstantMemory()
DAliasAnalysis.cpp121 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in AAResults
124 return pointsToConstantMemory(Loc, AAQIP, OrLocal); in pointsToConstantMemory()
127 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in AAResults
130 if (AA->pointsToConstantMemory(Loc, AAQI, OrLocal)) in pointsToConstantMemory()
239 if (isModSet(Result) && pointsToConstantMemory(Loc, /*OrLocal*/ false)) in getModRefInfo()
479 if (pointsToConstantMemory(Loc, AAQI)) in getModRefInfo()
501 if (Loc.Ptr && pointsToConstantMemory(Loc, AAQI)) in getModRefInfo()
524 if (pointsToConstantMemory(Loc, AAQI)) in getModRefInfo()
548 if (pointsToConstantMemory(Loc, AAQI)) in getModRefInfo()
568 if (pointsToConstantMemory(Loc, AAQI)) in getModRefInfo()
DTypeBasedAliasAnalysis.cpp384 bool TypeBasedAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in TypeBasedAAResult
388 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
392 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
400 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
DBasicAliasAnalysis.cpp654 bool BasicAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in BasicAAResult
665 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
679 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
697 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
706 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
DMemoryDependenceAnalysis.cpp610 if (AA.pointsToConstantMemory(LoadLoc)) in getSimplePointerDependencyFrom()
DMemorySSA.cpp380 AA.pointsToConstantMemory(MemoryLocation( in isUseTriviallyOptimizableToLiveOnEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h393 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);
397 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
398 return pointsToConstantMemory(MemoryLocation(P), OrLocal);
695 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
786 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false) {
787 return AA.pointsToConstantMemory(Loc, AAQI, OrLocal);
844 virtual bool pointsToConstantMemory(const MemoryLocation &Loc,
903 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI, in pointsToConstantMemory() function
905 return Result.pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
979 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI, in pointsToConstantMemory() function
[all …]
DObjCARCAnalysisUtils.h184 if (AA.pointsToConstantMemory(Op)) in IsPotentialRetainableObjPtr()
189 if (AA.pointsToConstantMemory(LI->getPointerOperand())) in IsPotentialRetainableObjPtr()
DObjCARCAliasAnalysis.h57 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
DTypeBasedAliasAnalysis.h45 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
DBasicAliasAnalysis.h94 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAliasAnalysis.cpp92 bool AMDGPUAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in AMDGPUAAResult
110 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
137 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
DAMDGPUAliasAnalysis.h49 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp175 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()
190 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()
197 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()
203 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp555 if (AA->pointsToConstantMemory(LI->getOperand(0)) || in isLoopInvariantValue()
DLICM.cpp1104 if (AA->pointsToConstantMemory(LI->getOperand(0))) in canSinkOrHoistInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1424 if (AA->pointsToConstantMemory(Ptr)) in visitStoreInst()
DInstCombineCalls.cpp134 if (AA->pointsToConstantMemory(MI->getDest())) { in SimplifyAnyMemTransfer()
244 if (AA->pointsToConstantMemory(MI->getDest())) { in SimplifyAnyMemSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1339 AA->pointsToConstantMemory( in isDereferenceableInvariantLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4087 AA->pointsToConstantMemory(MemoryLocation( in visitLoad()
4204 !AA->pointsToConstantMemory(MemoryLocation( in visitLoadFromSwiftError()
4541 bool AddToChain = !AA || !AA->pointsToConstantMemory(ML); in visitMaskedLoad()
4590 AA->pointsToConstantMemory( in visitMaskedGather()
7284 if (Builder.AA && Builder.AA->pointsToConstantMemory(PtrVal)) { in getMemCmpLoad()