Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp699 MachineInstr *MovX = nullptr; in matchSwap() local
704 (MovX && instModifiesReg(&*I, X, Xsub))) { in matchSwap()
705 MovX = nullptr; in matchSwap()
709 if (!MovX && instModifiesReg(&*I, X, Xsub)) { in matchSwap()
710 MovX = nullptr; in matchSwap()
715 if (MovX || in matchSwap()
720 MovX = nullptr; in matchSwap()
727 MovX = &*I; in matchSwap()
730 if (!MovX) in matchSwap()
733 LLVM_DEBUG(dbgs() << "Matched v_swap_b32:\n" << MovT << *MovX << *MovY); in matchSwap()
[all …]