Searched refs:AddrModeInsts (Results 1 – 1 of 1) sorted by relevance
3450 SmallVectorImpl<Instruction *> &AddrModeInsts; member in __anon1d600f580d11::AddressingModeMatcher3498 : AddrModeInsts(AMI), TLI(TLI), TRI(TRI), in AddressingModeMatcher()3516 SmallVectorImpl<Instruction *> &AddrModeInsts, in Match() argument3525 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn, in Match()4246 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue()4308 AddrModeInsts.push_back(cast<Instruction>(IVInc)); in matchScaledValue()4856 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()4877 AddrModeInsts.resize(OldSize); in matchOperationAddr()4888 AddrModeInsts.resize(OldSize); in matchOperationAddr()4986 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()[all …]