Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp73 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 DObjCARCAnalysisUtils.cpp35 if (AA.pointsToConstantMemory(Op)) in IsPotentialRetainableObjPtr()
40 if (AA.pointsToConstantMemory(LI->getPointerOperand())) in IsPotentialRetainableObjPtr()
H A DAliasAnalysis.cpp163 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 DTypeBasedAliasAnalysis.cpp385 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 DBasicAliasAnalysis.cpp604 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 DMemoryDependenceAnalysis.cpp540 if (BatchAA.pointsToConstantMemory(LoadLoc)) in getSimplePointerDependencyFrom()
H A DMemorySSA.cpp369 AA.pointsToConstantMemory(MemoryLocation::get(LI)); in isUseTriviallyOptimizableToLiveOnEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h540 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 DObjCARCAliasAnalysis.h57 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
H A DTypeBasedAliasAnalysis.h45 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
H A DBasicAliasAnalysis.h87 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp122 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 DAMDGPUAliasAnalysis.h45 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp184 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 DInstCombineLoadStoreAlloca.cpp135 if (!AA->pointsToConstantMemory(MI->getSource())) in isOnlyCopiedFromConstantMemory()
1387 if (AA->pointsToConstantMemory(Ptr)) in visitStoreInst()
H A DInstCombineCalls.cpp128 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 DLoopPredication.cpp557 if (AA->pointsToConstantMemory(LI->getOperand(0)) || in isLoopInvariantValue()
H A DLICM.cpp1183 if (AA->pointsToConstantMemory(LI->getOperand(0))) in canSinkOrHoistInst()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAliasAnalysis.rst164 The ``pointsToConstantMemory`` method
167 The ``pointsToConstantMemory`` method returns true if and only if the analysis
H A DLangRef.rst5865 ``pointsToConstantMemory`` should return true; see `other useful
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp1428 AA->pointsToConstantMemory( in isDereferenceableInvariantLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4080 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()