Home
last modified time | relevance | path

Searched refs:nxv1i1 (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.h150 nxv1i1 = 88, // n x 1 x i1 enumerator
185 FIRST_INTEGER_SCALABLE_VECTOR_VALUETYPE = nxv1i1,
204 FIRST_SCALABLE_VECTOR_VALUETYPE = nxv1i1,
439 case nxv1i1: in getVectorElementType()
660 case nxv1i1: in getVectorNumElements()
700 case nxv1i1: return TypeSize::Scalable(1); in getSizeInBits()
1023 if (NumElements == 1) return MVT::nxv1i1; in getScalableVectorVT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.td116 def nxv1i1 : ValueType<1, 88>; // n x 1 x i1 vector value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp233 case MVT::nxv1i1: in getTypeForEVT()