Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMachineValueType.h173 nxv8f64 = 108, // n x 8 x f64 enumerator
176 LAST_FP_VECTOR_VALUETYPE = nxv8f64,
179 LAST_FP_SCALABLE_VALUETYPE = nxv8f64,
182 LAST_VECTOR_VALUETYPE = nxv8f64,
514 case nxv8f64: return f64; in getVectorElementType()
569 case nxv8f64: return 8; in getVectorNumElements()
738 case nxv8f64: return 512; in getSizeInBits()
966 if (NumElements == 8) return MVT::nxv8f64; in getScalableVectorVT()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DValueTypes.td142 def nxv8f64 : ValueType<512, 108>; // n x 8 x f64 vector value
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenTarget.cpp171 case MVT::nxv8f64: return "MVT::nxv8f64"; in getEnumName()