Searched refs:ShuffleVectorPseudo (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 72 struct ShuffleVectorPseudo { struct 76 ShuffleVectorPseudo(unsigned Opc, Register Dst, in ShuffleVectorPseudo() function 79 ShuffleVectorPseudo() = default; 158 ShuffleVectorPseudo &MatchInfo) { in matchREV() 183 MatchInfo = ShuffleVectorPseudo(Opcode, Dst, {Src}); in matchREV() 194 ShuffleVectorPseudo &MatchInfo) { in matchTRN() 205 MatchInfo = ShuffleVectorPseudo(Opc, Dst, {V1, V2}); in matchTRN() 215 ShuffleVectorPseudo &MatchInfo) { in matchUZP() 226 MatchInfo = ShuffleVectorPseudo(Opc, Dst, {V1, V2}); in matchUZP() 231 ShuffleVectorPseudo &MatchInfo) { in matchZip() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Combine.td | 90 def shuffle_matchdata : GIDefMatchData<"ShuffleVectorPseudo">;
|