Searched defs:OutTypeCode (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp757 const std::string& OutTypeCode,
808 if ((HasLanePostfix || HasDupPostfix) && OutTypeCode != "8") {
809 RegisterSuffix += ":" + OutTypeCode;
937 const std::string &OutTypeCode,
961 GenerateRegisterCheckPatternForLoadStores(NameRef, OutTypeCode, IsQuad,
1042 std::string OutTypeCode; local
1063 InstructionTypeCode(OutTypeStr, Ck, IsQuad, OutTypeCode);
1064 GenerateRegisterCheckPattern(Name, Proto, OutTypeCode, HasNPostfix, IsQuad,
1092 if (OutTypeCode == "64") {
1133 if ((Prefix == "vzip" || Prefix == "vuzp") && OutTypeCode
756 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
935 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
[all...]

Completed in 93 milliseconds