Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp75 ModRefInfo ObjCARCAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in ObjCARCAAResult
79 return AAResultBase::getModRefInfoMask(Loc, AAQI, IgnoreLocals); in getModRefInfoMask()
84 if (isNoModRef(AAResultBase::getModRefInfoMask( in getModRefInfoMask()
92 return AAResultBase::getModRefInfoMask(MemoryLocation::getBeforeOrAfter(U), in getModRefInfoMask()
H A DAliasAnalysis.cpp151 ModRefInfo AAResults::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in AAResults
154 return getModRefInfoMask(Loc, AAQIP, IgnoreLocals); in getModRefInfoMask()
157 ModRefInfo AAResults::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in AAResults
162 Result &= AA->getModRefInfoMask(Loc, AAQI, IgnoreLocals); in getModRefInfoMask()
230 Result &= getModRefInfoMask(Loc); in getModRefInfo()
456 if (!isModSet(getModRefInfoMask(Loc))) in getModRefInfo()
471 return getModRefInfoMask(Loc); in getModRefInfo()
487 return getModRefInfoMask(Loc, AAQI); in getModRefInfo()
500 return getModRefInfoMask(Loc, AAQI); in getModRefInfo()
513 return getModRefInfoMask(Loc, AAQI); in getModRefInfo()
H A DTypeBasedAliasAnalysis.cpp388 ModRefInfo TypeBasedAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in TypeBasedAAResult
H A DMemoryDependenceAnalysis.cpp526 if (!isModSet(BatchAA.getModRefInfoMask(LoadLoc))) in getSimplePointerDependencyFrom()
H A DBasicAliasAnalysis.cpp753 ModRefInfo BasicAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in BasicAAResult
H A DMemorySSA.cpp377 !isModSet(AA.getModRefInfoMask(MemoryLocation::get(LI))); in isUseTriviallyOptimizableToLiveOnEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h404 return isNoModRef(getModRefInfoMask(Loc, OrLocal));
425 LLVM_ABI ModRefInfo getModRefInfoMask(const MemoryLocation &Loc,
430 ModRefInfo getModRefInfoMask(const Value *P, bool IgnoreLocals = false) {
431 return getModRefInfoMask(MemoryLocation::getBeforeOrAfter(P), IgnoreLocals);
589 LLVM_ABI ModRefInfo getModRefInfoMask(const MemoryLocation &Loc,
670 return isNoModRef(AA.getModRefInfoMask(Loc, AAQI, OrLocal));
675 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc,
677 return AA.getModRefInfoMask(Loc, AAQI, IgnoreLocals);
756 virtual ModRefInfo getModRefInfoMask(const MemoryLocation &Loc,
808 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
[all …]
H A DObjCARCAliasAnalysis.h54 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
H A DTypeBasedAliasAnalysis.h53 LLVM_ABI ModRefInfo getModRefInfoMask(const MemoryLocation &Loc,
H A DBasicAliasAnalysis.h90 LLVM_ABI ModRefInfo getModRefInfoMask(const MemoryLocation &Loc,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.h42 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
H A DAMDGPUAliasAnalysis.cpp101 ModRefInfo AMDGPUAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in AMDGPUAAResult
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAliasAnalysis.h37 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
H A DNVPTXAliasAnalysis.cpp115 ModRefInfo NVPTXAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in NVPTXAAResult
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp149 if (isModSet(AA->getModRefInfoMask(MI->getSource()))) in isOnlyCopiedFromConstantMemory()
1428 if (!isModSet(AA->getModRefInfoMask(Ptr))) in visitStoreInst()
H A DInstCombineCalls.cpp134 if (!isModSet(AA->getModRefInfoMask(MI->getDest()))) { in SimplifyAnyMemTransfer()
230 if (!isModSet(AA->getModRefInfoMask(MI->getDest()))) { in SimplifyAnyMemSet()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp533 if (!isModSet(AA->getModRefInfoMask(LI->getOperand(0))) || in isLoopInvariantValue()
H A DLICM.cpp1173 if (!isModSet(AA->getModRefInfoMask(LI->getOperand(0)))) in canSinkOrHoistInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp129 MR &= AAR.getModRefInfoMask(Loc, /*IgnoreLocal=*/true); in addLocAccess()