Home
last modified time | relevance | path

Searched refs:getHalfTy (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp152 case MVT::f16: return Type::getHalfTy(Context); in getTypeForEVT()
209 case MVT::v2f16: return VectorType::get(Type::getHalfTy(Context), 2); in getTypeForEVT()
210 case MVT::v3f16: return VectorType::get(Type::getHalfTy(Context), 3); in getTypeForEVT()
211 case MVT::v4f16: return VectorType::get(Type::getHalfTy(Context), 4); in getTypeForEVT()
212 case MVT::v8f16: return VectorType::get(Type::getHalfTy(Context), 8); in getTypeForEVT()
213 case MVT::v16f16: return VectorType::get(Type::getHalfTy(Context), 16); in getTypeForEVT()
214 case MVT::v32f16: return VectorType::get(Type::getHalfTy(Context), 32); in getTypeForEVT()
294 return VectorType::get(Type::getHalfTy(Context), 2, /*Scalable=*/ true); in getTypeForEVT()
296 return VectorType::get(Type::getHalfTy(Context), 4, /*Scalable=*/ true); in getTypeForEVT()
298 return VectorType::get(Type::getHalfTy(Context), 8, /*Scalable=*/ true); in getTypeForEVT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp42 case HalfTyID : return getHalfTy(C); in getPrimitiveType()
167 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy() function in Type
189 return getHalfTy(C)->getPointerTo(AS); in getHalfPtrTy()
DConstants.cpp870 Ty = Type::getHalfTy(Context); in get()
2630 Type *Ty = ArrayType::get(Type::getHalfTy(Context), Elts.size()); in getFP()
2701 Type *Ty = VectorType::get(Type::getHalfTy(Context), Elts.size()); in getFP()
DFunction.cpp978 case IITDescriptor::Half: return Type::getHalfTy(Context); in DecodeFixedType()
DCore.cpp597 return (LLVMTypeRef) Type::getHalfTy(*unwrap(C)); in LLVMHalfTypeInContext()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp51 mFP16Ty = Type::getHalfTy(pJitMgr->mContext); in Builder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h379 static Type *getHalfTy(LLVMContext &C);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h410 static Type *getHalfTy(LLVMContext &C);
DDerivedTypes.h494 EltTy = Type::getHalfTy(VTy->getContext()); in getTruncatedElementVectorType()
DIRBuilder.h413 Type *getHalfTy() { in getHalfTy() function
414 return Type::getHalfTy(Context); in getHalfTy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp819 TYPEKEYWORD("half", Type::getHalfTy(Context)); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp886 case AMDGPULibFunc::F16: T = Type::getHalfTy(C); break; in getIntrinsicParamType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1864 if (Ty == Type::getHalfTy(CPV->getContext())) { in bufferLEByte()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1464 return Type::getHalfTy(CFP->getContext()); in shrinkFPConstant()
DInstCombineCalls.cpp2578 VectorType::get(Type::getHalfTy(II->getContext()), RetWidth); in visitCallInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp2015 ZeroTy = Type::getHalfTy(Ctx); in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1728 ResultTy = Type::getHalfTy(Context); in parseTypeTableBody()