Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp196 return Type::getHalfTy(Ctx); in getTypeFromParameterKind()
290 return Type::getHalfTy(Ctx); in getOverloadTy()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp39 case HalfTyID : return getHalfTy(C); in getPrimitiveType()
96 Ty = Type::getHalfTy(C); in getFloatingPointTy()
239 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy() function in Type
H A DFunction.cpp1404 case IITDescriptor::Half: return Type::getHalfTy(Context); in DecodeFixedType()
H A DCore.cpp708 return (LLVMTypeRef) Type::getHalfTy(*unwrap(C)); in LLVMHalfTypeInContext()
H A DAutoUpgrade.cpp2653 Rep, FixedVectorType::get(Type::getHalfTy(C), NumDstElts)); in upgradeX86IntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp111 return Builder.CreateFPCast(&V, Type::getHalfTy(V.getContext())); in convertTo16Bit()
302 Type *CoordType = FloatCoord ? Type::getHalfTy(II.getContext()) in simplifyAMDGCNImageIntrinsic()
313 ArgTys[ImageDimIntr->BiasTyArg] = Type::getHalfTy(II.getContext()); in simplifyAMDGCNImageIntrinsic()
368 FPExtSrc = ConstantFP::get(Type::getHalfTy(Arg->getContext()), Val); in matchFPExtFromF16()
H A DAMDGPULibFunc.cpp946 case AMDGPULibFunc::F16: T = Type::getHalfTy(C); break; in getIntrinsicParamType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h448 static Type *getHalfTy(LLVMContext &C);
H A DDerivedTypes.h480 EltTy = Type::getHalfTy(VTy->getContext()); in getTruncatedElementVectorType()
H A DIRBuilder.h541 Type *getHalfTy() { in getHalfTy() function
542 return Type::getHalfTy(Context); in getHalfTy()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp427 return Type::getHalfTy(Ctx); in parseBasicTypeName()
H A DSPIRVGlobalRegistry.cpp1321 LLVMTy = Type::getHalfTy(Ctx); in getOrCreateSPIRVFloatType()
H A DSPIRVBuiltins.cpp2667 return Type::getHalfTy(Context); in parseTypeString()
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp169 Ty = Type::getHalfTy(Context); in Modifier()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp274 return llvm::Type::getHalfTy(VMContext); in getTypeForFormat()
H A DCGBuiltin.cpp5963 Value *HalfVal = Builder.CreateFPTrunc(Val, Builder.getHalfTy()); in EmitBuiltinExpr()
9695 return Builder.getHalfTy(); in getEltType()
9765 return llvm::ScalableVectorType::get(Builder.getHalfTy(), 8); in getSVEType()
14171 llvm::Type::getHalfTy(CGF.getLLVMContext()), NumDstElts); in EmitX86CvtF16ToFloatExpr()
18760 llvm::Type::getHalfTy(getLLVMContext()), 2); in EmitAMDGPUBuiltinExpr()
18787 llvm::Type::getHalfTy(getLLVMContext()), 2); in EmitAMDGPUBuiltinExpr()
H A DCodeGenModule.cpp354 HalfTy = llvm::Type::getHalfTy(LLVMContext); in CodeGenModule()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp832 TYPEKEYWORD("half", Type::getHalfTy(Context)); in LexIdentifier()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp247 llvm::Type::getHalfTy(getVMContext()), 8); in coerceIllegalVector()
H A DX86.cpp540 llvm::Type::getHalfTy(getVMContext()), 2)); in classifyReturnType()
2452 return llvm::FixedVectorType::get(llvm::Type::getHalfTy(getVMContext()), 4); in GetSSETypeAtOffset()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1586 return Type::getHalfTy(CFP->getContext()); in shrinkFPConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1308 FPTy = IC.Builder.getHalfTy(); in instCombineSVECondLast()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2472 ResultTy = Type::getHalfTy(Context); in parseTypeTableBody()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8146 Ty = Type::getHalfTy(MF.getFunction().getContext()); in foldMemoryOperandImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp90 return Type::getHalfTy(Ctx); in getFloatTypeForLLT()

12