Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3617 unsigned Opc128[3]) { in getVectorShuffleOpcode()
3624 return VT.is64BitVector() ? Opc64[0] : Opc128[0]; in getVectorShuffleOpcode()
3626 return VT.is64BitVector() ? Opc64[1] : Opc128[1]; in getVectorShuffleOpcode()
3628 return VT.is64BitVector() ? Opc64[2] : Opc128[2]; in getVectorShuffleOpcode()
4271 unsigned Opc128[] = {ARM::VZIPq8, ARM::VZIPq16, ARM::VZIPq32}; in Select() local
4272 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128); in Select()
4283 unsigned Opc128[] = {ARM::VUZPq8, ARM::VUZPq16, ARM::VUZPq32}; in Select() local
4284 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128); in Select()
4294 unsigned Opc128[] = {ARM::VTRNq8, ARM::VTRNq16, ARM::VTRNq32}; in Select() local
4295 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128); in Select()