Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h124 SQRT_F128, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp577 RTLIB::SQRT_F128, in SoftenFloatRes_FSQRT()
1324 RTLIB::SQRT_F80, RTLIB::SQRT_F128, in ExpandFloatRes_FSQRT()
DLegalizeDAG.cpp4033 RTLIB::SQRT_F80, RTLIB::SQRT_F128, in ConvertNodeToLibcall()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1738 setLibcallName(RTLIB::SQRT_F128, "_Qp_sqrt"); in SparcTargetLowering()
1756 setLibcallName(RTLIB::SQRT_F128, "_Q_sqrt"); in SparcTargetLowering()
2962 getLibcallName(RTLIB::SQRT_F128),1); in LowerOperation()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp142 Names[RTLIB::SQRT_F128] = "sqrtl"; in InitLibcallNames()