Home
last modified time | relevance | path

Searched refs:HonorSignDependentRoundingFPMathOption (Results 1 – 12 of 12) 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-10.0/llvm/include/llvm/Target/
DTargetOptions.h112 HonorSignDependentRoundingFPMathOption(false), NoZerosInBSS(false), in TargetOptions()
170 unsigned HonorSignDependentRoundingFPMathOption : 1; variable
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h128 HonorSignDependentRoundingFPMathOption(false), NoZerosInBSS(false), in TargetOptions()
192 unsigned HonorSignDependentRoundingFPMathOption : 1; variable
/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp48 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp46 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
/external/llvm-project/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp46 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
DCommandFlags.cpp527 Options.HonorSignDependentRoundingFPMathOption = in InitTargetOptionsFromCodeGenFlags()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h295 Options.HonorSignDependentRoundingFPMathOption = in InitTargetOptionsFromCodeGenFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc299 Options.HonorSignDependentRoundingFPMathOption =
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp750 if (TM.Options.HonorSignDependentRoundingFPMathOption) in emitAttributes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp696 if (TM.Options.HonorSignDependentRoundingFPMathOption) in emitAttributes()
/external/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp714 if (TM.Options.HonorSignDependentRoundingFPMathOption) in emitAttributes()