Home
last modified time | relevance | path

Searched refs:getMemoryAccess (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp380 auto *MPhi = MSSA->getMemoryAccess(BBIDF); in insertDef()
487 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs()
518 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs()
533 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeEdge()
640 auto *MPhi = MSSA->getMemoryAccess(Header); in updatePhisWhenInsertingUniqueBackedgeBlock()
768 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedBlockIntoPred()
1029 MemoryPhi *NewPhi = MSSA->getMemoryAccess(BB); in applyInsertUpdates()
1106 if (!MSSA->getMemoryAccess(BBIDF)) { in applyInsertUpdates()
1113 auto *IDFPhi = MSSA->getMemoryAccess(BBIDF); in applyInsertUpdates()
1222 if ((FirstInNew = MSSA->getMemoryAccess(&I))) in moveAllAccesses()
[all …]
H A DMemorySSA.cpp116 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot()
122 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in emitInstructionAnnot()
1697 assert(!getMemoryAccess(BB) && "MemoryPhi already exists for this BB"); in createMemoryPhi()
1886 if (MemoryPhi *Phi = getMemoryAccess(&BB)) { in verifyPrevDefInPhis()
1971 MemoryPhi *Phi = getMemoryAccess(&B); in verifyOrderingDominationAndDefUses()
1993 MemoryUseOrDef *MA = getMemoryAccess(&I); in verifyOrderingDominationAndDefUses()
H A DLoopInfo.cpp110 if (auto *MUD = MSSAU->getMemorySSA()->getMemoryAccess(I)) in makeLoopInvariant()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp399 MSSAU->getMemorySSA()->getMemoryAccess(&*BI)); in tryMergingIntoMemset()
777 if (accessedBetween(*AA, StoreLoc, MSSA->getMemoryAccess(C), in processStore()
778 MSSA->getMemoryAccess(SI))) in processStore()
1093 MSSA->getMemoryAccess(MDep), MSSA->getMemoryAccess(M))) in processMemCpyMemCpyDependence()
1138 assert(isa<MemoryDef>(MSSAU->getMemorySSA()->getMemoryAccess(M))); in processMemCpyMemCpyDependence()
1183 MSSA->getMemoryAccess(MemSet), in processMemSetMemCpyDependence()
1184 MSSA->getMemoryAccess(MemCpy))) { in processMemSetMemCpyDependence()
1355 MemoryUseOrDef *MemSetAccess = MSSA->getMemoryAccess(MemSet); in performMemCpyToMemSetOptzn()
1427 MemoryUseOrDef *MA = MSSA->getMemoryAccess(M); in processMemCpy()
1606 MemoryUseOrDef *CallAccess = MSSA->getMemoryAccess(&CB); in processByValArgument()
[all …]
H A DLoopInstSimplify.cpp139 if (MemoryAccess *MA = MSSA->getMemoryAccess(&I)) in simplifyLoopInst()
140 if (MemoryAccess *ReplacementMA = MSSA->getMemoryAccess(SimpleI)) in simplifyLoopInst()
H A DNewGVN.cpp940 auto *Result = MSSA->getMemoryAccess(I); in getMemoryAccess()
946 return MSSA->getMemoryAccess(BB); in getMemoryAccess()
1387 auto *StoreAccess = getMemoryAccess(SI); in performSymbolicStoreEvaluation()
1523 MemoryAccess *OriginalAccess = getMemoryAccess(I); in performSymbolicLoadEvaluation()
1609 if (auto *MA = MSSA->getMemoryAccess(CI)) { in performSymbolicCallEvaluation()
2119 return getMemoryAccess(NL); in getNextMemoryLeader()
2123 return getMemoryAccess(cast<StoreInst>(V)); in getNextMemoryLeader()
2371 if (MemoryAccess *MA = getMemoryAccess(I)) in performCongruenceFinding()
2511 auto *MA = getMemoryAccess(TI); in processOutgoingEdges()
2679 auto *MemAccess = getMemoryAccess(I); in makePossiblePHIOfOps()
[all …]
H A DLoopSink.cpp241 if (MSSAU && MSSAU->getMemorySSA()->getMemoryAccess(&I)) { in sinkInstruction()
271 MSSAU->getMemorySSA()->getMemoryAccess(&I))) in sinkInstruction()
H A DGVNHoist.cpp818 if (MemoryUseOrDef *UD = MSSA->getMemoryAccess(Insn)) in checkSafety()
1013 MemoryAccess *OldMA = MSSA->getMemoryAccess(I); in rauw()
1047 MemoryUseOrDef *NewMemAcc = MSSA->getMemoryAccess(Repl); in removeAndReplace()
H A DDeadStoreElimination.cpp911 MemoryAccess *MA = MSSA.getMemoryAccess(&I); in get()
1700 if (MemoryAccess *MA = MSSA.getMemoryAccess(DeadInst)) { in deleteDeadInstruction()
1820 auto *UnderlyingDef = cast<MemoryDef>(MSSA.getMemoryAccess(DefUOInst)); in storeIsNoop()
1835 auto *LoadAccess = MSSA.getMemoryAccess(LoadI)->getDefiningAccess(); in storeIsNoop()
H A DLICM.cpp1229 MSSA, cast<MemoryUse>(MSSA->getMemoryAccess(LI)), CurLoop, I, *Flags); in canSinkOrHoistInst()
1284 MSSA, cast<MemoryUse>(MSSA->getMemoryAccess(CI)), CurLoop, I, in canSinkOrHoistInst()
1353 auto *SIMD = MSSA->getMemoryAccess(SI); in canSinkOrHoistInst()
1514 if (MSSAU && MSSAU->getMemorySSA()->getMemoryAccess(&I)) { in cloneInstructionInExitBlock()
1567 MSSAU->getMemorySSA()->getMemoryAccess(&I))) in moveInstructionBefore()
H A DEarlyCSE.cpp1005 auto *EarlierMA = MSSA->getMemoryAccess(EarlierInst); in isSameMemGeneration()
1008 auto *LaterMA = MSSA->getMemoryAccess(LaterInst); in isSameMemGeneration()
H A DSimpleLoopUnswitch.cpp230 dyn_cast_or_null<MemoryUse>(MSSA->getMemoryAccess(Inst))) { in buildPartialInvariantUnswitchConditionalBranch()
2580 MemoryDef *MD = cast<MemoryDef>(MSSAU->getMemorySSA()->getMemoryAccess(GI)); in turnGuardIntoBranch()
H A DLoopUnswitch.cpp1012 auto *MemA = dyn_cast_or_null<MemoryUse>(MSSA->getMemoryAccess(I)); in emitPreheaderBranchOnCondition()
H A DGVN.cpp1202 auto *LoadAcc = MSSA->getMemoryAccess(Load); in eliminatePartiallyRedundantLoad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp159 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in createStubs()
213 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in updatePointer()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h225 if (MemoryAccess *MA = MSSA->getMemoryAccess(I))
H A DMemorySSA.h725 MemoryUseOrDef *getMemoryAccess(const Instruction *I) const {
729 MemoryPhi *getMemoryAccess(const BasicBlock *BB) const {
1026 MemoryAccess *MA = MSSA->getMemoryAccess(I);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1187 auto FMA = MSSA.getMemoryAccess(First); in combine()
1189 auto MADef = MSSA.getMemoryAccess(LI)->getDefiningAccess(); in combine()
1231 LI, nullptr, MSSA.getMemoryAccess(InsertionPoint))); in combine()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h145 MemoryAccess &getMemoryAccess() const { in getMemoryAccess() function
H A DOrcRPCExecutorProcessControl.h102 Parent.Parent.getMemoryAccess().writeBuffers(BufferWrites)) { in finalizeAsync()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1673 if (MemoryAccess *MA = MSSA.getMemoryAccess(I)) { in hasPartialIVCondition()
H A DBasicBlockUtils.cpp285 MSSAU->getMemorySSA()->getMemoryAccess(PredBB->getTerminator()))) in MergeBlockIntoPredecessor()
H A DSimplifyCFG.cpp328 if (auto *MPhi = MSSAU->getMemorySSA()->getMemoryAccess(Succ)) in AddPredecessorToBlock()