Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasSetTracker.cpp243 assert(Inst->mayReadOrWriteMemory() && in aliasesUnknownInst()
450 if (!Inst->mayReadOrWriteMemory()) in addUnknown()
DDependenceGraphBuilder.cpp280 return I->mayReadOrWriteMemory(); in createMemoryDependencyEdges()
DVectorUtils.cpp550 bool MayAccessMem1 = Inst1->mayReadOrWriteMemory(); in intersectAccessGroups()
551 bool MayAccessMem2 = Inst2->mayReadOrWriteMemory(); in intersectAccessGroups()
DDependenceAnalysis.cpp181 if (SrcI->mayReadOrWriteMemory()) { in dumpExampleDependence()
184 if (DstI->mayReadOrWriteMemory()) { in dumpExampleDependence()
3407 if (!(Src->mayReadOrWriteMemory() && Dst->mayReadOrWriteMemory())) in depends()
DLoopInfo.cpp563 if (!I.mayReadOrWriteMemory()) in isAnnotatedParallel()
DMemoryDependenceAnalysis.cpp513 return !isa<LoadInst>(I) && !isa<StoreInst>(I) && I->mayReadOrWriteMemory(); in getSimplePointerDependencyFrom()
DValueTracking.cpp4142 return I.mayReadOrWriteMemory() || !isSafeToSpeculativelyExecute(&I); in mayBeMemoryDependent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp604 } else if (I.mayReadOrWriteMemory()) { in getLoadsAndStores()
803 if (I->mayHaveSideEffects() || I->mayReadOrWriteMemory()) in isSafeToUnrollAndJam()
DInlineFunction.cpp793 } else if (NI->mayReadOrWriteMemory()) { in PropagateParallelLoopAccessMetadata()
798 if (NI->mayReadOrWriteMemory()) { in PropagateParallelLoopAccessMetadata()
893 } else if (NI->mayReadOrWriteMemory()) { in CloneAliasScopeMetadata()
908 } else if (NI->mayReadOrWriteMemory()) { in CloneAliasScopeMetadata()
DSimplifyCFG.cpp2989 if (I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
2992 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
2996 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
3000 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h416 bool mayReadOrWriteMemory() const { in mayReadOrWriteMemory() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h542 bool mayReadOrWriteMemory() const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp633 } else if (!IsLoadChain && (I.mayReadOrWriteMemory() || I.mayThrow())) { in getVectorizablePrefix()
747 if (!I.mayReadOrWriteMemory()) in collectInstructions()
DSLPVectorizer.cpp5043 if (I->mayReadOrWriteMemory() && in initScheduleData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1506 if (I.mayReadOrWriteMemory()) in updateImpl()
5023 if (UserI->mayReadOrWriteMemory()) in updateImpl()
5058 assert(UserI->mayReadOrWriteMemory()); in analyzeUseIn()
6464 if (I.mayReadOrWriteMemory()) in initializeInformationCache()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1284 assert(!I.mayReadOrWriteMemory() && "unhandled aliasing"); in canSinkOrHoistInst()