| /llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/ |
| H A D | VPlanTest.cpp | 972 EXPECT_FALSE(Recipe.mayReadOrWriteMemory()); in TEST() 991 EXPECT_FALSE(Recipe.mayReadOrWriteMemory()); in TEST() 1007 EXPECT_FALSE(Recipe.mayReadOrWriteMemory()); in TEST() 1017 EXPECT_FALSE(Recipe.mayReadOrWriteMemory()); in TEST() 1029 EXPECT_FALSE(Recipe.mayReadOrWriteMemory()); in TEST() 1041 EXPECT_TRUE(Recipe.mayReadOrWriteMemory()); in TEST() 1056 EXPECT_TRUE(Recipe.mayReadOrWriteMemory()); in TEST() 1072 EXPECT_TRUE(Recipe.mayReadOrWriteMemory()); in TEST() 1085 EXPECT_TRUE(Recipe.mayReadOrWriteMemory()); in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | AliasSetTrackerTest.cpp | 82 if (!Inst.mayReadOrWriteMemory()) in TEST()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IRBuilder.cpp | 212 if (!Inst->mayReadOrWriteMemory()) in annotate()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 236 if (!Inst->mayReadOrWriteMemory()) in aliasesUnknownInst() 416 if (!Inst->mayReadOrWriteMemory()) in addUnknown()
|
| H A D | DependenceGraphBuilder.cpp | 281 return I->mayReadOrWriteMemory(); in createMemoryDependencyEdges()
|
| H A D | VectorUtils.cpp | 795 bool MayAccessMem1 = Inst1->mayReadOrWriteMemory(); in intersectAccessGroups() 796 bool MayAccessMem2 = Inst2->mayReadOrWriteMemory(); in intersectAccessGroups()
|
| H A D | AliasAnalysis.cpp | 706 assert(!I->mayReadOrWriteMemory() && in getModRefInfo()
|
| H A D | DependenceAnalysis.cpp | 183 if (SrcI->mayReadOrWriteMemory()) { in dumpExampleDependence() 186 if (DstI->mayReadOrWriteMemory()) { in dumpExampleDependence() 3532 if (!(Src->mayReadOrWriteMemory() && Dst->mayReadOrWriteMemory())) in depends()
|
| H A D | LoopInfo.cpp | 586 if (!I.mayReadOrWriteMemory()) in isAnnotatedParallel()
|
| H A D | MemoryDependenceAnalysis.cpp | 422 return I->mayReadOrWriteMemory(); in getSimplePointerDependencyFrom()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 643 } else if (I.mayReadOrWriteMemory()) { in getLoadsAndStores() 983 if (I->mayHaveSideEffects() || I->mayReadOrWriteMemory()) in isSafeToUnrollAndJam()
|
| H A D | SimplifyCFG.cpp | 3769 if (I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress() 3772 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress() 3776 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress() 3780 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
|
| H A D | InlineFunction.cpp | 801 if (!I.mayReadOrWriteMemory()) in PropagateCallSiteMetadata()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 584 bool mayReadOrWriteMemory() const {
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.cpp | 130 SinkCandidate->mayReadOrWriteMemory()) in sinkScalarOperands()
|
| H A D | LoadStoreVectorizer.cpp | 705 if (I.mayReadOrWriteMemory()) in getVectorizablePrefix() 816 if (!I.mayReadOrWriteMemory()) in collectInstructions()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DDG.h | 447 return I->mayReadOrWriteMemory(); in getDependencies()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerModuleLDSPass.cpp | 448 if (AliasScope && I->mayReadOrWriteMemory()) { in refineUsesAlignmentAndAA()
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | ScopHelper.cpp | 279 assert(!Inst->mayThrow() && !Inst->mayReadOrWriteMemory() && in visitGenericInst()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 811 if (I->mayReadOrWriteMemory()) { in InsertHelper()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 194 if (!CB->isConvergent() && !CB->mayReadOrWriteMemory()) in isNoSyncInst() 205 if (!I.mayReadOrWriteMemory()) in isNoSyncInst() 2830 if (I.mayReadOrWriteMemory()) in initializeInformationCache()
|
| H A D | FunctionAttrs.cpp | 230 AccessesNonArgsOrAlloca |= I.mayReadOrWriteMemory(); in checkFunctionMemoryAccess()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopDetection.cpp | 1247 if (!Inst.mayReadOrWriteMemory()) { in isValidInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 1438 if (I.mayReadOrWriteMemory()) { in isSafeToMoveBeforeInBB()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1296 assert(!I.mayReadOrWriteMemory() && "unhandled aliasing"); in canSinkOrHoistInst()
|