Lines Matching full:math
222 "enable-unsafe-fp-math", in CGOPT()
228 "enable-no-infs-fp-math", in CGOPT()
229 cl::desc("Enable FP math optimizations that assume no +-Infs"), in CGOPT()
234 "enable-no-nans-fp-math", in CGOPT()
235 cl::desc("Enable FP math optimizations that assume no NaNs"), in CGOPT()
240 "enable-no-signed-zeros-fp-math", in CGOPT()
241 cl::desc("Enable FP math optimizations that assume " in CGOPT()
247 "enable-approx-func-fp-math", in CGOPT()
248 cl::desc("Enable FP math optimizations that assume approx func"), in CGOPT()
253 "enable-no-trapping-fp-math", in CGOPT()
271 "denormal-fp-math", in CGOPT()
278 "denormal-fp-math-f32", in CGOPT()
285 "enable-sign-dependent-rounding-fp-math", cl::Hidden, in CGOPT()
704 HANDLE_BOOL_ATTR(EnableUnsafeFPMathView, "unsafe-fp-math"); in setFunctionAttributes()
705 HANDLE_BOOL_ATTR(EnableNoInfsFPMathView, "no-infs-fp-math"); in setFunctionAttributes()
706 HANDLE_BOOL_ATTR(EnableNoNaNsFPMathView, "no-nans-fp-math"); in setFunctionAttributes()
707 HANDLE_BOOL_ATTR(EnableNoSignedZerosFPMathView, "no-signed-zeros-fp-math"); in setFunctionAttributes()
708 HANDLE_BOOL_ATTR(EnableApproxFuncFPMathView, "approx-func-fp-math"); in setFunctionAttributes()
711 !F.hasFnAttribute("denormal-fp-math")) { in setFunctionAttributes()
715 NewAttrs.addAttribute("denormal-fp-math", in setFunctionAttributes()
720 !F.hasFnAttribute("denormal-fp-math-f32")) { in setFunctionAttributes()
725 "denormal-fp-math-f32", in setFunctionAttributes()