Home | History | Annotate | Download | only in TableGen

Lines Matching defs:TS

131   TypeSpec TS;
146 Type(TypeSpec TS, char CharMod)
147 : TS(TS), Float(false), Signed(false), Void(false), Poly(false),
229 /// Creates the type based on the typespec string in TS.
712 std::string S = TS;
1925 for (auto TS : TypeSpecs) {
1927 Type DefaultT(TS, 'd');
1930 if (TS == SrcTS ||
1933 NewTypeSpecs.push_back(std::make_pair(TS, SrcTS));
1936 NewTypeSpecs.push_back(std::make_pair(TS, TS));
2265 for (auto &TS : TDTypeVec) {
2267 Type T(TS, 'd');
2298 for (auto &TS : TDTypeVec) {
2300 Type T(TS, 'd');
2314 Type VT(TS, M);