Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp350 int ElementWidth; member
377 unsigned ElementWidth; member
1122 if (isSVEVectorReg<Class>() && (Reg.ElementWidth == ElementWidth)) in isSVEPredicateVectorRegOfWidth()
1133 if (isSVEVectorReg<Class>() && Reg.ElementWidth == ElementWidth) in isSVEDataVectorRegOfWidth()
1229 unsigned ElementWidth>
1237 if (VectorList.ElementWidth != ElementWidth) in isTypedVectorList()
1889 Op->Reg.ElementWidth = 0; in CreateReg()
1910 Op->Reg.ElementWidth = ElementWidth; in CreateVectorReg()
1922 Op->VectorList.ElementWidth = ElementWidth; in CreateVectorList()
3246 unsigned ElementWidth = KindRes->second; in tryParseNeonVectorRegister() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1003 class ZPRVectorList<int ElementWidth, int NumRegs> : AsmOperandClass {
1004 let Name = "SVEVectorList" # NumRegs # ElementWidth;
1007 "isTypedVectorList<RegKind::SVEDataVector, " #NumRegs #", 0, " #ElementWidth #">";
H A DSVEInstrFormats.td158 class SVEShiftedImmOperand<int ElementWidth, string Infix, string Predicate>
160 let Name = "SVE" # Infix # "Imm" # ElementWidth;
177 class imm8_opt_lsl<int ElementWidth, string printType,
181 let DecoderMethod = "DecodeImm8OptLsl<" # ElementWidth # ">";
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp224 template <int ElementWidth>
1916 template <int ElementWidth>
1921 if (ElementWidth == 8 && Shift) in DecodeImm8OptLsl()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7109 CharUnits ElementWidth = Info.Ctx.getTypeSizeInChars(Ty->getElementType()); in visit() local
7114 visitType(Ty->getElementType(), Offset + I * ElementWidth); in visit()