Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3622 unsigned Opc128[3]) { in getVectorShuffleOpcode()
3629 return VT.is64BitVector() ? Opc64[0] : Opc128[0]; in getVectorShuffleOpcode()
3631 return VT.is64BitVector() ? Opc64[1] : Opc128[1]; in getVectorShuffleOpcode()
3633 return VT.is64BitVector() ? Opc64[2] : Opc128[2]; in getVectorShuffleOpcode()
4278 unsigned Opc128[] = {ARM::VZIPq8, ARM::VZIPq16, ARM::VZIPq32}; in Select() local
4279 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128); in Select()
4290 unsigned Opc128[] = {ARM::VUZPq8, ARM::VUZPq16, ARM::VUZPq32}; in Select() local
4291 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128); in Select()
4301 unsigned Opc128[] = {ARM::VTRNq8, ARM::VTRNq16, ARM::VTRNq32}; in Select() local
4302 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128); in Select()