Home
last modified time | relevance | path

Searched refs:BitsToDouble (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp86 Obj.Float = BitsToDouble(endian::read<uint64_t, Endianness>(Current)); in read()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp448 s64, BitsToDouble(UINT64_C(0x4330000000000000))); in legalizeCustom()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DMathExtras.h433 inline double BitsToDouble(uint64_t Bits) { in BitsToDouble() function
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1668 double bitsToDouble() const { return BitsToDouble(getWord(0)); } in bitsToDouble()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2277 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 DAMDGPUISelLowering.cpp2673 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 DLegalizeDAG.cpp2369 BitsToDouble(0x4330000080000000ULL) : in ExpandLegalINT_TO_FP()
2370 BitsToDouble(0x4330000000000000ULL), in ExpandLegalINT_TO_FP()
H A DTargetLowering.cpp7915 BitsToDouble(UINT64_C(0x4530000000100000)), dl, DstVT); in expandUINT_TO_FP()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3395 double DoubleImm = BitsToDouble(ImmOp64); in covertDoubleImmToSingleImm()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21583 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()