/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ObjCARCAliasAnalysis.cpp | 73 bool ObjCARCAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in ObjCARCAAResult 76 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 81 if (AAResultBase::pointsToConstantMemory( in pointsToConstantMemory() 89 return AAResultBase::pointsToConstantMemory( in pointsToConstantMemory()
|
H A D | ObjCARCAnalysisUtils.cpp | 35 if (AA.pointsToConstantMemory(Op)) in IsPotentialRetainableObjPtr() 40 if (AA.pointsToConstantMemory(LI->getPointerOperand())) in IsPotentialRetainableObjPtr()
|
H A D | AliasAnalysis.cpp | 163 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in AAResults 166 return pointsToConstantMemory(Loc, AAQIP, OrLocal); in pointsToConstantMemory() 169 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in AAResults 172 if (AA->pointsToConstantMemory(Loc, AAQI, OrLocal)) in pointsToConstantMemory() 280 if (isModSet(Result) && pointsToConstantMemory(Loc, AAQI, /*OrLocal*/ false)) in getModRefInfo() 522 if (pointsToConstantMemory(Loc, AAQI)) in getModRefInfo() 544 if (Loc.Ptr && pointsToConstantMemory(Loc, AAQI)) in getModRefInfo() 567 if (pointsToConstantMemory(Loc, AAQI)) in getModRefInfo() 591 if (pointsToConstantMemory(Loc, AAQI)) in getModRefInfo() 611 if (pointsToConstantMemory(Loc, AAQI)) in getModRefInfo()
|
H A D | TypeBasedAliasAnalysis.cpp | 385 bool TypeBasedAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in TypeBasedAAResult 389 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 393 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 401 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
|
H A D | BasicAliasAnalysis.cpp | 604 bool BasicAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in BasicAAResult 615 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 629 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 647 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 655 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
|
H A D | MemoryDependenceAnalysis.cpp | 540 if (BatchAA.pointsToConstantMemory(LoadLoc)) in getSimplePointerDependencyFrom()
|
H A D | MemorySSA.cpp | 369 AA.pointsToConstantMemory(MemoryLocation::get(LI)); in isUseTriviallyOptimizableToLiveOnEntry()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | AliasAnalysis.h | 540 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false); 544 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) { 545 return pointsToConstantMemory(MemoryLocation::getBeforeOrAfter(P), OrLocal); 844 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI, 905 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false) { 906 return AA.pointsToConstantMemory(Loc, AAQI, OrLocal); 976 virtual bool pointsToConstantMemory(const MemoryLocation &Loc, 1035 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI, 1037 return Result.pointsToConstantMemory(Loc, AAQI, OrLocal); 1111 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI, [all …]
|
H A D | ObjCARCAliasAnalysis.h | 57 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
|
H A D | TypeBasedAliasAnalysis.h | 45 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
|
H A D | BasicAliasAnalysis.h | 87 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAliasAnalysis.cpp | 122 bool AMDGPUAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in AMDGPUAAResult 144 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 171 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
|
H A D | AMDGPUAliasAnalysis.h | 45 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 184 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess() 199 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess() 206 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess() 212 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 135 if (!AA->pointsToConstantMemory(MI->getSource())) in isOnlyCopiedFromConstantMemory() 1387 if (AA->pointsToConstantMemory(Ptr)) in visitStoreInst()
|
H A D | InstCombineCalls.cpp | 128 if (AA->pointsToConstantMemory(MI->getDest())) { in SimplifyAnyMemTransfer() 237 if (AA->pointsToConstantMemory(MI->getDest())) { in SimplifyAnyMemSet()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 557 if (AA->pointsToConstantMemory(LI->getOperand(0)) || in isLoopInvariantValue()
|
H A D | LICM.cpp | 1183 if (AA->pointsToConstantMemory(LI->getOperand(0))) in canSinkOrHoistInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AliasAnalysis.rst | 164 The ``pointsToConstantMemory`` method 167 The ``pointsToConstantMemory`` method returns true if and only if the analysis
|
H A D | LangRef.rst | 5865 ``pointsToConstantMemory`` should return true; see `other useful
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 1428 AA->pointsToConstantMemory( in isDereferenceableInvariantLoad()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4080 AA->pointsToConstantMemory(MemoryLocation( in visitLoad() 4191 !AA->pointsToConstantMemory(MemoryLocation( in visitLoadFromSwiftError() 4499 bool AddToChain = !AA || !AA->pointsToConstantMemory(ML); in visitMaskedLoad() 7536 if (Builder.AA && Builder.AA->pointsToConstantMemory(PtrVal)) { in getMemCmpLoad()
|