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.cpp733 MachineInstr *MovX = nullptr; in matchSwap() local
738 (MovX && instModifiesReg(&*I, X, Xsub))) { in matchSwap()
739 MovX = nullptr; in matchSwap()
743 if (!MovX && instModifiesReg(&*I, X, Xsub)) { in matchSwap()
744 MovX = nullptr; in matchSwap()
749 if (MovX || in matchSwap()
755 MovX = nullptr; in matchSwap()
762 MovX = &*I; in matchSwap()
765 if (!MovX) in matchSwap()
768 LLVM_DEBUG(dbgs() << "Matched v_swap:\n" << MovT << *MovX << *MovY); in matchSwap()
[all …]