Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLowLevelType.cpp67 return APFloat::IEEEhalf(); in getFltSemanticForLLT()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h172 case HalfTyID: return APFloat::IEEEhalf(); in getFltSemantics()
446 if (&S == &APFloat::IEEEhalf()) in getFloatingPointTy()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp111 HalfFormat = &llvm::APFloat::IEEEhalf(); in TargetInfo()
396 HalfFormat = &llvm::APFloat::IEEEhalf(); in adjust()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp353 APFloat::getZero(APFloat::IEEEhalf())); in getNullValue()
1612 if (&Val2.getSemantics() == &APFloat::IEEEhalf()) in isValueValidForType()
1614 Val2.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &losesInfo); in isValueValidForType()
1630 if (&Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
1639 return &Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
1645 return &Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
1651 return &Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
3234 return APFloat(APFloat::IEEEhalf(), APInt(16, EltVal)); in getElementAsAPFloat()
H A DConstantFold.cpp633 Val.convert(DestTy->isHalfTy() ? APFloat::IEEEhalf() : in ConstantFoldCastInstruction()
H A DAsmWriter.cpp1436 } else if (&APF.getSemantics() == &APFloat::IEEEhalf()) { in WriteConstantInternal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp447 else if (S == &APFloat::IEEEhalf()) in promoteFloatSemantics()
H A DZ3Solver.cpp235 return llvm::APFloat::IEEEhalf(); in getFloatSemantics()
H A 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp304 if (&format == &llvm::APFloat::IEEEhalf()) { in getTypeForFormat()
H A DCGExprConstant.cpp2063 if (&Init.getSemantics() == &llvm::APFloat::IEEEhalf() && in tryEmitPrivate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp433 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in getAPFloatFromSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp1056 APFloatVal = APFloat(APFloat::IEEEhalf(), in Lex0x()
H A DLLParser.cpp5615 ID.APFloatVal.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, in convertValIDToValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp73 FloatValue.convert(APFloat::IEEEhalf(), APFloat::rmTowardZero, &LosesInfo); in canSafelyConvertTo16Bit()
H A DAMDGPUISelLowering.cpp3603 static const APFloat KF16(APFloat::IEEEhalf(), APInt(16, 0x3118)); in isInv2Pi()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h165 static const fltSemantics &IEEEhalf() LLVM_READNONE;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp98 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::IEEEhalf()) in PickFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1874 Val.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &lost); in ConstantFoldScalarCall1()
2228 APFloat Val(APFloat::IEEEhalf(), Op->getValue()); in ConstantFoldScalarCall1()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1586 case MVT::f16: return APFloat::IEEEhalf();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1559 if (fitsInFPType(CFP, APFloat::IEEEhalf())) in shrinkFPConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1703 return &APFloat::IEEEhalf(); in getFltSemantics()
1744 return &APFloat::IEEEhalf(); in getOpFltSemantics()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4629 return getConstantFP(APFloat(APFloat::IEEEhalf(), Val), DL, VT); in getNode()
4659 APFloat FPV(APFloat::IEEEhalf(), in getNode()
4737 (void)V.convert(APFloat::IEEEhalf(), in getNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2479 V = ConstantFP::get(Context, APFloat(APFloat::IEEEhalf(), in parseConstants()