Searched refs:getHalfTy (Results 1 – 11 of 11) sorted by relevance
187 case MVT::f16: return Type::getHalfTy(Context); in getTypeForEVT()222 case MVT::v2f16: return VectorType::get(Type::getHalfTy(Context), 2); in getTypeForEVT()
29 case HalfTyID : return getHalfTy(C); in getPrimitiveType()229 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy() function in Type249 return getHalfTy(C)->getPointerTo(AS); in getHalfPtrTy()
606 case IITDescriptor::Half: return Type::getHalfTy(Context); in DecodeFixedType()
260 return (LLVMTypeRef) Type::getHalfTy(*unwrap(C)); in LLVMHalfTypeInContext()
618 Ty = Type::getHalfTy(Context); in get()
383 static Type *getHalfTy(LLVMContext &C);
127 Type *HalfTy = Type::getHalfTy(C); in TEST()
275 return llvm::Type::getHalfTy(VMContext); in getTypeForFormat()
627 TYPEKEYWORD("half", Type::getHalfTy(Context)); in LexIdentifier()
262 case 17: if (GenHalfFloat) t = Type::getHalfTy(Context); break; in pickScalarType()
762 ResultTy = Type::getHalfTy(Context); in ParseTypeTableBody()