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

/freebsd-10.2-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp977 bool &HasLanePostfix,
991 HasLanePostfix = Postfix.count("_lane");
1010 const bool &HasLanePostfix,
1023 if (HasLanePostfix) {
1040 if (HasLanePostfix) {
1043 if (IsQuad && !HasLanePostfix) {
1058 if ((HasLanePostfix || HasDupPostfix) && OutTypeCode != "8") {
1081 const bool &HasLanePostfix) {
1090 NameRef.count("vqrdmulh")) && HasLanePostfix;
1094 const bool &HasLanePostfix,
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
1080 IsFiveOperandLaneAccumulator(const StringRef &NameRef, const bool &HasLanePostfix) argument
1093 IsSpecialLaneMultiply(const StringRef &NameRef, const bool &HasLanePostfix, const bool &IsQuad) 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
1301 bool HasLanePostfix = false; local
[all...]

Completed in 50 milliseconds