Searched refs:OutTS (Results 1 – 1 of 1) sorted by relevance
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 283 TypeSpec OutTS, InTS; member in __anon66c363900111::Intrinsic 324 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, in Intrinsic() argument 327 : R(R), Name(Name.str()), Proto(Proto.str()), OutTS(OutTS), InTS(InTS), in Intrinsic() 330 BaseType(OutTS, 'd'), InBaseType(InTS, 'd'), Emitter(Emitter) { in Intrinsic() 345 if (OutTS.find('h') != std::string::npos && in Intrinsic() 352 Types.emplace_back(OutTS, Proto[0]); in Intrinsic()
|