reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/SystemZ/SystemZISelLowering.cpp
 4236   unsigned InBytes = (P.Opcode == SystemZISD::PERMUTE_DWORDS ? 8 :
 4237                       P.Opcode == SystemZISD::PACK ? P.Operand * 2 :
 4237                       P.Opcode == SystemZISD::PACK ? P.Operand * 2 :
 4238                       P.Operand);
 4245   if (P.Opcode == SystemZISD::PERMUTE_DWORDS) {
 4246     SDValue Op2 = DAG.getTargetConstant(P.Operand, DL, MVT::i32);
 4248   } else if (P.Opcode == SystemZISD::PACK) {
 4249     MVT OutVT = MVT::getVectorVT(MVT::getIntegerVT(P.Operand * 8),
 4250                                  SystemZ::VectorBytes / P.Operand);
 4253     Op = DAG.getNode(P.Opcode, DL, InVT, Op0, Op1);