| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionPrecedenceTracking.h | 131 bool mayWriteToMemory(const BasicBlock *BB) { in mayWriteToMemory() function
|
| H A D | VectorUtils.h | 691 assert(!getMember(0)->mayWriteToMemory() && in requiresScalarEpilogue() 914 if (!Src->mayWriteToMemory()) in canReorderMemAccessesForInterleavedGroups()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionPrecedenceTracking.cpp | 144 return Insn->mayWriteToMemory(); in isSpecialInstruction()
|
| H A D | Loads.cpp | 369 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() && in isSafeToLoadUnconditionally() 588 if (Inst->mayWriteToMemory()) { in findAvailablePtrLoadStore() 634 if (Inst.mayWriteToMemory()) in FindAvailableLoadedValue()
|
| H A D | MemDepPrinter.cpp | 101 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
|
| H A D | VectorUtils.cpp | 1078 if (B->mayWriteToMemory()) in analyzeInterleaving() 1144 (A->mayWriteToMemory() != B->mayWriteToMemory())) in analyzeInterleaving()
|
| H A 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() 3946 assert(Src->mayReadFromMemory() || Src->mayWriteToMemory()); in getSplitIteration() 3947 assert(Dst->mayReadFromMemory() || Dst->mayWriteToMemory()); in getSplitIteration()
|
| H A D | MustExecute.cpp | 292 if (MW.mayWriteToMemory(Pred)) in doesNotWriteMemoryBefore()
|
| H A D | AliasSetTracker.cpp | 177 bool MayWriteMemory = I->mayWriteToMemory() && !isGuard(I) && in addUnknownInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 359 if (iter1->mayWriteToMemory()) { in CompareIfRegionBlock() 361 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
|
| H A D | LoopRotationUtils.cpp | 428 !Inst->mayWriteToMemory() && !Inst->isTerminator() && in rotateLoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopVersioningLICM.cpp | 379 else if (I->mayWriteToMemory()) { in instructionSafeForVersioning() 563 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
|
| H A D | Sink.cpp | 38 if (Inst->mayWriteToMemory()) { in isSafeToMove()
|
| H A D | EarlyCSE.cpp | 790 bool mayWriteToMemory() const { in mayWriteToMemory() function in __anon0a18f2bf0311::EarlyCSE::ParseMemoryInst 793 return Inst->mayWriteToMemory(); in mayWriteToMemory() 1521 if (Inst.mayWriteToMemory()) { in processNode()
|
| H A D | DeadStoreElimination.cpp | 539 if (I->mayWriteToMemory() && I != SecondI) in memoryIsNotModifiedBetween() 1094 if (!I->mayWriteToMemory()) in getLocForWriteEx() 1139 if (!UseInst->mayWriteToMemory()) in isCompleteOverwrite()
|
| H A D | MergeICmps.cpp | 246 if (Inst->mayWriteToMemory()) { in canSinkBCECmpInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 594 bool mayWriteToMemory() const; 601 return mayReadFromMemory() || mayWriteToMemory();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 584 bool Instruction::mayWriteToMemory() const { in mayWriteToMemory() function in Instruction 684 return mayWriteToMemory() || mayThrow() || !willReturn(); in mayHaveSideEffects()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1447 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst() 1537 BBI->mayWriteToMemory() || BBI == OtherBB->begin()) in mergeStoreIntoSuccessor() 1545 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in mergeStoreIntoSuccessor()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 512 bool VPRecipeBase::mayWriteToMemory() const { in mayWriteToMemory() function in VPRecipeBase 520 ->mayWriteToMemory(); in mayWriteToMemory() 534 assert((!I || !I->mayWriteToMemory()) && in mayWriteToMemory()
|
| H A D | VPlanSLP.cpp | 134 if (LoadsSeen > 0 && VPI->mayWriteToMemory()) { in areVectorizable()
|
| H A D | VPlan.h | 747 bool mayWriteToMemory() const; 751 return mayReadFromMemory() || mayWriteToMemory(); in mayReadOrWriteMemory() 847 bool mayWriteToMemory() const { in mayWriteToMemory() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 644 if (!Info.Inst->mayWriteToMemory()) in createStoreGroups() 1402 bool MayWrite = In.mayWriteToMemory(); in isSafeToMoveBeforeInBB() 1431 if (MayWrite || I.mayWriteToMemory()) { in isSafeToMoveBeforeInBB()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 352 if (I.mayWriteToMemory()) in RecordMemoryOps()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 378 if (BI->mayWriteToMemory() || BI->mayReadFromMemory()) in collectInitializers()
|