Lines Matching refs:AddrModeInsts

2526   SmallVectorImpl<Instruction*> &AddrModeInsts;  member in __anonebd7bfba0211::AddressingModeMatcher
2558 : AddrModeInsts(AMI), TM(TM), in AddressingModeMatcher()
2577 SmallVectorImpl<Instruction*> &AddrModeInsts, in Match() argument
2584 bool Success = AddressingModeMatcher(AddrModeInsts, TM, AccessTy, AS, in Match()
2648 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue()
3130 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
3144 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3154 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3219 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
3229 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3242 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3252 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3296 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
3304 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
3307 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3344 unsigned OldSize = AddrModeInsts.size(); in matchAddr()
3358 AddrModeInsts.push_back(I); in matchAddr()
3365 AddrModeInsts.resize(OldSize); in matchAddr()
3642 SmallVector<Instruction*, 16> AddrModeInsts; in optimizeMemoryInst() local
3677 AddrModeInsts = NewAddrModeInsts; in optimizeMemoryInst()
3694 AddrModeInsts = NewAddrModeInsts; in optimizeMemoryInst()
3714 for (unsigned i = 0, e = AddrModeInsts.size(); i != e; ++i) { in optimizeMemoryInst()
3715 if (IsNonLocalValue(AddrModeInsts[i], MemoryInst->getParent())) { in optimizeMemoryInst()