Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp656 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr() local
657 if (!CommutedMI) in ReduceTo2Addr()
666 MachineInstr *CommutedMI = TII->commuteInstruction(MI); in ReduceTo2Addr() local
667 if (!CommutedMI) in ReduceTo2Addr()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp4890 MachineInstr *CommutedMI = commuteInstruction(MI, false); in foldMemoryOperandImpl() local
4891 if (!CommutedMI) { in foldMemoryOperandImpl()
4895 if (CommutedMI != MI) { in foldMemoryOperandImpl()
4897 CommutedMI->eraseFromParent(); in foldMemoryOperandImpl()