Home
last modified time | relevance | path

Searched refs:mayReadOrWriteMemory (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp972 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 DAliasSetTrackerTest.cpp82 if (!Inst.mayReadOrWriteMemory()) in TEST()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIRBuilder.cpp212 if (!Inst->mayReadOrWriteMemory()) in annotate()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAliasSetTracker.cpp236 if (!Inst->mayReadOrWriteMemory()) in aliasesUnknownInst()
416 if (!Inst->mayReadOrWriteMemory()) in addUnknown()
H A DDependenceGraphBuilder.cpp281 return I->mayReadOrWriteMemory(); in createMemoryDependencyEdges()
H A DVectorUtils.cpp795 bool MayAccessMem1 = Inst1->mayReadOrWriteMemory(); in intersectAccessGroups()
796 bool MayAccessMem2 = Inst2->mayReadOrWriteMemory(); in intersectAccessGroups()
H A DAliasAnalysis.cpp706 assert(!I->mayReadOrWriteMemory() && in getModRefInfo()
H A DDependenceAnalysis.cpp183 if (SrcI->mayReadOrWriteMemory()) { in dumpExampleDependence()
186 if (DstI->mayReadOrWriteMemory()) { in dumpExampleDependence()
3532 if (!(Src->mayReadOrWriteMemory() && Dst->mayReadOrWriteMemory())) in depends()
H A DLoopInfo.cpp586 if (!I.mayReadOrWriteMemory()) in isAnnotatedParallel()
H A DMemoryDependenceAnalysis.cpp422 return I->mayReadOrWriteMemory(); in getSimplePointerDependencyFrom()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp643 } else if (I.mayReadOrWriteMemory()) { in getLoadsAndStores()
983 if (I->mayHaveSideEffects() || I->mayReadOrWriteMemory()) in isSafeToUnrollAndJam()
H A DSimplifyCFG.cpp3769 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 DInlineFunction.cpp801 if (!I.mayReadOrWriteMemory()) in PropagateCallSiteMetadata()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.h584 bool mayReadOrWriteMemory() const {
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp130 SinkCandidate->mayReadOrWriteMemory()) in sinkScalarOperands()
H A DLoadStoreVectorizer.cpp705 if (I.mayReadOrWriteMemory()) in getVectorizablePrefix()
816 if (!I.mayReadOrWriteMemory()) in collectInstructions()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDDG.h447 return I->mayReadOrWriteMemory(); in getDependencies()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp448 if (AliasScope && I->mayReadOrWriteMemory()) { in refineUsesAlignmentAndAA()
/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp279 assert(!Inst->mayThrow() && !Inst->mayReadOrWriteMemory() && in visitGenericInst()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGLoopInfo.cpp811 if (I->mayReadOrWriteMemory()) { in InsertHelper()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp194 if (!CB->isConvergent() && !CB->mayReadOrWriteMemory()) in isNoSyncInst()
205 if (!I.mayReadOrWriteMemory()) in isNoSyncInst()
2830 if (I.mayReadOrWriteMemory()) in initializeInformationCache()
H A DFunctionAttrs.cpp230 AccessesNonArgsOrAlloca |= I.mayReadOrWriteMemory(); in checkFunctionMemoryAccess()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1247 if (!Inst.mayReadOrWriteMemory()) { in isValidInstruction()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1438 if (I.mayReadOrWriteMemory()) { in isSafeToMoveBeforeInBB()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1296 assert(!I.mayReadOrWriteMemory() && "unhandled aliasing"); in canSinkOrHoistInst()

12