Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h160 nxv8i8 = 97, // n x 8 x i8 enumerator
457 case nxv8i8: in getVectorElementType()
607 case nxv8i8: in getVectorNumElements()
745 case nxv8i8: in getSizeInBits()
1034 if (NumElements == 8) return MVT::nxv8i8; in getScalableVectorVT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp251 case MVT::nxv8i8: in getTypeForEVT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.td126 def nxv8i8 : ValueType<64, 97>; // n x 8 x i8 vector value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SVEInstrInfo.td1106 …def : Pat<(sext_inreg (nxv8i16 ZPR:$Zs), nxv8i8), (SXTB_ZPmZ_H (IMPLICIT_DEF), (PTRUE_H 31), ZPR:…
DAArch64ISelLowering.cpp199 MVT::nxv4i16, MVT::nxv4i32, MVT::nxv8i8, MVT::nxv8i16 }) in AArch64TargetLowering()