Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.cpp1530 auto cloneIfNew = [NewMI](MachineInstr &MI) -> MachineInstr & { in commuteInstructionImpl() local
1555 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl()
1567 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl()
1587 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl()
1622 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl()
1642 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl()
1664 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl()
1675 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl()
1684 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl()
1701 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.cpp276 auto cloneIfNew = [NewMI](MachineInstr &MI) -> MachineInstr & { in commuteInstructionImpl() local
291 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl()