Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp673 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr() local
674 if (!CommutedMI) in ReduceTo2Addr()
684 MachineInstr *CommutedMI = in ReduceTo2Addr() local
686 if (!CommutedMI) in ReduceTo2Addr()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp5670 MachineInstr *CommutedMI = in foldMemoryOperandImpl() local
5672 if (!CommutedMI) { in foldMemoryOperandImpl()
5676 if (CommutedMI != MI) { in foldMemoryOperandImpl()
5678 CommutedMI->eraseFromParent(); in foldMemoryOperandImpl()