Searched refs:IEEEhalf (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp106 HalfFormat = &llvm::APFloat::IEEEhalf();
387 HalfFormat = &llvm::APFloat::IEEEhalf();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h171 case HalfTyID: return APFloat::IEEEhalf();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp334 APFloat::getZero(APFloat::IEEEhalf()));
835 return &APFloat::IEEEhalf();
953 if (&V.getSemantics() == &APFloat::IEEEhalf())
1493 if (&Val2.getSemantics() == &APFloat::IEEEhalf())
1495 Val2.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &losesInfo);
1511 if (&Val2.getSemantics() == &APFloat::IEEEhalf() ||
1520 return &Val2.getSemantics() == &APFloat::IEEEhalf() ||
1526 return &Val2.getSemantics() == &APFloat::IEEEhalf() ||
1532 return &Val2.getSemantics() == &APFloat::IEEEhalf() ||
3001 return APFloat(APFloat::IEEEhalf(), APIn
[all...]
H A DConstantFold.cpp608 Val.convert(DestTy->isHalfTy() ? APFloat::IEEEhalf() :
H A DAsmWriter.cpp1407 } else if (&APF.getSemantics() == &APFloat::IEEEhalf()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp395 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp297 if (&format == &llvm::APFloat::IEEEhalf()) {
H A DCGExprConstant.cpp2053 if (&Init.getSemantics() == &llvm::APFloat::IEEEhalf() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp1043 APFloatVal = APFloat(APFloat::IEEEhalf(),
H A DLLParser.cpp5298 ID.APFloatVal.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp98 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::IEEEhalf())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h165 static const fltSemantics &IEEEhalf() LLVM_READNONE;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp235 return llvm::APFloat::IEEEhalf();
H A DAPFloat.cpp120 return IEEEhalf();
139 if (&Sem == &llvm::APFloat::IEEEhalf())
157 const fltSemantics &APFloatBase::IEEEhalf() { function in class:llvm::APFloatBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1846 Val.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &lost);
2168 APFloat Val(APFloat::IEEEhalf(), Op->getValue());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1565 case MVT::f16: return APFloat::IEEEhalf();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1481 return &APFloat::IEEEhalf();
1517 return &APFloat::IEEEhalf();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1514 if (fitsInFPType(CFP, APFloat::IEEEhalf()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4460 return getConstantFP(APFloat(APFloat::IEEEhalf(), Val), DL, VT);
4490 APFloat FPV(APFloat::IEEEhalf(),
4561 (void)V.convert(APFloat::IEEEhalf(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2436 V = ConstantFP::get(Context, APFloat(APFloat::IEEEhalf(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3618 static const APFloat KF16(APFloat::IEEEhalf(), APInt(16, 0x3118));

Completed in 268 milliseconds