Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp658 #define HANDLE_BOOL_ATTR(CL, AttrName) \ macro
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()