Lines Matching defs:TS
78 SVEType(StringRef TS, char CharMod, unsigned NumVectors = 1)
84 if (!TS.empty())
85 applyTypespec(TS);
138 /// Creates the type based on the typespec string in TS.
139 void applyTypespec(StringRef TS);
282 std::string replaceTemplatedArgs(std::string Name, TypeSpec TS,
547 void SVEType::applyTypespec(StringRef TS) {
548 for (char I : TS) {
1008 std::string Intrinsic::replaceTemplatedArgs(std::string Name, TypeSpec TS,
1023 T = SVEType(TS, 'd');
1029 T = SVEType(TS, Proto[C - '0']);
1209 for (auto TS : TypeSpecs) {
1223 ElementSizeInBits = SVEType(TS, Mod, NumVectors).getElementSizeInBits();
1229 TS, ClassS, *this, SVEGuard, SMEGuard));
1235 ImmChecks, TS, ClassG, *this, SVEGuard, SMEGuard));