Home
last modified time | relevance | path

Searched refs:HalfTy (Results 1 – 11 of 11) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.cpp26 HalfTy(C, Type::HalfTyID), in LLVMContextImpl()
H A DLLVMContextImpl.h329 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy; variable
H A DType.cpp227 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy()
/minix/external/bsd/llvm/dist/llvm/unittests/IR/
H A DInstructionsTest.cpp182 Type *HalfTy = Type::getHalfTy(C); in TEST() local
248 EXPECT_TRUE(CastInst::isBitCastable(Int16Ty, HalfTy)); in TEST()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def125 FLOATING_TYPE(Half, HalfTy)
H A DASTContext.h799 CanQualType HalfTy; // [OpenCL 6.1.1.1], ARM NEON variable
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1049 InitBuiltinType(HalfTy, BuiltinType::Half); in InitBuiltinTypes()
4412 case HalfRank: return HalfTy; in getFloatingTypeOfSizeWithinDomain()
7583 Type = Context.HalfTy; in DecodeTypeFromStr()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3049 getContext().UnsignedLongLongTy, getContext().HalfTy, in EmitFundamentalRTTIDescriptors()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp864 case DeclSpec::TST_half: Result = Context.HalfTy; break; in ConvertDeclSpecToType()
H A DSemaChecking.cpp564 return Context.HalfTy; in getNeonEltType()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5936 case PREDEF_TYPE_HALF_ID: T = Context.HalfTy; break; in GetType()