Searched refs:HasDupPostfix (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp978 bool &HasDupPostfix,
992 HasDupPostfix = Postfix.count("_dup");
1009 const bool &HasDupPostfix,
1020 if (HasDupPostfix) {
1037 if (HasDupPostfix) {
1045 if (HasDupPostfix) {
1058 if ((HasLanePostfix || HasDupPostfix) && OutTypeCode != "8") {
1107 const bool &HasDupPostfix,
1193 const bool &HasDupPostfix,
1214 HasDupPostfix, HasLanePostfi
973 PreprocessInstruction(const StringRef &Name, const std::string &InstName, std::string &Prefix, bool &HasNPostfix, bool &HasLanePostfix, bool &HasDupPostfix, bool &IsSpecialVCvt, size_t &TBNumber) argument
1006 GenerateRegisterCheckPatternForLoadStores(const StringRef &NameRef, const std::string& OutTypeCode, const bool &IsQuad, const bool &HasDupPostfix, const bool &HasLanePostfix, const size_t Count, std::string &RegisterSuffix) argument
1102 NormalizeProtoForRegisterPatternCreation(const std::string &Name, const std::string &Proto, const bool &HasNPostfix, const bool &IsQuad, const bool &HasLanePostfix, const bool &HasDupPostfix, std::string &NormedProto) argument
1187 GenerateRegisterCheckPattern(const std::string &Name, const std::string &Proto, const std::string &OutTypeCode, const bool &HasNPostfix, const bool &IsQuad, const bool &HasLanePostfix, const bool &HasDupPostfix, const size_t &TBNumber, std::string &RegisterSuffix) argument
1303 bool HasDupPostfix = false; local
[all...]

Completed in 151 milliseconds