Lines Matching refs:AddrModeInsts
3107 SmallVectorImpl<Instruction*> &AddrModeInsts; member in __anon5386100c0c11::AddressingModeMatcher
3155 : AddrModeInsts(AMI), TLI(TLI), TRI(TRI), in AddressingModeMatcher()
3173 SmallVectorImpl<Instruction *> &AddrModeInsts, in Match() argument
3183 AddrModeInsts, TLI, TRI, LI, getDTFn, AccessTy, AS, MemoryInst, Result, in Match()
3894 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue()
3956 AddrModeInsts.push_back(cast<Instruction>(IVInc)); in matchScaledValue()
4518 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
4533 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4543 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4642 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
4654 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4667 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4677 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4721 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
4729 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
4732 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4771 unsigned OldSize = AddrModeInsts.size(); in matchAddr()
4785 AddrModeInsts.push_back(I); in matchAddr()
4792 AddrModeInsts.resize(OldSize); in matchAddr()
5120 SmallVector<Instruction*, 16> AddrModeInsts; in optimizeMemoryInst() local
5159 AddrModeInsts.clear(); in optimizeMemoryInst()
5170 V, AccessTy, AddrSpace, MemoryInst, AddrModeInsts, *TLI, *LI, getDTFn, in optimizeMemoryInst()
5205 if (!PhiOrSelectSeen && none_of(AddrModeInsts, [&](Value *V) { in optimizeMemoryInst()