Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DNeonEmitter.cpp727 bool &HasLanePostfix, in PreprocessInstruction() argument
741 HasLanePostfix = Postfix.count("_lane"); in PreprocessInstruction()
760 const bool &HasLanePostfix, in GenerateRegisterCheckPatternForLoadStores() argument
773 if (HasLanePostfix) { in GenerateRegisterCheckPatternForLoadStores()
790 if (HasLanePostfix) { in GenerateRegisterCheckPatternForLoadStores()
793 if (IsQuad && !HasLanePostfix) { in GenerateRegisterCheckPatternForLoadStores()
808 if ((HasLanePostfix || HasDupPostfix) && OutTypeCode != "8") { in GenerateRegisterCheckPatternForLoadStores()
831 const bool &HasLanePostfix) { in IsFiveOperandLaneAccumulator() argument
840 NameRef.count("vqrdmulh")) && HasLanePostfix; in IsFiveOperandLaneAccumulator()
844 const bool &HasLanePostfix, in IsSpecialLaneMultiply() argument
[all …]