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

References

gen/lib/Target/AArch64/AArch64GenCallingConv.inc
  148   if (LocVT == MVT::nxv16i8 ||
  169   if (LocVT == MVT::nxv16i8 ||
 1158   if (LocVT == MVT::nxv16i8 ||
gen/lib/Target/AArch64/AArch64GenDAGISel.inc
80781 /*188501*/        OPC_CheckChild2Type, MVT::nxv16i8,
80783 /*188504*/        OPC_CheckChild3Type, MVT::nxv16i8,
80821 /*188574*/        OPC_CheckChild2Type, MVT::nxv16i8,
80823 /*188577*/        OPC_CheckChild3Type, MVT::nxv16i8,
82189 /*191122*/        OPC_CheckChild2Type, MVT::nxv16i8,
82191 /*191125*/        OPC_CheckChild3Type, MVT::nxv16i8,
82215 /*191171*/        OPC_CheckChild2Type, MVT::nxv16i8,
82217 /*191174*/        OPC_CheckChild3Type, MVT::nxv16i8,
82238 /*191214*/      OPC_SwitchType /*4 cases */, 19, MVT::nxv16i8,// ->191236
82239 /*191217*/        OPC_CheckChild1Type, MVT::nxv16i8,
82243 /*191223*/        OPC_CheckChild3Type, MVT::nxv16i8,
82246                       MVT::nxv16i8, 3/*#Ops*/, 0, 1, 2, 
82286 /*191305*/      OPC_SwitchType /*4 cases */, 19, MVT::nxv16i8,// ->191327
82287 /*191308*/        OPC_CheckChild1Type, MVT::nxv16i8,
82291 /*191314*/        OPC_CheckChild3Type, MVT::nxv16i8,
82294                       MVT::nxv16i8, 3/*#Ops*/, 0, 1, 2, 
82334 /*191397*/      OPC_SwitchType /*4 cases */, 19, MVT::nxv16i8,// ->191419
82335 /*191400*/        OPC_CheckChild1Type, MVT::nxv16i8,
82339 /*191406*/        OPC_CheckChild3Type, MVT::nxv16i8,
82342                       MVT::nxv16i8, 3/*#Ops*/, 0, 1, 2, 
101566 /*227669*/      OPC_SwitchType /*6 cases */, 5, MVT::nxv16i8,// ->227677
101599 /*227716*/      OPC_SwitchType /*6 cases */, 5, MVT::nxv16i8,// ->227724
101632 /*227763*/      OPC_SwitchType /*6 cases */, 5, MVT::nxv16i8,// ->227771
101665 /*227810*/      OPC_SwitchType /*6 cases */, 5, MVT::nxv16i8,// ->227818
101698 /*227857*/      OPC_SwitchType /*6 cases */, 5, MVT::nxv16i8,// ->227865
101731 /*227904*/      OPC_SwitchType /*6 cases */, 5, MVT::nxv16i8,// ->227912
101763 /*227949*/      OPC_CheckChild0Type, MVT::nxv16i8,
110636 /*247145*/        /*SwitchType*/ 9, MVT::nxv16i8,// ->247156
110639                         MVT::nxv16i8, 1/*#Ops*/, 0, 
111859 /*249709*/      OPC_CheckType, MVT::nxv16i8,
111865                     MVT::nxv16i8, 3/*#Ops*/, 2, 1, 4, 
114365 /*254674*/      OPC_CheckChild0Type, MVT::nxv16i8,
114389 /*254719*/      OPC_CheckChild0Type, MVT::nxv16i8,
114413 /*254764*/      OPC_CheckChild0Type, MVT::nxv16i8,
114437 /*254809*/      OPC_CheckChild0Type, MVT::nxv16i8,
gen/lib/Target/AArch64/AArch64GenFastISel.inc
  647   case MVT::nxv16i8: return fastEmit_AArch64ISD_DUP_MVT_i32_MVT_nxv16i8_r(Op0, Op0IsKill);
 1507   case MVT::nxv16i8: return fastEmit_AArch64ISD_SUNPKHI_MVT_nxv16i8_r(RetVT, Op0, Op0IsKill);
 1545   case MVT::nxv16i8: return fastEmit_AArch64ISD_SUNPKLO_MVT_nxv16i8_r(RetVT, Op0, Op0IsKill);
 1621   case MVT::nxv16i8: return fastEmit_AArch64ISD_UUNPKHI_MVT_nxv16i8_r(RetVT, Op0, Op0IsKill);
 1659   case MVT::nxv16i8: return fastEmit_AArch64ISD_UUNPKLO_MVT_nxv16i8_r(RetVT, Op0, Op0IsKill);
gen/lib/Target/AArch64/AArch64GenRegisterInfo.inc
 5187   /* 39 */ MVT::nxv16i8, MVT::nxv8i16, MVT::nxv4i32, MVT::nxv2i64, MVT::nxv2f16, MVT::nxv4f16, MVT::nxv8f16, MVT::nxv1f32, MVT::nxv2f32, MVT::nxv4f32, MVT::nxv1f64, MVT::nxv2f64, MVT::Other,
include/llvm/Support/MachineValueType.h
  458       case nxv16i8:
  593       case nxv16i8:
  762       case nxv16i8:
 1015           if (NumElements == 16) return MVT::nxv16i8;
lib/CodeGen/ValueTypes.cpp
  223   case MVT::nxv16i8: return "nxv16i8";
  377   case MVT::nxv16i8: 
lib/Target/AArch64/AArch64ISelLowering.cpp
  173     addRegisterClass(MVT::nxv16i8, &AArch64::ZPRRegClass);
utils/TableGen/CodeGenTarget.cpp
  163   case MVT::nxv16i8:  return "MVT::nxv16i8";