Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h186 ApproxFunc = (1 << 6) enumerator
211 bool approxFunc() const { return 0 != (Flags & ApproxFunc); } in approxFunc()
235 Flags = (Flags & ~ApproxFunc) | B * ApproxFunc;
302 (SubclassOptionalData & ~FastMathFlags::ApproxFunc) | in setHasApproxFunc()
303 (B * FastMathFlags::ApproxFunc); in setHasApproxFunc()
327 (SubclassOptionalData & FastMathFlags::ApproxFunc) != 0); in isFast()
363 return (SubclassOptionalData & FastMathFlags::ApproxFunc) != 0; in hasApproxFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h473 ApproxFunc = (1 << 6), enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h502 setAllowApproxFunc(LO.ApproxFunc); in FPOptions()
H A DLangOptions.def205 BENIGN_LANGOPT(ApproxFunc , 1, 0, "Permit Floating Point approximation")
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1481 Flags |= bitc::ApproxFunc; in getOptimizationFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1185 if (0 != (Val & bitc::ApproxFunc)) in getDecodedFastMathFlags()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1717 MarshallingInfoFlag<LangOpts<"ApproxFunc">>, ImpliedByAnyOf<[menable_unsafe_fp_math.KeyPath]>;