Lines Matching refs:MemoryInst
2593 Instruction *MemoryInst; member in __anon65f3f0830211::AddressingModeMatcher
2620 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts), in AddressingModeMatcher()
2634 Instruction *MemoryInst, in Match() argument
2643 MemoryInst, Result, InsertedInsts, in Match()
3565 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst()
3656 MemoryInst, Result, InsertedInsts, in isProfitableToFoldIntoAddressingMode()
3707 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in optimizeMemoryInst() argument
3750 V, AccessTy, AddrSpace, MemoryInst, NewAddrModeInsts, *TM, in optimizeMemoryInst()
3798 if (IsNonLocalValue(AddrModeInsts[i], MemoryInst->getParent())) { in optimizeMemoryInst()
3813 IRBuilder<> Builder(MemoryInst); in optimizeMemoryInst()
3822 << *MemoryInst << "\n"); in optimizeMemoryInst()
3827 TM->getSubtargetImpl(*MemoryInst->getParent()->getParent()) in optimizeMemoryInst()
3832 << *MemoryInst << "\n"); in optimizeMemoryInst()
3951 << *MemoryInst << "\n"); in optimizeMemoryInst()
4023 MemoryInst->replaceUsesOfWith(Repl, SunkAddr); in optimizeMemoryInst()