Lines Matching refs:MemoryInst
2053 Instruction *MemoryInst; member in __anonebd7bfba0211::AddressingModeMatcher
2079 AccessTy(AT), MemoryInst(MI), AddrMode(AM), in AddressingModeMatcher()
2094 Instruction *MemoryInst, in Match() argument
2103 MemoryInst, Result, InsertedTruncs, in Match()
3014 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in ValueAlreadyLiveAtInst()
3098 MemoryInst, Result, InsertedTruncs, in IsProfitableToFoldIntoAddressingMode()
3139 bool CodeGenPrepare::OptimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in OptimizeMemoryInst() argument
3180 V, AccessTy, MemoryInst, NewAddrModeInsts, *TM, InsertedTruncsSet, in OptimizeMemoryInst()
3228 if (IsNonLocalValue(AddrModeInsts[i], MemoryInst->getParent())) { in OptimizeMemoryInst()
3243 IRBuilder<> Builder(MemoryInst); in OptimizeMemoryInst()
3252 << *MemoryInst << "\n"); in OptimizeMemoryInst()
3257 TM->getSubtargetImpl(*MemoryInst->getParent()->getParent()) in OptimizeMemoryInst()
3262 << *MemoryInst << "\n"); in OptimizeMemoryInst()
3381 << *MemoryInst << "\n"); in OptimizeMemoryInst()
3453 MemoryInst->replaceUsesOfWith(Repl, SunkAddr); in OptimizeMemoryInst()