Lines Matching refs:MemoryInst
2535 Instruction *MemoryInst; member in __anonebd7bfba0211::AddressingModeMatcher
2562 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts), in AddressingModeMatcher()
2576 Instruction *MemoryInst, in Match() argument
2585 MemoryInst, Result, InsertedInsts, in Match()
3500 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst()
3586 MemoryInst, Result, InsertedInsts, in isProfitableToFoldIntoAddressingMode()
3626 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in optimizeMemoryInst() argument
3667 V, AccessTy, AddrSpace, MemoryInst, NewAddrModeInsts, *TM, in optimizeMemoryInst()
3715 if (IsNonLocalValue(AddrModeInsts[i], MemoryInst->getParent())) { in optimizeMemoryInst()
3730 IRBuilder<> Builder(MemoryInst); in optimizeMemoryInst()
3739 << *MemoryInst << "\n"); in optimizeMemoryInst()
3744 TM->getSubtargetImpl(*MemoryInst->getParent()->getParent()) in optimizeMemoryInst()
3749 << *MemoryInst << "\n"); in optimizeMemoryInst()
3868 << *MemoryInst << "\n"); in optimizeMemoryInst()
3940 MemoryInst->replaceUsesOfWith(Repl, SunkAddr); in optimizeMemoryInst()