Searched refs:tryReplaceLibcallWithSimpleIntrinsic (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 116 bool tryReplaceLibcallWithSimpleIntrinsic(IRBuilder<> &B, CallInst *CI, 677 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::exp, in fold() 682 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::exp2, in fold() 687 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::log, in fold() 692 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::log2, in fold() 697 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::log10, in fold() 700 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::minnum, in fold() 703 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::maxnum, in fold() 709 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::fmuladd, in fold() 793 return tryReplaceLibcallWithSimpleIntrinsic( in fold() [all …]
|