Lines Matching refs:AddrModeInsts
2593 SmallVectorImpl<Instruction*> &AddrModeInsts; member in __anon6227213d0811::AddressingModeMatcher
2630 : AddrModeInsts(AMI), TLI(TLI), TRI(TRI), in AddressingModeMatcher()
2647 SmallVectorImpl<Instruction *> &AddrModeInsts, in Match() argument
2654 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, AccessTy, AS, in Match()
3363 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue()
3923 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
3937 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3947 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4041 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
4051 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4064 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4074 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4118 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
4126 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
4129 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4166 unsigned OldSize = AddrModeInsts.size(); in matchAddr()
4180 AddrModeInsts.push_back(I); in matchAddr()
4187 AddrModeInsts.resize(OldSize); in matchAddr()
4511 SmallVector<Instruction*, 16> AddrModeInsts; in optimizeMemoryInst() local
4551 AddrModeInsts.clear(); in optimizeMemoryInst()
4555 V, AccessTy, AddrSpace, MemoryInst, AddrModeInsts, *TLI, *TRI, in optimizeMemoryInst()
4590 if (!PhiOrSelectSeen && none_of(AddrModeInsts, [&](Value *V) { in optimizeMemoryInst()