Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DNeonEmitter.cpp726 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
[all …]