Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3118 Instruction *MemoryInst; member in __anon5386100c0c11::AddressingModeMatcher
3955 getDTFn().dominates(IVInc, MemoryInst)) { in matchScaledValue()
5166 Function *F = MemoryInst->getParent()->getParent(); in optimizeMemoryInst()
5216 IRBuilder<> Builder(MemoryInst); in optimizeMemoryInst()
5229 << " for " << *MemoryInst << "\n"); in optimizeMemoryInst()
5457 MemoryInst->replaceUsesOfWith(Repl, SunkAddr); in optimizeMemoryInst()
5503 if (MemoryInst->getParent() != GEP->getParent()) in optimizeGatherScatterInst()
5554 IRBuilder<> Builder(MemoryInst); in optimizeGatherScatterInst()
5595 IRBuilder<> Builder(MemoryInst); in optimizeGatherScatterInst()
5603 ScalarTy = MemoryInst->getType()->getScalarType(); in optimizeGatherScatterInst()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1814 Value *MemoryInst; in removeFromLookups() local
1816 MemoryInst = MUD->getMemoryInst(); in removeFromLookups()
1818 MemoryInst = MA->getBlock(); in removeFromLookups()
1820 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups()