Searched refs:v4f16 (Results 1 – 5 of 5) sorted by relevance
98 v4f16 = 43, // 4 x f16 enumerator297 case v4f16: in getVectorElementType()339 case v4f16: in getVectorNumElements()401 case v4f16: in getSizeInBits()545 if (NumElements == 4) return MVT::v4f16; in getVectorVT()
67 def v4f16 : ValueType<64 , 43>; // 4 x f16 vector value
163 case MVT::v4f16: return "v4f16"; in getEVTString()229 case MVT::v4f16: return VectorType::get(Type::getHalfTy(Context), 4); in getTypeForEVT()
102 case MVT::v4f16: return "MVT::v4f16"; in getEnumName()
170 def llvm_v4f16_ty : LLVMType<v4f16>; // 4 x half (__fp16)