Home
last modified time | relevance | path

Searched refs:PolymorphicNameType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve_defs.td426 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">;
483 PolymorphicNameType pnt = PNT_Type;
524 PolymorphicNameType pnt_m = PNT_Type,
[all …]
H A Darm_mve.td1190 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 DMveEmitter.cpp1348 Record *PolymorphicNameType = R->getValueAsDef("pnt"); in ACLEIntrinsic() local
1351 for (unsigned i = 0, e = PolymorphicNameType->getValueAsInt( in ACLEIntrinsic()
1355 if (!PolymorphicNameType->isValueUnset("ExtraSuffixToDiscard")) { in ACLEIntrinsic()
1357 PolymorphicNameType->getValueAsString("ExtraSuffixToDiscard"); in ACLEIntrinsic()