Searched refs:CommutedMI (Results 1 – 2 of 2) sorted by relevance
656 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr() local657 if (!CommutedMI) in ReduceTo2Addr()666 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr() local667 if (!CommutedMI) in ReduceTo2Addr()
4890 MachineInstr *CommutedMI = commuteInstruction(MI, false); in foldMemoryOperandImpl() local4891 if (!CommutedMI) { in foldMemoryOperandImpl()4895 if (CommutedMI != MI) { in foldMemoryOperandImpl()4897 CommutedMI->eraseFromParent(); in foldMemoryOperandImpl()