Home
last modified time | relevance | path

Searched refs:mayWriteToMemory (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h410 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/
DInstruction.h536 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/
DInstructionPrecedenceTracking.h134 bool mayWriteToMemory(const BasicBlock *BB) { in mayWriteToMemory() function
DVectorUtils.h522 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/
DFlattenCFG.cpp368 if (iter1->mayWriteToMemory()) { in CompareIfRegionBlock()
370 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
DLoopRotationUtils.cpp342 !Inst->mayWriteToMemory() && !Inst->isTerminator() && in rotateLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp366 else if (I->mayWriteToMemory()) { in instructionSafeForVersioning()
550 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
DSink.cpp63 if (Inst->mayWriteToMemory()) { in isSafeToMove()
DEarlyCSE.cpp723 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/
DInstructionPrecedenceTracking.cpp160 return Insn->mayWriteToMemory(); in isSpecialInstruction()
DLoads.cpp299 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() && in isSafeToLoadUnconditionally()
465 if (Inst->mayWriteToMemory()) { in FindAvailablePtrLoadStore()
DMemDepPrinter.cpp101 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
DVectorUtils.cpp933 if (B->mayWriteToMemory()) in analyzeInterleaving()
999 (A->mayWriteToMemory() != B->mayWriteToMemory())) in analyzeInterleaving()
DDependenceAnalysis.cpp228 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()
DMustExecute.cpp289 if (MW.mayWriteToMemory(Pred)) in doesNotWriteMemoryBefore()
DAliasSetTracker.cpp182 bool MayWriteMemory = I->mayWriteToMemory() && !isGuard(I) && in addUnknownInst()
DGlobalsModRef.cpp610 if (I.mayWriteToMemory()) in AnalyzeCallGraph()
/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()
1578 BBI->mayWriteToMemory() || BBI == OtherBB->begin()) in mergeStoreIntoSuccessor()
1586 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in mergeStoreIntoSuccessor()
DInstCombinePHI.cpp509 if (BBI->mayWriteToMemory()) in isSafeAndProfitableToSinkLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp132 if (LoadsSeen > 0 && VPI->mayWriteToMemory()) { in areVectorizable()
DLoopVectorizationLegality.cpp915 if (I.mayWriteToMemory()) { in blockCanBePredicated()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp534 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/
DAArch64StackTagging.cpp353 if (BI->mayWriteToMemory() || BI->mayReadFromMemory()) in collectInitializers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp361 if (I.mayWriteToMemory()) in RecordMemoryOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp211 WritesMemory |= I->mayWriteToMemory(); in checkFunctionMemoryAccess()

12