/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 413 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/ |
D | LoopVersioningLICM.cpp | 352 if (I->mayReadFromMemory()) { in instructionSafeForVersioning() 550 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
|
D | EarlyCSE.cpp | 718 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()
|
D | Sink.cpp | 117 if (Inst->mayReadFromMemory()) in IsAcceptableTarget()
|
D | GuardWidening.cpp | 470 Inst->mayReadFromMemory()) in isAvailableAt() 490 !Inst->mayReadFromMemory() && "Should've checked with isAvailableAt!"); in makeAvailableAt()
|
D | LoopDataPrefetch.cpp | 321 ConstantInt::get(I32, MemI->mayReadFromMemory() ? 0 : 1), in runOnLoop()
|
D | DeadStoreElimination.cpp | 897 } else if (!BBI->mayReadFromMemory()) { in handleEndBlock()
|
D | MemCpyOptimizer.cpp | 322 if (BI->mayWriteToMemory() || BI->mayReadFromMemory()) in INITIALIZE_PASS_DEPENDENCY()
|
D | IndVarSimplify.cpp | 2179 if(I->mayReadFromMemory() || isa<CallInst>(I) || isa<InvokeInst>(I)) in hasConcreteDefImpl() 2589 if (I->mayHaveSideEffects() || I->mayReadFromMemory()) in sinkUnusedInvariants()
|
D | LoopFuse.cpp | 206 if (I.mayReadFromMemory()) in FusionCandidate()
|
D | LoopRerollPass.cpp | 1311 if (RootInst->mayReadFromMemory()) in validate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 365 if (iter1->mayReadFromMemory()) in CompareIfRegionBlock() 370 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
|
D | LoopRotationUtils.cpp | 341 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 539 bool mayReadFromMemory() const; 543 return mayReadFromMemory() || mayWriteToMemory();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 101 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
|
D | VectorUtils.cpp | 998 (A->mayReadFromMemory() != B->mayReadFromMemory()) || in analyzeInterleaving() 1045 if (A->mayReadFromMemory()) in analyzeInterleaving()
|
D | DependenceAnalysis.cpp | 222 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()
|
D | GlobalsModRef.cpp | 608 if (I.mayReadFromMemory()) in AnalyzeCallGraph()
|
D | LoopInfo.cpp | 87 if (I->mayReadFromMemory()) in makeLoopInvariant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 533 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/ |
D | InstCombineLoadStoreAlloca.cpp | 1472 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/ |
D | Instruction.cpp | 514 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/ |
D | LoopVectorizationLegality.cpp | 901 if (I.mayReadFromMemory()) { in blockCanBePredicated()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 353 if (BI->mayWriteToMemory() || BI->mayReadFromMemory()) in collectInitializers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 214 ReadsMemory |= I->mayReadFromMemory(); in checkFunctionMemoryAccess()
|