Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp385 int ElementWidth; member
410 unsigned ElementWidth; member
423 unsigned ElementWidth; member
673 return MatrixReg.ElementWidth; in getMatrixElementWidth()
1288 template <int ElementWidth, unsigned Class>
1293 if (isSVEVectorReg<Class>() && (Reg.ElementWidth == ElementWidth)) in isSVEPredicateVectorRegOfWidth()
1299 template <int ElementWidth, unsigned Class>
1306 isSVEPredicateVectorRegOfWidth<ElementWidth, Class>()) && in isSVEPredicateOrPredicateAsCounterRegOfWidth()
1307 Reg.ElementWidth == ElementWidth) in isSVEPredicateOrPredicateAsCounterRegOfWidth()
1313 template <int ElementWidth, unsigned Class>
[all …]
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1063 class PPRVectorList<int ElementWidth, int NumRegs> : AsmOperandClass {
1064 let Name = "SVEPredicateList" # NumRegs # "x" # ElementWidth;
1067 # NumRegs #", 0, "#ElementWidth #">";
1093 class PPRVectorListMul<int ElementWidth, int NumRegs> : PPRVectorList<ElementWidth, NumRegs> {
1094 let Name = "SVEPredicateListMul" # NumRegs # "x" # ElementWidth;
1098 # ElementWidth # ">";
1230 class ZPRVectorList<int ElementWidth, int NumRegs> : AsmOperandClass {
1231 let Name = "SVEVectorList" # NumRegs # ElementWidth;
1234 "isTypedVectorList<RegKind::SVEDataVector, " #NumRegs #", 0, " #ElementWidth #">";
1327 class ZPRVectorListMul<int ElementWidth, int NumRegs> : ZPRVectorList<ElementWidth, NumRegs> {
[all …]
H A DSVEInstrFormats.td208 class SVEShiftedImmOperand<int ElementWidth, string Infix, string Predicate>
210 let Name = "SVE" # Infix # "Imm" # ElementWidth;
227 class imm8_opt_lsl<int ElementWidth, string printType,
231 let DecoderMethod = "DecodeImm8OptLsl<" # ElementWidth # ">";
/src/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp192 template <int ElementWidth>
1656 template <int ElementWidth>
1661 if (ElementWidth == 8 && Shift) in DecodeImm8OptLsl()
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7422 CharUnits ElementWidth = Info.Ctx.getTypeSizeInChars(Ty->getElementType()); in visit() local
7427 visitType(Ty->getElementType(), Offset + I * ElementWidth); in visit()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8958 const unsigned ElementWidth = 8; in lowerGetVectorLength() local
8961 unsigned LMul1VF = RISCV::RVVBitsPerBlock / ElementWidth; in lowerGetVectorLength()
8973 unsigned VSEW = RISCVVType::encodeSEW(ElementWidth); in lowerGetVectorLength()