| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXMCExpr.cpp | 35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
|
| H A D | NVPTXTargetTransformInfo.cpp | 374 Action.IsHalfTy ? APFloat::IEEEhalf() : APFloat::IEEEsingle()); in simplifyNvvmIntrinsic()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LowLevelType.cpp | 76 return APFloat::IEEEhalf(); in getFltSemanticForLLT()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 142 HalfFormat = &llvm::APFloat::IEEEhalf(); in TargetInfo() 436 HalfFormat = &llvm::APFloat::IEEEhalf(); in adjust()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCombinerHelper.cpp | 140 static const APFloat KF16(APFloat::IEEEhalf(), APInt(16, 0x3118)); in isInv2Pi()
|
| H A D | AMDGPUInstCombineIntrinsic.cpp | 77 FloatValue.convert(APFloat::IEEEhalf(), APFloat::rmTowardZero, in canSafelyConvertTo16Bit()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Type.cpp | 68 case HalfTyID: return APFloat::IEEEhalf(); in getFltSemantics() 85 if (&S == &APFloat::IEEEhalf()) in getFloatingPointTy()
|
| H A D | Constants.cpp | 1544 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 D | AsmWriter.cpp | 1439 } else if (&APF.getSemantics() == &APFloat::IEEEhalf()) { in WriteConstantInternal()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | APFixedPoint.cpp | 478 else if (S == &APFloat::IEEEhalf()) in promoteFloatSemantics()
|
| H A D | Z3Solver.cpp | 237 return llvm::APFloat::IEEEhalf(); in getFloatSemantics()
|
| H A D | APFloat.cpp | 150 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 D | DumpDataExtractor.cpp | 332 return llvm::APFloat::IEEEhalf(); in GetFloatSemantics()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 313 if (&format == &llvm::APFloat::IEEEhalf()) { in getTypeForFormat()
|
| H A D | CGExprConstant.cpp | 2099 if (&Init.getSemantics() == &llvm::APFloat::IEEEhalf() && in tryEmitPrivate()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 1024 APFloatVal = APFloat(APFloat::IEEEhalf(), in Lex0x()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 173 static const fltSemantics &IEEEhalf() LLVM_READNONE;
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 100 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::IEEEhalf()) in PickFP()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 490 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in getAPFloatFromSize()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 2046 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 D | SelectionDAG.h | 1849 case MVT::f16: return APFloat::IEEEhalf();
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1644 if (fitsInFPType(CFP, APFloat::IEEEhalf())) in shrinkFPConstant()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1830 return &APFloat::IEEEhalf(); in getFltSemantics() 1875 return &APFloat::IEEEhalf(); in getOpFltSemantics()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 5210 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 D | HexagonISelLoweringHVX.cpp | 2253 FloatVal.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in LowerHvxFpExtend()
|