Home
last modified time | relevance | path

Searched refs:MemoryInst (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3367 Instruction *MemoryInst; member in __anon01de4a8e0c11::AddressingModeMatcher
4212 getDTFn().dominates(IVInc, MemoryInst)) { in matchScaledValue()
5409 Function *F = MemoryInst->getParent()->getParent(); in optimizeMemoryInst()
5458 IRBuilder<> Builder(MemoryInst); in optimizeMemoryInst()
5472 << " for " << *MemoryInst << "\n"); in optimizeMemoryInst()
5718 MemoryInst->replaceUsesOfWith(Repl, SunkAddr); in optimizeMemoryInst()
5764 if (MemoryInst->getParent() != GEP->getParent()) in optimizeGatherScatterInst()
5815 IRBuilder<> Builder(MemoryInst); in optimizeGatherScatterInst()
5855 IRBuilder<> Builder(MemoryInst); in optimizeGatherScatterInst()
5863 ScalarTy = MemoryInst->getType()->getScalarType(); in optimizeGatherScatterInst()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1804 Value *MemoryInst; in removeFromLookups() local
1806 MemoryInst = MUD->getMemoryInst(); in removeFromLookups()
1808 MemoryInst = MA->getBlock(); in removeFromLookups()
1810 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups()