| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ObjCARCAliasAnalysis.cpp | 77 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 D | AliasAnalysis.cpp | 149 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 D | TypeBasedAliasAnalysis.cpp | 387 ModRefInfo TypeBasedAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in TypeBasedAAResult
|
| H A D | MemoryDependenceAnalysis.cpp | 563 if (!isModSet(BatchAA.getModRefInfoMask(LoadLoc))) in getSimplePointerDependencyFrom()
|
| H A D | BasicAliasAnalysis.cpp | 716 ModRefInfo BasicAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in BasicAAResult
|
| H A D | MemorySSA.cpp | 374 !isModSet(AA.getModRefInfoMask(MemoryLocation::get(LI))); in isUseTriviallyOptimizableToLiveOnEntry()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AliasAnalysis.h | 392 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 D | ObjCARCAliasAnalysis.h | 55 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
|
| H A D | TypeBasedAliasAnalysis.h | 43 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
|
| H A D | BasicAliasAnalysis.h | 87 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAliasAnalysis.cpp | 87 ModRefInfo NVPTXAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in NVPTXAAResult
|
| H A D | NVPTXAliasAnalysis.h | 37 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAliasAnalysis.h | 41 ModRefInfo getModRefInfoMask(const MemoryLocation &Loc, AAQueryInfo &AAQI,
|
| H A D | AMDGPUAliasAnalysis.cpp | 99 ModRefInfo AMDGPUAAResult::getModRefInfoMask(const MemoryLocation &Loc, in getModRefInfoMask() function in AMDGPUAAResult
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 161 if (isModSet(AA->getModRefInfoMask(MI->getSource()))) in isOnlyCopiedFromConstantMemory() 1400 if (!isModSet(AA->getModRefInfoMask(Ptr))) in visitStoreInst()
|
| H A D | InstCombineCalls.cpp | 133 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 D | LoopPredication.cpp | 534 if (!isModSet(AA->getModRefInfoMask(LI->getOperand(0))) || in isLoopInvariantValue()
|
| H A D | LICM.cpp | 1166 if (!isModSet(AA->getModRefInfoMask(LI->getOperand(0)))) in canSinkOrHoistInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 117 MR &= AAR.getModRefInfoMask(Loc, /*IgnoreLocal=*/true); in addLocAccess()
|