|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/AArch64/AArch64GenCallingConv.inc 152 LocVT == MVT::nxv2f16 ||
173 LocVT == MVT::nxv2f16 ||
1162 LocVT == MVT::nxv2f16 ||
gen/lib/Target/AArch64/AArch64GenDAGISel.inc111695 /*249368*/ /*SwitchType*/ 18, MVT::nxv2f16,// ->249388
111701 MVT::nxv2f16, 3/*#Ops*/, 2, 1, 4,
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 201 FIRST_FP_SCALABLE_VECTOR_VALUETYPE = nxv2f16,
514 case nxv2f16:
649 case nxv2f16:
725 case nxv2f16:
1043 if (NumElements == 2) return MVT::nxv2f16;
lib/CodeGen/ValueTypes.cpp 243 case MVT::nxv2f16: return "nxv2f16";
417 case MVT::nxv2f16:
lib/Target/AArch64/AArch64ISelLowering.cpp 178 addRegisterClass(MVT::nxv2f16, &AArch64::ZPRRegClass);
utils/TableGen/CodeGenTarget.cpp 181 case MVT::nxv2f16: return "MVT::nxv2f16";