Lines Matching refs:AddrModeInsts

3356   SmallVectorImpl<Instruction *> &AddrModeInsts;  member in __anon01de4a8e0c11::AddressingModeMatcher
3404 : AddrModeInsts(AMI), TLI(TLI), TRI(TRI), in AddressingModeMatcher()
3422 SmallVectorImpl<Instruction *> &AddrModeInsts, in Match() argument
3431 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn, in Match()
4151 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue()
4213 AddrModeInsts.push_back(cast<Instruction>(IVInc)); in matchScaledValue()
4761 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
4782 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4793 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4891 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
4903 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4916 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4926 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4970 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
4978 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
4981 AddrModeInsts.resize(OldSize); in matchOperationAddr()
5020 unsigned OldSize = AddrModeInsts.size(); in matchAddr()
5034 AddrModeInsts.push_back(I); in matchAddr()
5040 AddrModeInsts.resize(OldSize); in matchAddr()
5364 SmallVector<Instruction *, 16> AddrModeInsts; in optimizeMemoryInst() local
5402 AddrModeInsts.clear(); in optimizeMemoryInst()
5413 V, AccessTy, AddrSpace, MemoryInst, AddrModeInsts, *TLI, *LI, getDTFn, in optimizeMemoryInst()
5447 if (!PhiOrSelectSeen && none_of(AddrModeInsts, [&](Value *V) { in optimizeMemoryInst()