Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2294 auto CloneIfNew = [&](MachineInstr &MI) { in commuteInstructionImpl() local
2341 WorkingMI = CloneIfNew(MI); in commuteInstructionImpl()
2350 WorkingMI = CloneIfNew(MI); in commuteInstructionImpl()
2407 WorkingMI = CloneIfNew(MI); in commuteInstructionImpl()
2426 WorkingMI = CloneIfNew(MI); in commuteInstructionImpl()
2460 WorkingMI = CloneIfNew(MI); in commuteInstructionImpl()
2467 WorkingMI = CloneIfNew(MI); in commuteInstructionImpl()
2475 WorkingMI = CloneIfNew(MI); in commuteInstructionImpl()
2491 WorkingMI = CloneIfNew(MI); in commuteInstructionImpl()
2543 WorkingMI = CloneIfNew(MI); in commuteInstructionImpl()
[all …]