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

/external/clang/lib/Basic/
H A DTargetInfo.cpp68 HalfFormat = &llvm::APFloat::IEEEhalf;
284 HalfFormat = &llvm::APFloat::IEEEhalf;
/external/llvm/include/llvm/ADT/
H A DAPFloat.h131 static const fltSemantics IEEEhalf; member in class:llvm::APFloat
/external/llvm/include/llvm/IR/
H A DType.h168 case HalfTyID: return APFloat::IEEEhalf;
/external/llvm/lib/IR/
H A DConstants.cpp139 APFloat::getZero(APFloat::IEEEhalf));
574 return &APFloat::IEEEhalf;
651 if (&V.getSemantics() == &APFloat::IEEEhalf)
1228 if (&Val2.getSemantics() == &APFloat::IEEEhalf)
1230 Val2.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &losesInfo);
1240 if (&Val2.getSemantics() == &APFloat::IEEEhalf ||
1248 return &Val2.getSemantics() == &APFloat::IEEEhalf ||
1253 return &Val2.getSemantics() == &APFloat::IEEEhalf ||
1258 return &Val2.getSemantics() == &APFloat::IEEEhalf ||
H A DAsmWriter.cpp787 bool isHalf = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEhalf;
864 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEhalf) {
H A DConstantFold.cpp578 Val.convert(DestTy->isHalfTy() ? APFloat::IEEEhalf :
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1311 APF.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &unused);
1419 Val.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &lost);
1557 APFloat Val(APFloat::IEEEhalf, Op->getValue());
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp271 if (&format == &llvm::APFloat::IEEEhalf) {
H A DCGExprConstant.cpp1115 if (&Init.getSemantics() == &llvm::APFloat::IEEEhalf &&
/external/llvm/lib/Support/
H A DAPFloat.cpp58 const fltSemantics APFloat::IEEEhalf = { 15, -14, 11 }; member in class:llvm::APFloat
3039 assert(semantics == (const llvm::fltSemantics*)&IEEEhalf);
3072 if (semantics == (const llvm::fltSemantics*)&IEEEhalf)
3291 initialize(&APFloat::IEEEhalf);
3323 if (Sem == &IEEEhalf)
3344 return APFloat(IEEEhalf, APInt::getAllOnesValue(BitWidth));
/external/clang/lib/AST/
H A DExpr.cpp709 setRawSemantics(IEEEhalf);
726 case IEEEhalf:
727 return llvm::APFloat::IEEEhalf;
743 if (&Sem == &llvm::APFloat::IEEEhalf)
744 FloatingLiteralBits.Semantics = IEEEhalf;
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp829 APFloatVal = APFloat(APFloat::IEEEhalf,
H A DLLParser.cpp3012 ID.APFloatVal.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven,
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1046 case MVT::f16: return APFloat::IEEEhalf;
/external/clang/include/clang/AST/
H A DStmt.h182 IEEEhalf, enumerator in enum:clang::Stmt::APFloatSemantics
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1156 if (Value *V = FitsInFPType(CFP, APFloat::IEEEhalf))
H A DInstCombineCompares.cpp3546 Sem = &APFloat::IEEEhalf;
/external/llvm/unittests/ADT/
H A DAPFloatTest.cpp1315 { &APFloat::IEEEhalf, false, {0, 0}, 1},
1316 { &APFloat::IEEEhalf, true, {0x8000ULL, 0}, 1},
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1244 V = ConstantFP::get(Context, APFloat(APFloat::IEEEhalf,

Completed in 390 milliseconds