Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Combine.td79 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
86 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
93 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
100 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
107 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp447 void applyShuffleVectorPseudo(MachineInstr &MI, in applyShuffleVectorPseudo() function