Searched refs:TDTypeVec (Results 1 – 1 of 1) sorted by relevance
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 1850 SmallVector<StringRef, 24> TDTypeVec; in run() local 1851 ParseTypes(0, TypedefTypes, TDTypeVec); in run() 1854 for (unsigned i = 0, e = TDTypeVec.size(); i != e; ++i) { in run() 1856 char type = ClassifyType(TDTypeVec[i], quad, poly, dummy); in run() 1870 unsigned nElts = GetNumElements(TDTypeVec[i], quad); in run() 1875 OS << TypeString('s', TDTypeVec[i]); in run() 1876 OS << " " << TypeString('d', TDTypeVec[i]) << ";\n"; in run() 1885 for (unsigned i = 0, e = TDTypeVec.size(); i != e; ++i) { in run() 1887 char type = ClassifyType(TDTypeVec[i], quad, poly, dummy); in run() 1896 std::string ts = TypeString('d', TDTypeVec[i]); in run() [all …]
|