| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXMCExpr.cpp | 35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LowLevelType.cpp | 67 return APFloat::IEEEhalf(); in getFltSemanticForLLT()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Type.h | 172 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 D | TargetInfo.cpp | 111 HalfFormat = &llvm::APFloat::IEEEhalf(); in TargetInfo() 396 HalfFormat = &llvm::APFloat::IEEEhalf(); in adjust()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 353 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 D | ConstantFold.cpp | 633 Val.convert(DestTy->isHalfTy() ? APFloat::IEEEhalf() : in ConstantFoldCastInstruction()
|
| H A D | AsmWriter.cpp | 1436 } else if (&APF.getSemantics() == &APFloat::IEEEhalf()) { in WriteConstantInternal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | APFixedPoint.cpp | 447 else if (S == &APFloat::IEEEhalf()) in promoteFloatSemantics()
|
| H A D | Z3Solver.cpp | 235 return llvm::APFloat::IEEEhalf(); in getFloatSemantics()
|
| H A D | APFloat.cpp | 127 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 D | CodeGenTypes.cpp | 304 if (&format == &llvm::APFloat::IEEEhalf()) { in getTypeForFormat()
|
| H A D | CGExprConstant.cpp | 2063 if (&Init.getSemantics() == &llvm::APFloat::IEEEhalf() && in tryEmitPrivate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 433 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in getAPFloatFromSize()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 1056 APFloatVal = APFloat(APFloat::IEEEhalf(), in Lex0x()
|
| H A D | LLParser.cpp | 5615 ID.APFloatVal.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, in convertValIDToValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 73 FloatValue.convert(APFloat::IEEEhalf(), APFloat::rmTowardZero, &LosesInfo); in canSafelyConvertTo16Bit()
|
| H A D | AMDGPUISelLowering.cpp | 3603 static const APFloat KF16(APFloat::IEEEhalf(), APInt(16, 0x3118)); in isInv2Pi()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 165 static const fltSemantics &IEEEhalf() LLVM_READNONE;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 98 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::IEEEhalf()) in PickFP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1874 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 D | SelectionDAG.h | 1586 case MVT::f16: return APFloat::IEEEhalf();
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1559 if (fitsInFPType(CFP, APFloat::IEEEhalf())) in shrinkFPConstant()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1703 return &APFloat::IEEEhalf(); in getFltSemantics() 1744 return &APFloat::IEEEhalf(); in getOpFltSemantics()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 4629 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 D | BitcodeReader.cpp | 2479 V = ConstantFP::get(Context, APFloat(APFloat::IEEEhalf(), in parseConstants()
|