Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
H A DNVPTXTargetTransformInfo.cpp374 Action.IsHalfTy ? APFloat::IEEEhalf() : APFloat::IEEEsingle()); in simplifyNvvmIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLowLevelType.cpp76 return APFloat::IEEEhalf(); in getFltSemanticForLLT()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp142 HalfFormat = &llvm::APFloat::IEEEhalf(); in TargetInfo()
436 HalfFormat = &llvm::APFloat::IEEEhalf(); in adjust()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp140 static const APFloat KF16(APFloat::IEEEhalf(), APInt(16, 0x3118)); in isInv2Pi()
H A DAMDGPUInstCombineIntrinsic.cpp77 FloatValue.convert(APFloat::IEEEhalf(), APFloat::rmTowardZero, in canSafelyConvertTo16Bit()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DType.cpp68 case HalfTyID: return APFloat::IEEEhalf(); in getFltSemantics()
85 if (&S == &APFloat::IEEEhalf()) in getFloatingPointTy()
H A DConstants.cpp1544 if (&Val2.getSemantics() == &APFloat::IEEEhalf()) in isValueValidForType()
1546 Val2.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &losesInfo); in isValueValidForType()
1562 if (&Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
1571 return &Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
1577 return &Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
1583 return &Val2.getSemantics() == &APFloat::IEEEhalf() || in isValueValidForType()
3174 return APFloat(APFloat::IEEEhalf(), APInt(16, EltVal)); in getElementAsAPFloat()
H A DAsmWriter.cpp1439 } else if (&APF.getSemantics() == &APFloat::IEEEhalf()) { in WriteConstantInternal()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp478 else if (S == &APFloat::IEEEhalf()) in promoteFloatSemantics()
H A DZ3Solver.cpp237 return llvm::APFloat::IEEEhalf(); in getFloatSemantics()
H A DAPFloat.cpp150 return IEEEhalf(); in EnumToSemantics()
173 if (&Sem == &llvm::APFloat::IEEEhalf()) in SemanticsToEnum()
195 const fltSemantics &APFloatBase::IEEEhalf() { in IEEEhalf() function in llvm::APFloatBase
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp332 return llvm::APFloat::IEEEhalf(); in GetFloatSemantics()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.cpp313 if (&format == &llvm::APFloat::IEEEhalf()) { in getTypeForFormat()
H A DCGExprConstant.cpp2099 if (&Init.getSemantics() == &llvm::APFloat::IEEEhalf() && in tryEmitPrivate()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp1024 APFloatVal = APFloat(APFloat::IEEEhalf(), in Lex0x()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h173 static const fltSemantics &IEEEhalf() LLVM_READNONE;
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp100 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::IEEEhalf()) in PickFP()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp490 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in getAPFloatFromSize()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp2046 Val.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &lost); in ConstantFoldScalarCall1()
2405 APFloat Val(APFloat::IEEEhalf(), Op->getValue()); in ConstantFoldScalarCall1()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1849 case MVT::f16: return APFloat::IEEEhalf();
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1644 if (fitsInFPType(CFP, APFloat::IEEEhalf())) in shrinkFPConstant()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1830 return &APFloat::IEEEhalf(); in getFltSemantics()
1875 return &APFloat::IEEEhalf(); in getOpFltSemantics()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5210 return getConstantFP(APFloat(APFloat::IEEEhalf(), Val), DL, VT); in getNode()
5241 APFloat FPV(Opcode == ISD::FP16_TO_FP ? APFloat::IEEEhalf() in getNode()
5321 (void)V.convert(Opcode == ISD::FP_TO_FP16 ? APFloat::IEEEhalf() in getNode()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2253 FloatVal.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in LowerHvxFpExtend()

12