|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/AArch64/AArch64GenCallingConv.inc 185 if (LocVT == MVT::nxv2i1 ||
198 if (LocVT == MVT::nxv2i1 ||
1179 if (LocVT == MVT::nxv2i1 ||
gen/lib/Target/AArch64/AArch64GenDAGISel.inc82274 /*191283*/ OPC_CheckChild2Type, MVT::nxv2i1,
82322 /*191374*/ OPC_CheckChild2Type, MVT::nxv2i1,
82388 /*191500*/ OPC_CheckChild2Type, MVT::nxv2i1,
82423 /*191566*/ /*SwitchType*/ 11, MVT::nxv2i1,// ->191579
82427 MVT::nxv2i1, 1/*#Ops*/, 0,
82448 /*191612*/ /*SwitchType*/ 11, MVT::nxv2i1,// ->191625
82452 MVT::nxv2i1, 1/*#Ops*/, 0,
111610 /*249190*/ OPC_CheckChild2Type, MVT::nxv2i1,
gen/lib/Target/AArch64/AArch64GenRegisterInfo.inc 5186 /* 34 */ MVT::nxv16i1, MVT::nxv8i1, MVT::nxv4i1, MVT::nxv2i1, MVT::Other,
include/llvm/Support/MachineValueType.h 440 case nxv2i1:
644 case nxv2i1:
697 case nxv2i1: return 2;
1004 if (NumElements == 2) return MVT::nxv2i1;
lib/CodeGen/ValueTypes.cpp 214 case MVT::nxv2i1: return "nxv2i1";
359 case MVT::nxv2i1:
lib/Target/AArch64/AArch64ISelLowering.cpp 167 addRegisterClass(MVT::nxv2i1, &AArch64::PPRRegClass);
utils/TableGen/CodeGenTarget.cpp 154 case MVT::nxv2i1: return "MVT::nxv2i1";