Searched refs:MemoryInst (Results 1 – 2 of 2) sorted by relevance
3118 Instruction *MemoryInst; member in __anon5386100c0c11::AddressingModeMatcher3955 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 …]
1814 Value *MemoryInst; in removeFromLookups() local1816 MemoryInst = MUD->getMemoryInst(); in removeFromLookups()1818 MemoryInst = MA->getBlock(); in removeFromLookups()1820 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups()