Home
last modified time | relevance | path

Searched refs:SQRT_F80 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h123 SQRT_F80, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def127 HANDLE_LIBCALL(SQRT_F80, "sqrtl")
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp593 RTLIB::SQRT_F80, in SoftenFloatRes_FSQRT()
1342 RTLIB::SQRT_F80, RTLIB::SQRT_F128, in ExpandFloatRes_FSQRT()
DLegalizeDAG.cpp3814 RTLIB::SQRT_F80, RTLIB::SQRT_F128, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp625 RTLIB::SQRT_F80, in SoftenFloatRes_FSQRT()
1500 RTLIB::SQRT_F80, RTLIB::SQRT_F128, in ExpandFloatRes_FSQRT()
DLegalizeDAG.cpp3952 RTLIB::SQRT_F80, RTLIB::SQRT_F128, in ConvertNodeToLibcall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp141 Names[RTLIB::SQRT_F80] = "sqrtl"; in InitLibcallNames()