Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h98 HonorSignDependentRoundingFPMathOption(false), NoZerosInBSS(false), in TargetOptions()
153 unsigned HonorSignDependentRoundingFPMathOption : 1; variable
265 ARE_EQUAL(HonorSignDependentRoundingFPMathOption) &&
/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp48 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h280 Options.HonorSignDependentRoundingFPMathOption = in InitTargetOptionsFromCodeGenFlags()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp715 if (TM.Options.HonorSignDependentRoundingFPMathOption) in emitAttributes()