| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 180 if (!Inst->mayReadOrWriteMemory()) in aliasesUnknownInst() 364 if (!Inst->mayReadOrWriteMemory()) in addUnknown()
|
| H A D | DependenceGraphBuilder.cpp | 281 return I->mayReadOrWriteMemory(); in createMemoryDependencyEdges()
|
| H A D | VectorUtils.cpp | 741 bool MayAccessMem1 = Inst1->mayReadOrWriteMemory(); in intersectAccessGroups() 742 bool MayAccessMem2 = Inst2->mayReadOrWriteMemory(); in intersectAccessGroups()
|
| H A D | AliasAnalysis.cpp | 634 assert(!I->mayReadOrWriteMemory() && in getModRefInfo()
|
| H A D | DependenceAnalysis.cpp | 184 if (SrcI->mayReadOrWriteMemory()) { in dumpExampleDependence() 187 if (DstI->mayReadOrWriteMemory()) { in dumpExampleDependence() 3595 if (!(Src->mayReadOrWriteMemory() && Dst->mayReadOrWriteMemory())) in depends()
|
| H A D | LoopInfo.cpp | 590 if (!I.mayReadOrWriteMemory()) in isAnnotatedParallel()
|
| H A D | MemoryDependenceAnalysis.cpp | 457 return I->mayReadOrWriteMemory(); in getSimplePointerDependencyFrom()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 637 } else if (I.mayReadOrWriteMemory()) { in getLoadsAndStores() 977 if (I->mayHaveSideEffects() || I->mayReadOrWriteMemory()) in isSafeToUnrollAndJam()
|
| H A D | SimplifyCFG.cpp | 4036 if (I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress() 4039 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress() 4043 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress() 4047 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
|
| H A D | InlineFunction.cpp | 926 if (!I.mayReadOrWriteMemory()) in PropagateCallSiteMetadata()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerBinaryMetadata.cpp | 419 if (I.mayReadOrWriteMemory() && maybeSharedMutable(Addr)) { in runOn()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 719 bool mayReadOrWriteMemory() const {
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DDG.h | 448 return I->mayReadOrWriteMemory(); in getDependencies()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 1098 if (!I.mayReadOrWriteMemory()) in canHoistInst() 1153 if (!I.mayReadOrWriteMemory()) in canSinkInst()
|
| H A D | LICM.cpp | 1322 assert(!I.mayReadOrWriteMemory() && "unhandled aliasing"); in canSinkOrHoistInst()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 830 if (I->mayReadOrWriteMemory()) { in InsertHelper()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.cpp | 130 SinkCandidate->mayReadOrWriteMemory()) in sinkScalarOperands()
|
| H A D | LoadStoreVectorizer.cpp | 1027 if (!I->mayReadOrWriteMemory()) in isSafeToMove()
|
| H A D | VPlan.h | 792 bool mayReadOrWriteMemory() const { in mayReadOrWriteMemory() function
|
| H A D | SLPVectorizer.cpp | 935 return !I->mayReadOrWriteMemory() && !I->hasNUsesOrMore(UsesLimit) && in isUsedOutsideBlock() 12719 if (I->mayReadOrWriteMemory() && in initScheduleData() 12847 BundleMember->Inst->mayReadOrWriteMemory()) { in calculateDependencies() 12866 assert(SrcInst->mayReadOrWriteMemory() && in calculateDependencies()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 214 if (!CB->isConvergent() && !CB->mayReadOrWriteMemory()) in isNoSyncInst() 226 if (!I.mayReadOrWriteMemory()) in isNoSyncInst() 3286 if (I.mayReadOrWriteMemory()) in initializeInformationCache()
|
| H A D | AttributorAttributes.cpp | 2199 if (I.mayReadOrWriteMemory()) in updateImpl() 8150 if (UserI->mayReadOrWriteMemory()) in updateImpl() 8195 assert(UserI->mayReadOrWriteMemory()); in analyzeUseIn()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerModuleLDSPass.cpp | 1530 if (AliasScope && I->mayReadOrWriteMemory()) { in refineUsesAlignmentAndAA()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 2842 In.isFenceLike() || In.mayReadOrWriteMemory()) { in isSafeToClone() 2904 if (I.mayReadOrWriteMemory()) { in isSafeToMoveBeforeInBB()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3533 if (I.mayReadOrWriteMemory()) { in addSimdMetadata()
|