Home
last modified time | relevance | path

Searched refs:nxv8i32 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h174 nxv8i32 = 109, // n x 8 x i32 enumerator
492 case nxv8i32: in getVectorElementType()
609 case nxv8i32: in getVectorNumElements()
786 case nxv8i32: in getSizeInBits()
1050 if (NumElements == 8) return MVT::nxv8i32; in getScalableVectorVT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.td140 def nxv8i32 : ValueType<256, 109>; // n x 8 x i32 vector value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp275 case MVT::nxv8i32: in getTypeForEVT()