Lines Matching defs:Opc128
3612 unsigned Opc128[3]) {
3619 return VT.is64BitVector() ? Opc64[0] : Opc128[0];
3621 return VT.is64BitVector() ? Opc64[1] : Opc128[1];
3623 return VT.is64BitVector() ? Opc64[2] : Opc128[2];
4255 unsigned Opc128[] = {ARM::VZIPq8, ARM::VZIPq16, ARM::VZIPq32};
4256 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128);
4267 unsigned Opc128[] = {ARM::VUZPq8, ARM::VUZPq16, ARM::VUZPq32};
4268 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128);
4278 unsigned Opc128[] = {ARM::VTRNq8, ARM::VTRNq16, ARM::VTRNq32};
4279 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128);