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