/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ObjCARCAliasAnalysis.cpp | 72 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()
|
D | AliasAnalysis.cpp | 121 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()
|
D | TypeBasedAliasAnalysis.cpp | 384 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()
|
D | BasicAliasAnalysis.cpp | 654 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()
|
D | MemoryDependenceAnalysis.cpp | 610 if (AA.pointsToConstantMemory(LoadLoc)) in getSimplePointerDependencyFrom()
|
D | MemorySSA.cpp | 380 AA.pointsToConstantMemory(MemoryLocation( in isUseTriviallyOptimizableToLiveOnEntry()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 393 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 …]
|
D | ObjCARCAnalysisUtils.h | 184 if (AA.pointsToConstantMemory(Op)) in IsPotentialRetainableObjPtr() 189 if (AA.pointsToConstantMemory(LI->getPointerOperand())) in IsPotentialRetainableObjPtr()
|
D | ObjCARCAliasAnalysis.h | 57 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
|
D | TypeBasedAliasAnalysis.h | 45 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
|
D | BasicAliasAnalysis.h | 94 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAliasAnalysis.cpp | 92 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()
|
D | AMDGPUAliasAnalysis.h | 49 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 175 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/ |
D | LoopPredication.cpp | 555 if (AA->pointsToConstantMemory(LI->getOperand(0)) || in isLoopInvariantValue()
|
D | LICM.cpp | 1104 if (AA->pointsToConstantMemory(LI->getOperand(0))) in canSinkOrHoistInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 1424 if (AA->pointsToConstantMemory(Ptr)) in visitStoreInst()
|
D | InstCombineCalls.cpp | 134 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/ |
D | MachineInstr.cpp | 1339 AA->pointsToConstantMemory( in isDereferenceableInvariantLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 4087 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()
|