Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h124 SQRT_F128, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def126 HANDLE_LIBCALL(SQRT_F128, "sqrtl")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp176 Table[RTLIB::SQRT_F128] = func_iPTR_i64_i64; in RuntimeLibcallSignatureTable()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1786 setLibcallName(RTLIB::SQRT_F128, "_Qp_sqrt"); in SparcTargetLowering()
1804 setLibcallName(RTLIB::SQRT_F128, "_Q_sqrt"); in SparcTargetLowering()
3072 getLibcallName(RTLIB::SQRT_F128),1); in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1799 setLibcallName(RTLIB::SQRT_F128, "_Qp_sqrt"); in SparcTargetLowering()
1817 setLibcallName(RTLIB::SQRT_F128, "_Q_sqrt"); in SparcTargetLowering()
3106 getLibcallName(RTLIB::SQRT_F128),1); in LowerOperation()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp594 RTLIB::SQRT_F128, 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-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp595 RTLIB::SQRT_F128, in SoftenFloatRes_FSQRT()
1396 RTLIB::SQRT_F80, RTLIB::SQRT_F128, in ExpandFloatRes_FSQRT()
DLegalizeDAG.cpp4046 RTLIB::SQRT_F80, RTLIB::SQRT_F128, in ConvertNodeToLibcall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp142 Names[RTLIB::SQRT_F128] = "sqrtl"; in InitLibcallNames()