Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Combine.td61 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
68 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
75 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
82 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
89 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp396 static bool applyShuffleVectorPseudo(MachineInstr &MI, in applyShuffleVectorPseudo() function