/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 410 bool mayWriteToMemory() const; 417 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory() 450 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); } in mayHaveSideEffects()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 536 bool mayWriteToMemory() const; 543 return mayReadFromMemory() || mayWriteToMemory(); 582 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | InstructionPrecedenceTracking.h | 134 bool mayWriteToMemory(const BasicBlock *BB) { in mayWriteToMemory() function
|
D | VectorUtils.h | 522 assert(!getMember(0)->mayWriteToMemory() && in requiresScalarEpilogue() 739 if (!Src->mayWriteToMemory()) in canReorderMemAccessesForInterleavedGroups()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 368 if (iter1->mayWriteToMemory()) { in CompareIfRegionBlock() 370 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
|
D | LoopRotationUtils.cpp | 342 !Inst->mayWriteToMemory() && !Inst->isTerminator() && in rotateLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 366 else if (I->mayWriteToMemory()) { in instructionSafeForVersioning() 550 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
|
D | Sink.cpp | 63 if (Inst->mayWriteToMemory()) { in isSafeToMove()
|
D | EarlyCSE.cpp | 723 bool mayWriteToMemory() const { in mayWriteToMemory() function in __anon89c78e350311::EarlyCSE::ParseMemoryInst 725 return Inst->mayWriteToMemory(); in mayWriteToMemory() 1243 if (Inst->mayWriteToMemory()) { in processNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionPrecedenceTracking.cpp | 160 return Insn->mayWriteToMemory(); in isSpecialInstruction()
|
D | Loads.cpp | 299 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() && in isSafeToLoadUnconditionally() 465 if (Inst->mayWriteToMemory()) { in FindAvailablePtrLoadStore()
|
D | MemDepPrinter.cpp | 101 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
|
D | VectorUtils.cpp | 933 if (B->mayWriteToMemory()) in analyzeInterleaving() 999 (A->mayWriteToMemory() != B->mayWriteToMemory())) in analyzeInterleaving()
|
D | DependenceAnalysis.cpp | 228 return Src->mayWriteToMemory() && Dst->mayWriteToMemory(); in isOutput() 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 | MustExecute.cpp | 289 if (MW.mayWriteToMemory(Pred)) in doesNotWriteMemoryBefore()
|
D | AliasSetTracker.cpp | 182 bool MayWriteMemory = I->mayWriteToMemory() && !isGuard(I) && in addUnknownInst()
|
D | GlobalsModRef.cpp | 610 if (I.mayWriteToMemory()) in AnalyzeCallGraph()
|
/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() 1578 BBI->mayWriteToMemory() || BBI == OtherBB->begin()) in mergeStoreIntoSuccessor() 1586 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in mergeStoreIntoSuccessor()
|
D | InstCombinePHI.cpp | 509 if (BBI->mayWriteToMemory()) in isSafeAndProfitableToSinkLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanSLP.cpp | 132 if (LoadsSeen > 0 && VPI->mayWriteToMemory()) { in areVectorizable()
|
D | LoopVectorizationLegality.cpp | 915 if (I.mayWriteToMemory()) { in blockCanBePredicated()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 534 bool Instruction::mayWriteToMemory() const { in mayWriteToMemory() function in Instruction
|
/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/Target/ARM/ |
D | ARMParallelDSP.cpp | 361 if (I.mayWriteToMemory()) in RecordMemoryOps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 211 WritesMemory |= I->mayWriteToMemory(); in checkFunctionMemoryAccess()
|