Searched refs:bitsToFloat (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1604 TempDst.AggregateVal[i].IntVal.bitsToFloat(); in executeBitCastInst() 1612 Dest.FloatVal = TempDst.AggregateVal[0].IntVal.bitsToFloat(); in executeBitCastInst() 1636 Dest.FloatVal = Src.IntVal.bitsToFloat(); in executeBitCastInst()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1605 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/include/llvm/ADT/ |
D | APInt.h | 1491 float bitsToFloat() const { in bitsToFloat() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1310 float bitsToFloat() const { in bitsToFloat() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1467 float bitsToFloat() const { in bitsToFloat() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1716 float bitsToFloat() const { in bitsToFloat() function
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 658 GV.FloatVal = GV.IntVal.bitsToFloat(); in getConstantValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1597 DAG.getConstantFP(APInt(32, 0x4f800000).bitsToFloat(), DL, MVT::f32), in LowerUDIVREM64() 1601 DAG.getConstantFP(APInt(32, 0x5f7ffffc).bitsToFloat(), DL, MVT::f32)); in LowerUDIVREM64() 1603 DAG.getConstantFP(APInt(32, 0x2f800000).bitsToFloat(), DL, MVT::f32)); in LowerUDIVREM64() 1606 DAG.getConstantFP(APInt(32, 0xcf800000).bitsToFloat(), DL, MVT::f32), in LowerUDIVREM64()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 758 GV.FloatVal = GV.IntVal.bitsToFloat(); in getConstantValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 761 GV.FloatVal = GV.IntVal.bitsToFloat(); in getConstantValue()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1075 Dest.FloatVal = Src.IntVal.bitsToFloat(); in executeBitCastInst()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 2958 return api.bitsToFloat(); in convertToFloat()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 3133 return api.bitsToFloat(); in convertToFloat()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APFloat.cpp | 3021 return api.bitsToFloat(); in convertToFloat()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2417 return getConstantFP(Val.bitsToFloat(), VT); in getNode()
|