Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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}); }])
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp438 static bool applyShuffleVectorPseudo(MachineInstr &MI, in applyShuffleVectorPseudo() function