Searched refs:tryReplaceLibcallWithSimpleIntrinsic (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 117 bool tryReplaceLibcallWithSimpleIntrinsic(IRBuilder<> &B, CallInst *CI, 690 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::exp, in fold() 695 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::exp2, in fold() 700 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::log, in fold() 705 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::log2, in fold() 710 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::log10, in fold() 713 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::minnum, in fold() 716 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::maxnum, in fold() 719 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::fma, true, in fold() 722 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::fmuladd, in fold() [all …]
|