Home
last modified time | relevance | path

Searched refs:lowerLibCallBase (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1321 SDValue lowerLibCallBase(const char *LibCallDoubleName,
H A DPPCISelLowering.cpp18555 SDValue PPCTargetLowering::lowerLibCallBase(const char *LibCallDoubleName, in lowerLibCallBase() function in PPCTargetLowering
18573 return lowerLibCallBase("__xl_pow", "__xl_powf", "__xl_pow_finite", in lowerPow()
18578 return lowerLibCallBase("__xl_sin", "__xl_sinf", "__xl_sin_finite", in lowerSin()
18583 return lowerLibCallBase("__xl_cos", "__xl_cosf", "__xl_cos_finite", in lowerCos()
18588 return lowerLibCallBase("__xl_log", "__xl_logf", "__xl_log_finite", in lowerLog()
18593 return lowerLibCallBase("__xl_log10", "__xl_log10f", "__xl_log10_finite", in lowerLog10()
18598 return lowerLibCallBase("__xl_exp", "__xl_expf", "__xl_exp_finite", in lowerExp()