Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp613 bool BasicAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in BasicAAResult
624 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
638 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
656 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
664 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()
/freebsd-13.1/contrib/llvm-project/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) {
844 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
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,
1113 return AAR ? AAR->pointsToConstantMemory(Loc, AAQI, OrLocal)
1114 : CurrentResult.pointsToConstantMemory(Loc, AAQI, OrLocal);
[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,
/freebsd-13.1/contrib/llvm-project/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,
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp135 if (!AA->pointsToConstantMemory(MI->getSource())) in isOnlyCopiedFromConstantMemory()
1399 if (AA->pointsToConstantMemory(Ptr)) in visitStoreInst()
H A DInstCombineCalls.cpp129 if (AA->pointsToConstantMemory(MI->getDest())) { in SimplifyAnyMemTransfer()
238 if (AA->pointsToConstantMemory(MI->getDest())) { in SimplifyAnyMemSet()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp557 if (AA->pointsToConstantMemory(LI->getOperand(0)) || in isLoopInvariantValue()
H A DLICM.cpp1211 if (AA->pointsToConstantMemory(LI->getOperand(0))) in canSinkOrHoistInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1428 AA->pointsToConstantMemory( in isDereferenceableInvariantLoad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4081 AA->pointsToConstantMemory(MemoryLocation( in visitLoad()
4192 !AA->pointsToConstantMemory(MemoryLocation( in visitLoadFromSwiftError()
4500 bool AddToChain = !AA || !AA->pointsToConstantMemory(ML); in visitMaskedLoad()
7593 if (Builder.AA && Builder.AA->pointsToConstantMemory(PtrVal)) { in getMemCmpLoad()