Home
last modified time | relevance | path

Searched refs:getModRefInfoMask (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp77 ModRefInfo ObjCARCAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in ObjCARCAAResult
81 return AAResultBase::getModRefInfoMask(Loc, AAQI, IgnoreLocals); in getModRefInfoMask()
86 if (isNoModRef(AAResultBase::getModRefInfoMask( in getModRefInfoMask()
94 return AAResultBase::getModRefInfoMask(MemoryLocation::getBeforeOrAfter(U), in getModRefInfoMask()
H A DAliasAnalysis.cpp149 ModRefInfo AAResults::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in AAResults
152 return getModRefInfoMask(Loc, AAQIP, IgnoreLocals); in getModRefInfoMask()
155 ModRefInfo AAResults::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in AAResults
160 Result &= AA->getModRefInfoMask(Loc, AAQI, IgnoreLocals); in getModRefInfoMask()
260 Result &= getModRefInfoMask(Loc); in getModRefInfo()
502 if (!isModSet(getModRefInfoMask(Loc))) in getModRefInfo()
517 return getModRefInfoMask(Loc); in getModRefInfo()
533 return getModRefInfoMask(Loc, AAQI); in getModRefInfo()
546 return getModRefInfoMask(Loc, AAQI); in getModRefInfo()
559 return getModRefInfoMask(Loc, AAQI); in getModRefInfo()
H A DTypeBasedAliasAnalysis.cpp387 ModRefInfo TypeBasedAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in TypeBasedAAResult
H A DMemoryDependenceAnalysis.cpp563 if (!isModSet(BatchAA.getModRefInfoMask(LoadLoc))) in getSimplePointerDependencyFrom()
H A DBasicAliasAnalysis.cpp716 ModRefInfo BasicAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in BasicAAResult
H A DMemorySSA.cpp374 !isModSet(AA.getModRefInfoMask(MemoryLocation::get(LI))); in isUseTriviallyOptimizableToLiveOnEntry()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h392 return isNoModRef(getModRefInfoMask(Loc, OrLocal));
413 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc,
418 ModRefInfo getModRefInfoMask(const Value *P, bool IgnoreLocals = false) {
419 return getModRefInfoMask(MemoryLocation::getBeforeOrAfter(P), IgnoreLocals);
571 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
640 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc,
642 return AA.getModRefInfoMask(Loc, AAQI, IgnoreLocals);
718 virtual ModRefInfo getModRefInfoMask(const MemoryLocation &Loc,
770 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
772 return Result.getModRefInfoMask(Loc, AAQI, IgnoreLocals);
[all …]
H A DObjCARCAliasAnalysis.h55 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
H A DTypeBasedAliasAnalysis.h43 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
H A DBasicAliasAnalysis.h87 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAliasAnalysis.cpp87 ModRefInfo NVPTXAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in NVPTXAAResult
H A DNVPTXAliasAnalysis.h37 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.h41 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
H A DAMDGPUAliasAnalysis.cpp99 ModRefInfo AMDGPUAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in AMDGPUAAResult
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp161 if (isModSet(AA->getModRefInfoMask(MI->getSource()))) in isOnlyCopiedFromConstantMemory()
1400 if (!isModSet(AA->getModRefInfoMask(Ptr))) in visitStoreInst()
H A DInstCombineCalls.cpp133 if (!isModSet(AA->getModRefInfoMask(MI->getDest()))) { in SimplifyAnyMemTransfer()
242 if (!isModSet(AA->getModRefInfoMask(MI->getDest()))) { in SimplifyAnyMemSet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp534 if (!isModSet(AA->getModRefInfoMask(LI->getOperand(0))) || in isLoopInvariantValue()
H A DLICM.cpp1166 if (!isModSet(AA->getModRefInfoMask(LI->getOperand(0)))) in canSinkOrHoistInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp117 MR &= AAR.getModRefInfoMask(Loc, /*IgnoreLocal=*/true); in addLocAccess()