Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h119 HonorSignDependentRoundingFPMathOption(false), NoZerosInBSS(false), in TargetOptions()
188 unsigned HonorSignDependentRoundingFPMathOption : 1; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp46 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
DCommandFlags.cpp498 Options.HonorSignDependentRoundingFPMathOption = in InitTargetOptionsFromCodeGenFlags()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp714 if (TM.Options.HonorSignDependentRoundingFPMathOption) in emitAttributes()