Home
last modified time | relevance | path

Searched refs:mayReadFromMemory (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h413 bool mayReadFromMemory() const;
417 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp352 if (I->mayReadFromMemory()) { in instructionSafeForVersioning()
550 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
DEarlyCSE.cpp718 bool mayReadFromMemory() const { in mayReadFromMemory() function in __anon631934340311::EarlyCSE::ParseMemoryInst
720 return Inst->mayReadFromMemory(); in mayReadFromMemory()
1157 if ((Inst->mayReadFromMemory() || Inst->mayThrow()) && in processNode()
1158 !(MemInst.isValid() && !MemInst.mayReadFromMemory())) in processNode()
1197 assert(Inst->mayReadFromMemory() && "relied on to prevent DSE above"); in processNode()
DSink.cpp117 if (Inst->mayReadFromMemory()) in IsAcceptableTarget()
DGuardWidening.cpp470 Inst->mayReadFromMemory()) in isAvailableAt()
490 !Inst->mayReadFromMemory() && "Should've checked with isAvailableAt!"); in makeAvailableAt()
DLoopDataPrefetch.cpp321 ConstantInt::get(I32, MemI->mayReadFromMemory() ? 0 : 1), in runOnLoop()
DDeadStoreElimination.cpp897 } else if (!BBI->mayReadFromMemory()) { in handleEndBlock()
DMemCpyOptimizer.cpp322 if (BI->mayWriteToMemory() || BI->mayReadFromMemory()) in INITIALIZE_PASS_DEPENDENCY()
DIndVarSimplify.cpp2179 if(I->mayReadFromMemory() || isa<CallInst>(I) || isa<InvokeInst>(I)) in hasConcreteDefImpl()
2589 if (I->mayHaveSideEffects() || I->mayReadFromMemory()) in sinkUnusedInvariants()
DLoopFuse.cpp206 if (I.mayReadFromMemory()) in FusionCandidate()
DLoopRerollPass.cpp1311 if (RootInst->mayReadFromMemory()) in validate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp365 if (iter1->mayReadFromMemory()) in CompareIfRegionBlock()
370 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
DLoopRotationUtils.cpp341 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h539 bool mayReadFromMemory() const;
543 return mayReadFromMemory() || mayWriteToMemory();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemDepPrinter.cpp101 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
DVectorUtils.cpp998 (A->mayReadFromMemory() != B->mayReadFromMemory()) || in analyzeInterleaving()
1045 if (A->mayReadFromMemory()) in analyzeInterleaving()
DDependenceAnalysis.cpp222 return Src->mayReadFromMemory() && Dst->mayReadFromMemory(); in isInput()
234 return Src->mayWriteToMemory() && Dst->mayReadFromMemory(); in isFlow()
240 return Src->mayReadFromMemory() && Dst->mayWriteToMemory(); in isAnti()
3832 assert(Src->mayReadFromMemory() || Src->mayWriteToMemory()); in getSplitIteration()
3833 assert(Dst->mayReadFromMemory() || Dst->mayWriteToMemory()); in getSplitIteration()
DGlobalsModRef.cpp608 if (I.mayReadFromMemory()) in AnalyzeCallGraph()
DLoopInfo.cpp87 if (I->mayReadFromMemory()) in makeLoopInvariant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp533 if (I->mayHaveSideEffects() || I->mayReadFromMemory() || in isInTailCallPosition()
547 if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() || in isInTailCallPosition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1472 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst()
1577 if (BBI->mayReadFromMemory() || BBI->mayThrow() || in mergeStoreIntoSuccessor()
1586 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in mergeStoreIntoSuccessor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp514 bool Instruction::mayReadFromMemory() const { in mayReadFromMemory() function in Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp901 if (I.mayReadFromMemory()) { in blockCanBePredicated()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp353 if (BI->mayWriteToMemory() || BI->mayReadFromMemory()) in collectInitializers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp214 ReadsMemory |= I->mayReadFromMemory(); in checkFunctionMemoryAccess()

12