Lines Matching refs:tryReplaceLibcallWithSimpleIntrinsic

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()
706 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::fma, true, in fold()
709 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::fmuladd, in fold()
712 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::fabs, true, in fold()
715 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::copysign, in fold()
718 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::floor, true, in fold()
721 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::ceil, true, in fold()
724 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::trunc, true, in fold()
727 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::rint, true, in fold()
730 return tryReplaceLibcallWithSimpleIntrinsic(B, CI, Intrinsic::round, true, in fold()
793 return tryReplaceLibcallWithSimpleIntrinsic( in fold()
1263 bool AMDGPULibCalls::tryReplaceLibcallWithSimpleIntrinsic( in tryReplaceLibcallWithSimpleIntrinsic() function in AMDGPULibCalls