Searched refs:ElementWidth (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 379 int ElementWidth; member 404 unsigned ElementWidth; member 417 unsigned ElementWidth; member 667 return MatrixReg.ElementWidth; in getMatrixElementWidth() 1269 template <int ElementWidth, unsigned Class> 1274 if (isSVEVectorReg<Class>() && (Reg.ElementWidth == ElementWidth)) in isSVEPredicateVectorRegOfWidth() 1280 template <int ElementWidth, unsigned Class> 1285 if (isSVEPredicateAsCounterReg<Class>() && (Reg.ElementWidth == ElementWidth)) in isSVEPredicateAsCounterRegOfWidth() 1291 template <int ElementWidth, unsigned Class> 1296 if (isSVEVectorReg<Class>() && Reg.ElementWidth == ElementWidth) in isSVEDataVectorRegOfWidth() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 988 class PPRVectorList<int ElementWidth, int NumRegs> : AsmOperandClass { 989 let Name = "SVEPredicateList" # NumRegs # "x" # ElementWidth; 992 # NumRegs #", 0, "#ElementWidth #">"; 1018 class PPRVectorListMul<int ElementWidth, int NumRegs> : PPRVectorList<ElementWidth, NumRegs> { 1019 let Name = "SVEPredicateListMul" # NumRegs # "x" # ElementWidth; 1023 # ElementWidth # ">"; 1146 class ZPRVectorList<int ElementWidth, int NumRegs> : AsmOperandClass { 1147 let Name = "SVEVectorList" # NumRegs # ElementWidth; 1150 "isTypedVectorList<RegKind::SVEDataVector, " #NumRegs #", 0, " #ElementWidth #">"; 1243 class ZPRVectorListMul<int ElementWidth, int NumRegs> : ZPRVectorList<ElementWidth, NumRegs> { [all …]
|
| H A D | SVEInstrFormats.td | 174 class SVEShiftedImmOperand<int ElementWidth, string Infix, string Predicate> 176 let Name = "SVE" # Infix # "Imm" # ElementWidth; 193 class imm8_opt_lsl<int ElementWidth, string printType, 197 let DecoderMethod = "DecodeImm8OptLsl<" # ElementWidth # ">";
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 279 template <int ElementWidth> 1974 template <int ElementWidth> 1979 if (ElementWidth == 8 && Shift) in DecodeImm8OptLsl()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 7198 CharUnits ElementWidth = Info.Ctx.getTypeSizeInChars(Ty->getElementType()); in visit() local 7203 visitType(Ty->getElementType(), Offset + I * ElementWidth); in visit()
|