Searched refs:PolymorphicNameType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_mve_defs.td | 426 class PolymorphicNameType<int nt_, string x_> { 433 def PNT_None: PolymorphicNameType<0, ?>; 438 def PNT_Type: PolymorphicNameType<1, ?>; 442 def PNT_2Type: PolymorphicNameType<2, ?>; 446 def PNT_NType: PolymorphicNameType<1, "n">; 450 def PNT_N: PolymorphicNameType<0, "n">; 454 def PNT_WBType: PolymorphicNameType<1, "wb">; 458 def PNT_WB: PolymorphicNameType<0, "wb">; 467 // in turn, in a way specified by the PolymorphicNameType system above. 483 PolymorphicNameType pnt = PNT_Type; [all …]
|
| H A D | arm_mve.td | 1190 PolymorphicNameType pnt_scalar_unpred = PNT_Type> { 1556 // the custom PolymorphicNameType here. 1558 pnt = PolymorphicNameType<1, "polymorphic"> in {
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 1349 Record *PolymorphicNameType = R->getValueAsDef("pnt"); in ACLEIntrinsic() local 1352 for (unsigned i = 0, e = PolymorphicNameType->getValueAsInt( in ACLEIntrinsic() 1356 if (!PolymorphicNameType->isValueUnset("ExtraSuffixToDiscard")) { in ACLEIntrinsic() 1358 PolymorphicNameType->getValueAsString("ExtraSuffixToDiscard"); in ACLEIntrinsic()
|