Searched refs:BitsToDouble (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | MsgPackReader.cpp | 86 Obj.Float = BitsToDouble(endian::read<uint64_t, Endianness>(Current)); in read()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsLegalizerInfo.cpp | 448 s64, BitsToDouble(UINT64_C(0x4330000000000000))); in legalizeCustom()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 433 inline double BitsToDouble(uint64_t Bits) { in BitsToDouble() function
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1668 double bitsToDouble() const { return BitsToDouble(getWord(0)); } in bitsToDouble()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 2277 BitsToDouble(UINT64_C(/*2^-32*/ 0x3df0000000000000))); in legalizeFPTOI() 2279 BitsToDouble(UINT64_C(/*-2^32*/ 0xc1f0000000000000))); in legalizeFPTOI() 2834 auto Const = B.buildFConstant(S64, BitsToDouble(0x3fefffffffffffff)); in legalizeFFloor()
|
H A D | AMDGPUISelLowering.cpp | 2673 K0 = DAG.getConstantFP(BitsToDouble(UINT64_C(/*2^-32*/ 0x3df0000000000000)), in LowerFP_TO_INT64() 2675 K1 = DAG.getConstantFP(BitsToDouble(UINT64_C(/*-2^32*/ 0xc1f0000000000000)), in LowerFP_TO_INT64()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2369 BitsToDouble(0x4330000080000000ULL) : in ExpandLegalINT_TO_FP() 2370 BitsToDouble(0x4330000000000000ULL), in ExpandLegalINT_TO_FP()
|
H A D | TargetLowering.cpp | 7915 BitsToDouble(UINT64_C(0x4530000000100000)), dl, DstVT); in expandUINT_TO_FP()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 3395 double DoubleImm = BitsToDouble(ImmOp64); in covertDoubleImmToSingleImm()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 21583 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), dl, in LowerUINT_TO_FP_i32() 21670 DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), DL, MVT::v2f64); in lowerUINT_TO_FP_v2i32() 34014 DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), dl, MVT::v2f64); in ReplaceNodeResults()
|