Searched refs:MovX (Results 1 – 1 of 1) sorted by relevance
699 MachineInstr *MovX = nullptr; in matchSwap() local704 (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 …]