Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Combine.td96 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
103 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
110 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
117 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
124 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp381 void applyShuffleVectorPseudo(MachineInstr &MI, in applyShuffleVectorPseudo() function