Searched refs:v2f16 (Results 1 – 5 of 5) sorted by relevance
92 v2f16 = 42, // 2 x f16 enumerator105 FIRST_FP_VECTOR_VALUETYPE = v2f16,297 case v2f16: in getVectorElementType()348 case v2f16: in getVectorNumElements()391 case v2f16: in getSizeInBits()549 if (NumElements == 2) return MVT::v2f16; in getVectorVT()
66 def v2f16 : ValueType<32 , 42>; // 2 x f16 vector value
162 case MVT::v2f16: return "v2f16"; in getEVTString()228 case MVT::v2f16: return VectorType::get(Type::getHalfTy(Context), 2); in getTypeForEVT()
101 case MVT::v2f16: return "MVT::v2f16"; in getEnumName()
177 def llvm_v2f16_ty : LLVMType<v2f16>; // 2 x half (__fp16)