Home
last modified time | relevance | path

Searched refs:bitsToFloat (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp176 ? llvm::APFloat(constant.Value.bitsToFloat()) in visitKnownMember()
/external/llvm/include/llvm/ADT/
DAPInt.h1491 float bitsToFloat() const { in bitsToFloat() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1657 TempDst.AggregateVal[i].IntVal.bitsToFloat(); in executeBitCastInst()
1665 Dest.FloatVal = TempDst.AggregateVal[0].IntVal.bitsToFloat(); in executeBitCastInst()
1689 Dest.FloatVal = Src.IntVal.bitsToFloat(); in executeBitCastInst()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1605 TempDst.AggregateVal[i].IntVal.bitsToFloat(); in executeBitCastInst()
1613 Dest.FloatVal = TempDst.AggregateVal[0].IntVal.bitsToFloat(); in executeBitCastInst()
1637 Dest.FloatVal = Src.IntVal.bitsToFloat(); in executeBitCastInst()
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1653 TempDst.AggregateVal[i].IntVal.bitsToFloat(); in executeBitCastInst()
1661 Dest.FloatVal = TempDst.AggregateVal[0].IntVal.bitsToFloat(); in executeBitCastInst()
1684 Dest.FloatVal = Src.IntVal.bitsToFloat(); in executeBitCastInst()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1467 float bitsToFloat() const { in bitsToFloat() function
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h1791 float bitsToFloat() const {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1780 float bitsToFloat() const { in bitsToFloat() function
/external/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp754 GV.FloatVal = GV.IntVal.bitsToFloat(); in getConstantValue()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp758 GV.FloatVal = GV.IntVal.bitsToFloat(); in getConstantValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp760 GV.FloatVal = GV.IntVal.bitsToFloat(); in getConstantValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1683 DAG.getConstantFP(APInt(32, 0x4f800000).bitsToFloat(), DL, MVT::f32), in LowerUDIVREM64()
1687 DAG.getConstantFP(APInt(32, 0x5f7ffffc).bitsToFloat(), DL, MVT::f32)); in LowerUDIVREM64()
1689 DAG.getConstantFP(APInt(32, 0x2f800000).bitsToFloat(), DL, MVT::f32)); in LowerUDIVREM64()
1692 DAG.getConstantFP(APInt(32, 0xcf800000).bitsToFloat(), DL, MVT::f32), in LowerUDIVREM64()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1812 DAG.getConstantFP(APInt(32, 0x4f800000).bitsToFloat(), DL, MVT::f32), in LowerUDIVREM64()
1816 DAG.getConstantFP(APInt(32, 0x5f7ffffc).bitsToFloat(), DL, MVT::f32)); in LowerUDIVREM64()
1818 DAG.getConstantFP(APInt(32, 0x2f800000).bitsToFloat(), DL, MVT::f32)); in LowerUDIVREM64()
1821 DAG.getConstantFP(APInt(32, 0xcf800000).bitsToFloat(), DL, MVT::f32), in LowerUDIVREM64()
/external/llvm/lib/Support/
DAPFloat.cpp3133 return api.bitsToFloat(); in convertToFloat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3098 return api.bitsToFloat(); in convertToFloat()
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp3357 return api.bitsToFloat(); in convertToFloat()