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