Lines Matching refs:HasNPostfix
726 bool &HasNPostfix, in PreprocessInstruction() argument
740 HasNPostfix = Postfix.count("_n"); in PreprocessInstruction()
818 const bool &HasNPostfix) { in HasNPostfixAndScalarArgs() argument
827 NameRef.count("vqrdmulh")) && HasNPostfix; in HasNPostfixAndScalarArgs()
854 const bool &HasNPostfix, in NormalizeProtoForRegisterPatternCreation() argument
887 } else if (HasNPostfixAndScalarArgs(NameRef, HasNPostfix)) { in NormalizeProtoForRegisterPatternCreation()
938 const bool &HasNPostfix, in GenerateRegisterCheckPattern() argument
950 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
1060 HasNPostfix, HasLanePostfix, HasDupPostfix, in GenerateChecksForIntrinsic()
1064 GenerateRegisterCheckPattern(Name, Proto, OutTypeCode, HasNPostfix, IsQuad, in GenerateChecksForIntrinsic()