Searched refs:CommutedMI (Results 1 – 2 of 2) sorted by relevance
590 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr() local591 if (!CommutedMI) in ReduceTo2Addr()
1554 MachineInstr *CommutedMI = TII->commuteInstruction(DefMI, true); in CommuteToFoldReload() local1555 if (!CommutedMI) in CommuteToFoldReload()1557 MBB->insert(MII, CommutedMI); in CommuteToFoldReload()1560 MachineInstr *FoldedMI = TII->foldMemoryOperand(CommutedMI, Ops, SS); in CommuteToFoldReload()1562 CommutedMI->eraseFromParent(); in CommuteToFoldReload()