Home
last modified time | relevance | path

Searched refs:nxv1i64 (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.h178 nxv1i64 = 112, // n x 1 x i64 enumerator
501 case nxv1i64: in getVectorElementType()
664 case nxv1i64: in getVectorNumElements()
748 case nxv1i64: in getSizeInBits()
1055 if (NumElements == 1) return MVT::nxv1i64; in getScalableVectorVT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.td144 def nxv1i64 : ValueType<64, 112>; // n x 1 x i64 vector value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp281 case MVT::nxv1i64: in getTypeForEVT()