HomeSort by: relevance | last modified time | path
    Searched refs:IEEEhalf (Results 1 - 25 of 25) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LowLevelType.cpp 67 return APFloat::IEEEhalf();
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 172 case HalfTyID: return APFloat::IEEEhalf();
446 if (&S == &APFloat::IEEEhalf())
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 111 HalfFormat = &llvm::APFloat::IEEEhalf();
396 HalfFormat = &llvm::APFloat::IEEEhalf();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 353 APFloat::getZero(APFloat::IEEEhalf()));
1612 if (&Val2.getSemantics() == &APFloat::IEEEhalf())
1614 Val2.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &losesInfo);
1630 if (&Val2.getSemantics() == &APFloat::IEEEhalf() ||
1639 return &Val2.getSemantics() == &APFloat::IEEEhalf() ||
1645 return &Val2.getSemantics() == &APFloat::IEEEhalf() ||
1651 return &Val2.getSemantics() == &APFloat::IEEEhalf() ||
3234 return APFloat(APFloat::IEEEhalf(), APInt(16, EltVal));
ConstantFold.cpp 633 Val.convert(DestTy->isHalfTy() ? APFloat::IEEEhalf() :
AsmWriter.cpp 1436 } else if (&APF.getSemantics() == &APFloat::IEEEhalf()) {
  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFixedPoint.cpp 447 else if (S == &APFloat::IEEEhalf())
Z3Solver.cpp 235 return llvm::APFloat::IEEEhalf();
APFloat.cpp 127 return IEEEhalf();
146 if (&Sem == &llvm::APFloat::IEEEhalf())
164 const fltSemantics &APFloatBase::IEEEhalf() {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp 304 if (&format == &llvm::APFloat::IEEEhalf()) {
CGExprConstant.cpp 2063 if (&Init.getSemantics() == &llvm::APFloat::IEEEhalf() &&
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLLexer.cpp 1056 APFloatVal = APFloat(APFloat::IEEEhalf(),
LLParser.cpp 5615 ID.APFloatVal.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp 433 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 98 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::IEEEhalf())
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 165 static const fltSemantics &IEEEhalf() LLVM_READNONE;
1147 /// shorter semantics, like IEEEhalf.
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp 73 FloatValue.convert(APFloat::IEEEhalf(), APFloat::rmTowardZero, &LosesInfo);
AMDGPUISelLowering.cpp 3603 static const APFloat KF16(APFloat::IEEEhalf(), APInt(16, 0x3118));
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 1874 Val.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &lost);
2228 APFloat Val(APFloat::IEEEhalf(), Op->getValue());
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 1586 case MVT::f16: return APFloat::IEEEhalf();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 1703 return &APFloat::IEEEhalf();
1744 return &APFloat::IEEEhalf();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 1559 if (fitsInFPType(CFP, APFloat::IEEEhalf()))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 4629 return getConstantFP(APFloat(APFloat::IEEEhalf(), Val), DL, VT);
4659 APFloat FPV(APFloat::IEEEhalf(),
4737 (void)V.convert(APFloat::IEEEhalf(),
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 2479 V = ConstantFP::get(Context, APFloat(APFloat::IEEEhalf(),

Completed in 63 milliseconds