Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h97 HonorSignDependentRoundingFPMathOption(false), NoZerosInBSS(false), in TargetOptions()
154 unsigned HonorSignDependentRoundingFPMathOption : 1; variable
274 ARE_EQUAL(HonorSignDependentRoundingFPMathOption) &&
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp35 bool HonorSignDependentRoundingFPMathOption; variable
96 cl::location(HonorSignDependentRoundingFPMathOption),
275 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp48 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h93 extern bool HonorSignDependentRoundingFPMathOption;
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h295 Options.HonorSignDependentRoundingFPMathOption = in InitTargetOptionsFromCodeGenFlags()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp750 if (TM.Options.HonorSignDependentRoundingFPMathOption) in emitAttributes()