Home
last modified time | relevance | path

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

/freebsd-14.2/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()
517 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs()
532 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeEdge()
630 auto *MPhi = MSSA->getMemoryAccess(Header); in updatePhisWhenInsertingUniqueBackedgeBlock()
742 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedBlockIntoPred()
1008 MemoryPhi *NewPhi = MSSA->getMemoryAccess(BB); in applyInsertUpdates()
1085 if (!MSSA->getMemoryAccess(BBIDF)) { in applyInsertUpdates()
1092 auto *IDFPhi = MSSA->getMemoryAccess(BBIDF); in applyInsertUpdates()
1197 if ((FirstInNew = MSSA->getMemoryAccess(&I))) in moveAllAccesses()
[all …]
H A DMemorySSA.cpp104 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot()
110 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in emitInstructionAnnot()
128 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot()
134 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) { in emitInstructionAnnot()
1674 assert(!getMemoryAccess(BB) && "MemoryPhi already exists for this BB"); in createMemoryPhi()
1882 if (MemoryPhi *Phi = getMemoryAccess(&BB)) { in verifyPrevDefInPhis()
1967 MemoryPhi *Phi = getMemoryAccess(&B); in verifyOrderingDominationAndDefUses()
1991 MemoryUseOrDef *MA = getMemoryAccess(&I); in verifyOrderingDominationAndDefUses()
2502 auto *ClobberMA = MSSA->getMemoryAccess(I); in getClobberingMemoryAccessBase()
H A DLoopInfo.cpp107 if (auto *MUD = MSSAU->getMemorySSA()->getMemoryAccess(I)) in makeLoopInvariant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp378 MSSAU->getMemorySSA()->getMemoryAccess(&*BI)); in tryMergingIntoMemset()
914 if (accessedBetween(BAA, DestLoc, MSSA->getMemoryAccess(C), in performCallSlotOptzn()
1108 MSSA->getMemoryAccess(C)); in performCallSlotOptzn()
1158 MSSA->getMemoryAccess(MDep), MSSA->getMemoryAccess(M))) in processMemCpyMemCpyDependence()
1247 MSSA->getMemoryAccess(MemSet), in processMemSetMemCpyDependence()
1248 MSSA->getMemoryAccess(MemCpy))) in processMemSetMemCpyDependence()
1675 MemoryUseOrDef *MA = MSSA->getMemoryAccess(M); in processMemCpy()
1820 MemoryUseOrDef *CallAccess = MSSA->getMemoryAccess(&CB); in processByValArgument()
1867 MSSA->getMemoryAccess(MDep), CallAccess)) in processByValArgument()
1916 MemoryUseOrDef *CallAccess = MSSA->getMemoryAccess(&CB); in processImmutArgument()
[all …]
H A DLoopInstSimplify.cpp135 if (MemoryAccess *MA = MSSA->getMemoryAccess(&I)) in simplifyLoopInst()
136 if (MemoryAccess *ReplacementMA = MSSA->getMemoryAccess(SimpleI)) in simplifyLoopInst()
H A DNewGVN.cpp936 auto *Result = MSSA->getMemoryAccess(I); in getMemoryAccess()
942 return MSSA->getMemoryAccess(BB); in getMemoryAccess()
1397 auto *StoreAccess = getMemoryAccess(SI); in performSymbolicStoreEvaluation()
1530 MemoryAccess *OriginalAccess = getMemoryAccess(I); in performSymbolicLoadEvaluation()
1633 if (auto *MA = MSSA->getMemoryAccess(CI)) { in performSymbolicCallEvaluation()
2152 return getMemoryAccess(NL); in getNextMemoryLeader()
2156 return getMemoryAccess(cast<StoreInst>(V)); in getNextMemoryLeader()
2404 if (MemoryAccess *MA = getMemoryAccess(I)) in performCongruenceFinding()
2544 auto *MA = getMemoryAccess(TI); in processOutgoingEdges()
2712 auto *MemAccess = getMemoryAccess(I); in makePossiblePHIOfOps()
[all …]
H A DLoopSink.cpp241 if (MSSAU && MSSAU->getMemorySSA()->getMemoryAccess(&I)) { in sinkInstruction()
273 MSSAU->getMemorySSA()->getMemoryAccess(&I))) in sinkInstruction()
H A DGVNHoist.cpp789 if (MemoryUseOrDef *UD = MSSA->getMemoryAccess(Insn)) in checkSafety()
986 MemoryAccess *OldMA = MSSA->getMemoryAccess(I); in rauw()
1020 MemoryUseOrDef *NewMemAcc = MSSA->getMemoryAccess(Repl); in removeAndReplace()
H A DDeadStoreElimination.cpp878 MemoryAccess *MA = MSSA.getMemoryAccess(&I); in DSEState()
1717 MemoryAccess *MA = MSSA.getMemoryAccess(DeadInst); in deleteDeadInstruction()
1879 auto *MallocDef = dyn_cast_or_null<MemoryDef>(MSSA.getMemoryAccess(Malloc)); in tryFoldIntoCalloc()
1959 auto *LoadAccess = MSSA.getMemoryAccess(LoadI)->getDefiningAccess(); in storeIsNoop()
H A DLICM.cpp1178 auto MU = cast<MemoryUse>(MSSA->getMemoryAccess(LI)); in canSinkOrHoistInst()
1238 MSSA, cast<MemoryUse>(MSSA->getMemoryAccess(CI)), CurLoop, I, in canSinkOrHoistInst()
1274 auto *SIMD = MSSA->getMemoryAccess(SI); in canSinkOrHoistInst()
1453 if (MSSAU.getMemorySSA()->getMemoryAccess(&I)) { in cloneInstructionInExitBlock()
1503 MSSAU.getMemorySSA()->getMemoryAccess(&I))) in moveInstructionBefore()
H A DEarlyCSE.cpp1149 auto *EarlierMA = MSSA->getMemoryAccess(EarlierInst); in isSameMemGeneration()
1152 auto *LaterMA = MSSA->getMemoryAccess(LaterInst); in isSameMemGeneration()
H A DSimpleLoopUnswitch.cpp308 dyn_cast_or_null<MemoryUse>(MSSA->getMemoryAccess(Inst))) { in buildPartialInvariantUnswitchConditionalBranch()
2772 MemoryDef *MD = cast<MemoryDef>(MSSAU->getMemorySSA()->getMemoryAccess(GI)); in turnGuardIntoBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMoveAutoInit.cpp66 MemoryUseOrDef &IMA = *MSSA.getMemoryAccess(I); in usersDominator()
209 MSSAU.moveToPlace(MSSA.getMemoryAccess(Job.first), Job.first->getParent(), in runMoveAutoInit()
H A DLoopUtils.cpp1890 if (MemoryAccess *MA = MSSA.getMemoryAccess(I)) { in hasPartialIVCondition()
H A DBasicBlockUtils.cpp308 MSSAU->getMemorySSA()->getMemoryAccess(PredBB->getTerminator()))) in MergeBlockIntoPredecessor()
H A DSimplifyCFG.cpp378 if (auto *MPhi = MSSAU->getMemorySSA()->getMemoryAccess(Succ)) in AddPredecessorToBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp157 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in createStubs()
211 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in updatePointer()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h220 if (MemoryAccess *MA = MSSA->getMemoryAccess(I))
H A DMemorySSA.h717 MemoryUseOrDef *getMemoryAccess(const Instruction *I) const {
721 MemoryPhi *getMemoryAccess(const BasicBlock *BB) const {
1042 MemoryAccess *MA = MSSA->getMemoryAccess(I);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1190 auto FMA = MSSA.getMemoryAccess(First); in combine()
1192 auto MADef = MSSA.getMemoryAccess(LI)->getDefiningAccess(); in combine()
1228 LI, nullptr, MSSA.getMemoryAccess(InsertionPoint))); in combine()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h221 MemoryAccess &getMemoryAccess() const { in getMemoryAccess() function