Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.cpp35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLowLevelType.cpp67 return APFloat::IEEEhalf(); in getFltSemanticForLLT()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DType.h171 case HalfTyID: return APFloat::IEEEhalf(); in getFltSemantics()
448 if (&S == &APFloat::IEEEhalf()) in getFloatingPointTy()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DTargetInfo.cpp111 HalfFormat = &llvm::APFloat::IEEEhalf(); in TargetInfo()
396 HalfFormat = &llvm::APFloat::IEEEhalf(); in adjust()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstants.cpp354 APFloat::getZero(APFloat::IEEEhalf())); in getNullValue()
1614 if (&Val2.getSemantics() == &APFloat::IEEEhalf()) in isValueValidForType()
1616 Val2.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &losesInfo); in isValueValidForType()
1632 if (&Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
1641 return &Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
1647 return &Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
1653 return &Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
3236 return APFloat(APFloat::IEEEhalf(), APInt(16, EltVal)); in getElementAsAPFloat()
DConstantFold.cpp440 Val.convert(DestTy->isHalfTy() ? APFloat::IEEEhalf() : in ConstantFoldCastInstruction()
DAsmWriter.cpp1425 } else if (&APF.getSemantics() == &APFloat::IEEEhalf()) { in WriteConstantInternal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPFixedPoint.cpp447 else if (S == &APFloat::IEEEhalf()) in promoteFloatSemantics()
DZ3Solver.cpp235 return llvm::APFloat::IEEEhalf(); in getFloatSemantics()
DAPFloat.cpp127 return IEEEhalf(); in EnumToSemantics()
146 if (&Sem == &llvm::APFloat::IEEEhalf()) in SemanticsToEnum()
164 const fltSemantics &APFloatBase::IEEEhalf() { in IEEEhalf() function in llvm::APFloatBase
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp315 if (&format == &llvm::APFloat::IEEEhalf()) { in getTypeForFormat()
DCGExprConstant.cpp2063 if (&Init.getSemantics() == &llvm::APFloat::IEEEhalf() && in tryEmitPrivate()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp433 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in getAPFloatFromSize()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLLexer.cpp1057 APFloatVal = APFloat(APFloat::IEEEhalf(), in Lex0x()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp98 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::IEEEhalf()) in PickFP()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp73 FloatValue.convert(APFloat::IEEEhalf(), APFloat::rmTowardZero, &LosesInfo); in canSafelyConvertTo16Bit()
DAMDGPUISelLowering.cpp3720 static const APFloat KF16(APFloat::IEEEhalf(), APInt(16, 0x3118)); in isInv2Pi()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DAPFloat.h165 static const fltSemantics &IEEEhalf() LLVM_READNONE;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DConstantFolding.cpp1969 Val.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &lost); in ConstantFoldScalarCall1()
2323 APFloat Val(APFloat::IEEEhalf(), Op->getValue()); in ConstantFoldScalarCall1()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAG.h1593 case MVT::f16: return APFloat::IEEEhalf();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1624 if (fitsInFPType(CFP, APFloat::IEEEhalf())) in shrinkFPConstant()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1704 return &APFloat::IEEEhalf(); in getFltSemantics()
1745 return &APFloat::IEEEhalf(); in getOpFltSemantics()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4687 return getConstantFP(APFloat(APFloat::IEEEhalf(), Val), DL, VT); in getNode()
4717 APFloat FPV(APFloat::IEEEhalf(), in getNode()
4795 (void)V.convert(APFloat::IEEEhalf(), in getNode()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2449 V = ConstantFP::get(Context, APFloat(APFloat::IEEEhalf(), in parseConstants()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp3204 APFloat(ScalarBits == 32 ? APFloat::IEEEsingle() : APFloat::IEEEhalf(), in transformFixedFloatingPointConversion()

12