Searched refs:HasNPostfix (Results 1 – 1 of 1) sorted by relevance
726 bool &HasNPostfix, in PreprocessInstruction() argument740 HasNPostfix = Postfix.count("_n"); in PreprocessInstruction()818 const bool &HasNPostfix) { in HasNPostfixAndScalarArgs() argument827 NameRef.count("vqrdmulh")) && HasNPostfix; in HasNPostfixAndScalarArgs()854 const bool &HasNPostfix, in NormalizeProtoForRegisterPatternCreation() argument887 } else if (HasNPostfixAndScalarArgs(NameRef, HasNPostfix)) { in NormalizeProtoForRegisterPatternCreation()938 const bool &HasNPostfix, in GenerateRegisterCheckPattern() argument950 if ((NameRef.count("vdup") || NameRef.count("vmov")) && HasNPostfix) { in GenerateRegisterCheckPattern()979 NormalizeProtoForRegisterPatternCreation(Name, Proto, HasNPostfix, IsQuad, in GenerateRegisterCheckPattern()1047 bool HasNPostfix = false; in GenerateChecksForIntrinsic() local[all …]