Lines Matching refs:AddrModeInsts
3450 SmallVectorImpl<Instruction *> &AddrModeInsts; member in __anon1d600f580d11::AddressingModeMatcher
3498 : AddrModeInsts(AMI), TLI(TLI), TRI(TRI), in AddressingModeMatcher()
3516 SmallVectorImpl<Instruction *> &AddrModeInsts, in Match() argument
3525 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()
4998 AddrModeInsts.resize(OldSize); in matchOperationAddr()
5011 AddrModeInsts.resize(OldSize); in matchOperationAddr()
5021 AddrModeInsts.resize(OldSize); in matchOperationAddr()
5065 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
5073 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
5076 AddrModeInsts.resize(OldSize); in matchOperationAddr()
5124 unsigned OldSize = AddrModeInsts.size(); in matchAddr()
5138 AddrModeInsts.push_back(I); in matchAddr()
5144 AddrModeInsts.resize(OldSize); in matchAddr()
5468 SmallVector<Instruction *, 16> AddrModeInsts; in optimizeMemoryInst() local
5506 AddrModeInsts.clear(); in optimizeMemoryInst()
5517 V, AccessTy, AddrSpace, MemoryInst, AddrModeInsts, *TLI, *LI, getDTFn, in optimizeMemoryInst()
5551 if (!PhiOrSelectSeen && none_of(AddrModeInsts, [&](Value *V) { in optimizeMemoryInst()