| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 380 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 D | MemorySSA.cpp | 116 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 D | LoopInfo.cpp | 110 if (auto *MUD = MSSAU->getMemorySSA()->getMemoryAccess(I)) in makeLoopInvariant()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 399 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 D | LoopInstSimplify.cpp | 139 if (MemoryAccess *MA = MSSA->getMemoryAccess(&I)) in simplifyLoopInst() 140 if (MemoryAccess *ReplacementMA = MSSA->getMemoryAccess(SimpleI)) in simplifyLoopInst()
|
| H A D | NewGVN.cpp | 940 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 D | LoopSink.cpp | 241 if (MSSAU && MSSAU->getMemorySSA()->getMemoryAccess(&I)) { in sinkInstruction() 271 MSSAU->getMemorySSA()->getMemoryAccess(&I))) in sinkInstruction()
|
| H A D | GVNHoist.cpp | 818 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 D | DeadStoreElimination.cpp | 911 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 D | LICM.cpp | 1229 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 D | EarlyCSE.cpp | 1005 auto *EarlierMA = MSSA->getMemoryAccess(EarlierInst); in isSameMemGeneration() 1008 auto *LaterMA = MSSA->getMemoryAccess(LaterInst); in isSameMemGeneration()
|
| H A D | SimpleLoopUnswitch.cpp | 230 dyn_cast_or_null<MemoryUse>(MSSA->getMemoryAccess(Inst))) { in buildPartialInvariantUnswitchConditionalBranch() 2580 MemoryDef *MD = cast<MemoryDef>(MSSAU->getMemorySSA()->getMemoryAccess(GI)); in turnGuardIntoBranch()
|
| H A D | LoopUnswitch.cpp | 1012 auto *MemA = dyn_cast_or_null<MemoryUse>(MSSA->getMemoryAccess(I)); in emitPreheaderBranchOnCondition()
|
| H A D | GVN.cpp | 1202 auto *LoadAcc = MSSA->getMemoryAccess(Load); in eliminatePartiallyRedundantLoad()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCIndirectionUtils.cpp | 159 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 D | MemorySSAUpdater.h | 225 if (MemoryAccess *MA = MSSA->getMemoryAccess(I))
|
| H A D | MemorySSA.h | 725 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 D | InterleavedLoadCombinePass.cpp | 1187 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 D | ExecutorProcessControl.h | 145 MemoryAccess &getMemoryAccess() const { in getMemoryAccess() function
|
| H A D | OrcRPCExecutorProcessControl.h | 102 Parent.Parent.getMemoryAccess().writeBuffers(BufferWrites)) { in finalizeAsync()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 1673 if (MemoryAccess *MA = MSSA.getMemoryAccess(I)) { in hasPartialIVCondition()
|
| H A D | BasicBlockUtils.cpp | 285 MSSAU->getMemorySSA()->getMemoryAccess(PredBB->getTerminator()))) in MergeBlockIntoPredecessor()
|
| H A D | SimplifyCFG.cpp | 328 if (auto *MPhi = MSSAU->getMemorySSA()->getMemoryAccess(Succ)) in AddPredecessorToBlock()
|