Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp156 #define RESET_OPTION(X, Y) \ in resetTargetOptions() macro
161 RESET_OPTION(UnsafeFPMath, "unsafe-fp-math"); in resetTargetOptions()
162 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
163 RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math"); in resetTargetOptions()
164 RESET_OPTION(NoSignedZerosFPMath, "no-signed-zeros-fp-math"); in resetTargetOptions()
165 RESET_OPTION(ApproxFuncFPMath, "approx-func-fp-math"); in resetTargetOptions()