Searched refs:AddrModeInsts (Results 1 – 1 of 1) sorted by relevance
3787 SmallVectorImpl<Instruction *> &AddrModeInsts; member in __anon1d600f580f11::AddressingModeMatcher3835 : AddrModeInsts(AMI), TLI(TLI), TRI(TRI), in AddressingModeMatcher()3853 SmallVectorImpl<Instruction *> &AddrModeInsts, in Match() argument3862 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn, in Match()4582 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue()4644 AddrModeInsts.push_back(cast<Instruction>(IVInc)); in matchScaledValue()5192 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()5213 AddrModeInsts.resize(OldSize); in matchOperationAddr()5224 AddrModeInsts.resize(OldSize); in matchOperationAddr()5322 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()[all …]