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/ |
D | ValueTypes.cpp | 152 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/ |
D | Type.cpp | 42 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()
|
D | Constants.cpp | 870 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()
|
D | Function.cpp | 978 case IITDescriptor::Half: return Type::getHalfTy(Context); in DecodeFixedType()
|
D | Core.cpp | 597 return (LLVMTypeRef) Type::getHalfTy(*unwrap(C)); in LLVMHalfTypeInContext()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.cpp | 51 mFP16Ty = Type::getHalfTy(pJitMgr->mContext); in Builder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 379 static Type *getHalfTy(LLVMContext &C);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 410 static Type *getHalfTy(LLVMContext &C);
|
D | DerivedTypes.h | 494 EltTy = Type::getHalfTy(VTy->getContext()); in getTruncatedElementVectorType()
|
D | IRBuilder.h | 413 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/ |
D | LLLexer.cpp | 819 TYPEKEYWORD("half", Type::getHalfTy(Context)); in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibFunc.cpp | 886 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/ |
D | NVPTXAsmPrinter.cpp | 1864 if (Ty == Type::getHalfTy(CPV->getContext())) { in bufferLEByte()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1464 return Type::getHalfTy(CFP->getContext()); in shrinkFPConstant()
|
D | InstCombineCalls.cpp | 2578 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/ |
D | LegalizerHelper.cpp | 2015 ZeroTy = Type::getHalfTy(Ctx); in lower()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1728 ResultTy = Type::getHalfTy(Context); in parseTypeTableBody()
|