Home
last modified time | relevance | path

Searched refs:IEEEhalf (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
H A DNVPTXTargetTransformInfo.cpp348 Action.IsHalfTy ? APFloat::IEEEhalf() : APFloat::IEEEsingle()); in simplifyNvvmIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowLevelTypeUtils.cpp79 return APFloat::IEEEhalf(); in getFltSemanticForLLT()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp144 static const APFloat KF16(APFloat::IEEEhalf(), APInt(16, 0x3118)); in isInv2Pi()
411 Val.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &LosesInfo); in isFPExtFromF16OrConst()
H A DAMDGPUInstCombineIntrinsic.cpp78 FloatValue.convert(APFloat::IEEEhalf(), APFloat::rmTowardZero, in canSafelyConvertTo16Bit()
364 Val.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &LosesInfo); in matchFPExtFromF16()
H A DAMDGPUISelDAGToDAG.cpp3392 ? APFloatBase::IEEEhalf() in SelectWMMAVISrc()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp168 &FPImm.getSemantics() == &APFloat::IEEEhalf()) && in getLoadFPImm()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp144 HalfFormat = &llvm::APFloat::IEEEhalf(); in TargetInfo()
449 HalfFormat = &llvm::APFloat::IEEEhalf(); in adjust()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp72 case HalfTyID: return APFloat::IEEEhalf(); in getFltSemantics()
95 if (&S == &APFloat::IEEEhalf()) in getFloatingPointTy()
H A DConstants.cpp1599 if (&Val2.getSemantics() == &APFloat::IEEEhalf()) in isValueValidForType()
1601 Val2.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &losesInfo); in isValueValidForType()
1617 if (&Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
1626 return &Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
1632 return &Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
1638 return &Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
3118 return APFloat(APFloat::IEEEhalf(), APInt(16, EltVal)); in getElementAsAPFloat()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp484 else if (S == &APFloat::IEEEhalf()) in promoteFloatSemantics()
H A DZ3Solver.cpp242 return llvm::APFloat::IEEEhalf(); in getFloatSemantics()
H A DAPFloat.cpp197 return IEEEhalf(); in EnumToSemantics()
236 if (&Sem == &llvm::APFloat::IEEEhalf()) in SemanticsToEnum()
274 const fltSemantics &APFloatBase::IEEEhalf() { return semIEEEhalf; } in IEEEhalf() function in llvm::APFloatBase
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp332 return llvm::APFloat::IEEEhalf(); in GetFloatSemantics()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp272 if (&format == &llvm::APFloat::IEEEhalf()) { in getTypeForFormat()
H A DCGExprConstant.cpp2356 if (&Init.getSemantics() == &llvm::APFloat::IEEEhalf() && in tryEmitPrivate()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp1066 APFloatVal = APFloat(APFloat::IEEEhalf(), in Lex0x()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2080 Val.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &lost); in ConstantFoldScalarCall1()
2458 APFloat Val(APFloat::IEEEhalf(), Op->getValue()); in ConstantFoldScalarCall1()
2765 Res.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h215 static const fltSemantics &IEEEhalf() LLVM_READNONE;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp100 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::IEEEhalf()) in PickFP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp654 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in getAPFloatFromSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1828 case MVT::f16: return APFloat::IEEEhalf();
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1907 return &APFloat::IEEEhalf(); in getFltSemantics()
1955 return &APFloat::IEEEhalf(); in getOpFltSemantics()
2047 FPLiteral.convert(APFloatBase::IEEEhalf(), APFloat::rmNearestTiesToEven, in isInlinableImm()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1585 if (!PreferBFloat && fitsInFPType(CFP, APFloat::IEEEhalf())) in shrinkFPConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1628 return APFloat::getZero(APFloat::IEEEhalf()); in getZeroFP()

12