Home
last modified time | relevance | path

Searched refs:CommutedMI (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp590 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr() local
591 if (!CommutedMI) in ReduceTo2Addr()
/external/llvm/lib/CodeGen/
DVirtRegRewriter.cpp1554 MachineInstr *CommutedMI = TII->commuteInstruction(DefMI, true); in CommuteToFoldReload() local
1555 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()