• Home
  • Raw
  • Download

Lines Matching refs:AddrModeInsts

2584   SmallVectorImpl<Instruction*> &AddrModeInsts;  member in __anon1120a2390211::AddressingModeMatcher
2616 : AddrModeInsts(AMI), TM(TM), in AddressingModeMatcher()
2635 SmallVectorImpl<Instruction*> &AddrModeInsts, in Match() argument
2642 bool Success = AddressingModeMatcher(AddrModeInsts, TM, AccessTy, AS, in Match()
2706 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue()
3188 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
3202 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3212 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3277 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
3287 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3300 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3310 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3354 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
3362 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
3365 AddrModeInsts.resize(OldSize); in matchOperationAddr()
3402 unsigned OldSize = AddrModeInsts.size(); in matchAddr()
3416 AddrModeInsts.push_back(I); in matchAddr()
3423 AddrModeInsts.resize(OldSize); in matchAddr()
3723 SmallVector<Instruction*, 16> AddrModeInsts; in optimizeMemoryInst() local
3760 AddrModeInsts = NewAddrModeInsts; in optimizeMemoryInst()
3777 AddrModeInsts = NewAddrModeInsts; in optimizeMemoryInst()
3797 for (unsigned i = 0, e = AddrModeInsts.size(); i != e; ++i) { in optimizeMemoryInst()
3798 if (IsNonLocalValue(AddrModeInsts[i], MemoryInst->getParent())) { in optimizeMemoryInst()