Lines Matching refs:AddrModeInsts

3126   SmallVectorImpl<Instruction*> &AddrModeInsts;  member in __anon78e22a880c11::AddressingModeMatcher
3174 : AddrModeInsts(AMI), TLI(TLI), TRI(TRI), in AddressingModeMatcher()
3192 SmallVectorImpl<Instruction *> &AddrModeInsts, in Match() argument
3202 AddrModeInsts, TLI, TRI, LI, getDTFn, AccessTy, AS, MemoryInst, Result, in Match()
3914 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue()
3976 AddrModeInsts.push_back(cast<Instruction>(IVInc)); in matchScaledValue()
4538 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
4553 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4563 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4662 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
4674 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4687 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4697 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4741 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
4749 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
4752 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4791 unsigned OldSize = AddrModeInsts.size(); in matchAddr()
4805 AddrModeInsts.push_back(I); in matchAddr()
4811 AddrModeInsts.resize(OldSize); in matchAddr()
5125 SmallVector<Instruction*, 16> AddrModeInsts; in optimizeMemoryInst() local
5163 AddrModeInsts.clear(); in optimizeMemoryInst()
5174 V, AccessTy, AddrSpace, MemoryInst, AddrModeInsts, *TLI, *LI, getDTFn, in optimizeMemoryInst()
5208 if (!PhiOrSelectSeen && none_of(AddrModeInsts, [&](Value *V) { in optimizeMemoryInst()