Searched defs:ElementWidth (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 385 int ElementWidth; global() member 410 unsigned ElementWidth; global() member 423 unsigned ElementWidth; global() member 2282 CreateVectorReg(unsigned RegNum,RegKind Kind,unsigned ElementWidth,SMLoc S,SMLoc E,MCContext & Ctx,AArch64_AM::ShiftExtendType ExtTy=AArch64_AM::LSL,unsigned ShiftAmount=0,unsigned HasExplicitAmount=false) CreateVectorReg() argument 2299 CreateVectorList(unsigned RegNum,unsigned Count,unsigned Stride,unsigned NumElements,unsigned ElementWidth,RegKind RegisterKind,SMLoc S,SMLoc E,MCContext & Ctx) CreateVectorList() argument 2332 ComputeRegsForAlias(unsigned Reg,SmallSet<unsigned,8> & OutRegs,const unsigned ElementWidth) ComputeRegsForAlias() argument 2492 CreateMatrixRegister(unsigned RegNum,unsigned ElementWidth,MatrixKind Kind,SMLoc S,SMLoc E,MCContext & Ctx) CreateMatrixRegister() argument 3523 unsigned ElementWidth = 0; tryParseMatrixRegister() local 3567 unsigned ElementWidth = KindRes->second; tryParseMatrixRegister() local 4129 unsigned ElementWidth = KindRes->second; tryParseNeonVectorRegister() local 4223 unsigned ElementWidth = KindRes->second; tryParseSVEPredicateVector() local 4369 __anon882015c50502(unsigned &Reg, unsigned &ElementWidth) tryParseMatrixTileList() argument 4416 unsigned FirstReg, ElementWidth; tryParseMatrixTileList() local 4581 unsigned ElementWidth = 0; tryParseVectorList() local 7955 unsigned ElementWidth = KindRes->second; tryParseSVEDataVector() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7407 CharUnits ElementWidth = Info.Ctx.getTypeSizeInChars(Ty->getElementType()); visit() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8948 const unsigned ElementWidth = 8; lowerGetVectorLength() local
|