Home
last modified time | relevance | path

Searched refs:nxv4i64 (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.h180 nxv4i64 = 114, // n x 4 x i64 enumerator
503 case nxv4i64: in getVectorElementType()
628 case nxv4i64: in getVectorNumElements()
787 case nxv4i64: in getSizeInBits()
1057 if (NumElements == 4) return MVT::nxv4i64; in getScalableVectorVT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.td146 def nxv4i64 : ValueType<256, 114>; // n x 4 x i64 vector value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp285 case MVT::nxv4i64: in getTypeForEVT()