Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h103 NoNaNsFPMath(false), NoTrappingFPMath(false), in TargetOptions()
147 unsigned NoTrappingFPMath : 1; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachine.cpp72 RESET_OPTION(NoTrappingFPMath, "no-trapping-math"); in resetTargetOptions()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc277 Options.NoTrappingFPMath = EnableNoTrappingFPMath;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp687 TM.Options.NoTrappingFPMath) in emitAttributes()