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

/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp976 bool &HasNPostfix,
990 HasNPostfix = Postfix.count("_n");
1068 const bool &HasNPostfix) {
1077 NameRef.count("vqrdmulh")) && HasNPostfix;
1104 const bool &HasNPostfix,
1139 } else if (HasNPostfixAndScalarArgs(NameRef, HasNPostfix)) {
1190 const bool &HasNPostfix,
1202 if ((NameRef.count("vdup") || NameRef.count("vmov")) && HasNPostfix) {
1231 NormalizeProtoForRegisterPatternCreation(Name, Proto, HasNPostfix, IsQuad,
1299 bool HasNPostfix local
973 PreprocessInstruction(const StringRef &Name, const std::string &InstName, std::string &Prefix, bool &HasNPostfix, bool &HasLanePostfix, bool &HasDupPostfix, bool &IsSpecialVCvt, size_t &TBNumber) argument
1067 HasNPostfixAndScalarArgs(const StringRef &NameRef, const bool &HasNPostfix) 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
[all...]

Completed in 50 milliseconds