Home
last modified time | relevance | path

Searched refs:FastMath (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMAttrDefs.td18 // The "FastMath" flags associated with floating point LLVM instructions.
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp918 if (LangOpts.FastMath) in InitializePredefinedMacros()
1123 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()
1265 if (LangOpts.CUDADeviceApproxTranscendentals || LangOpts.FastMath) { in InitializePredefinedMacros()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1822 bool FastMath = EnableFastMath; in HexagonTargetLowering() local
1841 if (FastMath) in HexagonTargetLowering()
1847 if (FastMath) { in HexagonTargetLowering()
1861 if (FastMath) in HexagonTargetLowering()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def206 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefi…
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprComplex.cpp804 if (RHSi && !CGF.getLangOpts().FastMath) { in EmitBinDiv()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp73 static cl::opt<bool> FastMath("polly-acc-fastmath", variable
2372 Options.UnsafeFPMath = FastMath; in createKernelASM()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1581 LangOpts<"FastMath">, DefaultFalse,