Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h131 bool mayWriteToMemory(const BasicBlock *BB) { in mayWriteToMemory() function
H A DVectorUtils.h691 assert(!getMember(0)->mayWriteToMemory() && in requiresScalarEpilogue()
914 if (!Src->mayWriteToMemory()) in canReorderMemAccessesForInterleavedGroups()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp144 return Insn->mayWriteToMemory(); in isSpecialInstruction()
H A DLoads.cpp369 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() && in isSafeToLoadUnconditionally()
588 if (Inst->mayWriteToMemory()) { in findAvailablePtrLoadStore()
634 if (Inst.mayWriteToMemory()) in FindAvailableLoadedValue()
H A DMemDepPrinter.cpp101 if (!Inst->mayReadFromMemory() && !Inst->mayWriteToMemory()) in runOnFunction()
H A DVectorUtils.cpp1078 if (B->mayWriteToMemory()) in analyzeInterleaving()
1144 (A->mayWriteToMemory() != B->mayWriteToMemory())) in analyzeInterleaving()
H A 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()
3946 assert(Src->mayReadFromMemory() || Src->mayWriteToMemory()); in getSplitIteration()
3947 assert(Dst->mayReadFromMemory() || Dst->mayWriteToMemory()); in getSplitIteration()
H A DMustExecute.cpp292 if (MW.mayWriteToMemory(Pred)) in doesNotWriteMemoryBefore()
H A DAliasSetTracker.cpp177 bool MayWriteMemory = I->mayWriteToMemory() && !isGuard(I) && in addUnknownInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp359 if (iter1->mayWriteToMemory()) { in CompareIfRegionBlock()
361 if (BI->mayReadFromMemory() || BI->mayWriteToMemory()) { in CompareIfRegionBlock()
H A DLoopRotationUtils.cpp428 !Inst->mayWriteToMemory() && !Inst->isTerminator() && in rotateLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp379 else if (I->mayWriteToMemory()) { in instructionSafeForVersioning()
563 if (!Inst.mayReadFromMemory() && !Inst.mayWriteToMemory()) in setNoAliasToLoop()
H A DSink.cpp38 if (Inst->mayWriteToMemory()) { in isSafeToMove()
H A DEarlyCSE.cpp790 bool mayWriteToMemory() const { in mayWriteToMemory() function in __anon0a18f2bf0311::EarlyCSE::ParseMemoryInst
793 return Inst->mayWriteToMemory(); in mayWriteToMemory()
1521 if (Inst.mayWriteToMemory()) { in processNode()
H A DDeadStoreElimination.cpp539 if (I->mayWriteToMemory() && I != SecondI) in memoryIsNotModifiedBetween()
1094 if (!I->mayWriteToMemory()) in getLocForWriteEx()
1139 if (!UseInst->mayWriteToMemory()) in isCompleteOverwrite()
H A DMergeICmps.cpp246 if (Inst->mayWriteToMemory()) { in canSinkBCECmpInst()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h594 bool mayWriteToMemory() const;
601 return mayReadFromMemory() || mayWriteToMemory();
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp584 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 DInstCombineLoadStoreAlloca.cpp1447 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 DVPlan.cpp512 bool VPRecipeBase::mayWriteToMemory() const { in mayWriteToMemory() function in VPRecipeBase
520 ->mayWriteToMemory(); in mayWriteToMemory()
534 assert((!I || !I->mayWriteToMemory()) && in mayWriteToMemory()
H A DVPlanSLP.cpp134 if (LoadsSeen > 0 && VPI->mayWriteToMemory()) { in areVectorizable()
H A DVPlan.h747 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 DHexagonVectorCombine.cpp644 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 DARMParallelDSP.cpp352 if (I.mayWriteToMemory()) in RecordMemoryOps()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp378 if (BI->mayWriteToMemory() || BI->mayReadFromMemory()) in collectInitializers()

12