Searched refs:HonorSignDependentRoundingFPMathOption (Results 1 – 6 of 6) sorted by relevance
97 HonorSignDependentRoundingFPMathOption(false), NoZerosInBSS(false), in TargetOptions()154 unsigned HonorSignDependentRoundingFPMathOption : 1; variable274 ARE_EQUAL(HonorSignDependentRoundingFPMathOption) &&
35 bool HonorSignDependentRoundingFPMathOption; variable96 cl::location(HonorSignDependentRoundingFPMathOption),275 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
48 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
93 extern bool HonorSignDependentRoundingFPMathOption;
295 Options.HonorSignDependentRoundingFPMathOption = in InitTargetOptionsFromCodeGenFlags()
750 if (TM.Options.HonorSignDependentRoundingFPMathOption) in emitAttributes()