Searched refs:FirstSt (Results 1 – 1 of 1) sorted by relevance
592 MachineInstr *FirstSt = OG.front(); in createWideStores() local594 const MachineMemOperand &OldM = getMemTarget(FirstSt); in createWideStores()600 (HII->isPostIncrement(*FirstSt) ? FirstSt->getOperand(1) in createWideStores()601 : FirstSt->getOperand(0)); in createWideStores()605 (HII->isPostIncrement(*FirstSt) ? FirstSt->getOperand(3) in createWideStores()606 : FirstSt->getOperand(2)); in createWideStores()619 if (FirstSt->getOpcode() == Hexagon::S2_storeri_pi) { in createWideStores()621 auto IncDestMO = FirstSt->getOperand(0); in createWideStores()622 auto IncMO = FirstSt->getOperand(2); in createWideStores()627 auto OffMO = FirstSt->getOperand(1); in createWideStores()[all …]