Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/utils/TableGen/
DNeonEmitter.cpp977 bool &HasLanePostfix, in PreprocessInstruction() argument
991 HasLanePostfix = Postfix.count("_lane"); in PreprocessInstruction()
1010 const bool &HasLanePostfix, in GenerateRegisterCheckPatternForLoadStores() argument
1023 if (HasLanePostfix) { in GenerateRegisterCheckPatternForLoadStores()
1040 if (HasLanePostfix) { in GenerateRegisterCheckPatternForLoadStores()
1043 if (IsQuad && !HasLanePostfix) { in GenerateRegisterCheckPatternForLoadStores()
1058 if ((HasLanePostfix || HasDupPostfix) && OutTypeCode != "8") { in GenerateRegisterCheckPatternForLoadStores()
1081 const bool &HasLanePostfix) { in IsFiveOperandLaneAccumulator() argument
1090 NameRef.count("vqrdmulh")) && HasLanePostfix; in IsFiveOperandLaneAccumulator()
1094 const bool &HasLanePostfix, in IsSpecialLaneMultiply() argument
[all …]