Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h113 HonorSignDependentRoundingFPMathOption(false), NoZerosInBSS(false), in TargetOptions()
170 unsigned HonorSignDependentRoundingFPMathOption : 1; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp59 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc286 Options.HonorSignDependentRoundingFPMathOption =
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp707 if (TM.Options.HonorSignDependentRoundingFPMathOption) in emitAttributes()