Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp54 #define RESET_OPTION(X, Y) \ in resetTargetOptions() macro
62 RESET_OPTION(UnsafeFPMath, "unsafe-fp-math"); in resetTargetOptions()
63 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
64 RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math"); in resetTargetOptions()
65 RESET_OPTION(NoSignedZerosFPMath, "no-signed-zeros-fp-math"); in resetTargetOptions()