Searched refs:NoSignedZerosFPMath (Results 1 – 8 of 8) sorted by relevance
36 bool NoSignedZerosFPMath; variable64 return NoSignedZerosFPMath; in hasNoSignedZerosFPMath()
24 NoSignedZerosFPMath(MF.getTarget().Options.NoSignedZerosFPMath), in AMDGPUMachineFunction()
134 if (getTargetMachine().Options.NoSignedZerosFPMath) in mayIgnoreSignedZero()
104 NoSignedZerosFPMath(false), in TargetOptions()153 unsigned NoSignedZerosFPMath : 1; variable
71 RESET_OPTION(NoSignedZerosFPMath, "no-signed-zeros-fp-math"); in resetTargetOptions()
419 target_options.NoSignedZerosFPMath = true; in CompilerTargetOptions()424 target_options.NoSignedZerosFPMath = false; in CompilerTargetOptions()
276 Options.NoSignedZerosFPMath = EnableNoSignedZerosFPMath;
723 if (!Options->NoSignedZerosFPMath && in isNegatibleForFree()10925 if (Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros()) { in visitFSUB()11510 !DAG.getTarget().Options.NoSignedZerosFPMath) in foldFPToIntToFP()