Searched refs:OutTS (Results 1 – 1 of 1) sorted by relevance
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 270 TypeSpec OutTS, InTS; member in __anon985e31310111::Intrinsic 311 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, in Intrinsic() argument 314 : R(R), Name(Name.str()), Proto(Proto.str()), OutTS(OutTS), InTS(InTS), in Intrinsic() 317 BaseType(OutTS, 'd'), InBaseType(InTS, 'd'), Emitter(Emitter) { in Intrinsic() 332 if (OutTS.find('h') != std::string::npos && in Intrinsic() 339 Types.push_back(Type(OutTS, Proto[0])); in Intrinsic()
|