Home
last modified time | relevance | path

Searched refs:AllowReciprocal (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h40 AllowReciprocal = (1 << 4), enumerator
68 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal()
88 Flags = (Flags & ~AllowReciprocal) | B * AllowReciprocal;
115 AllowReassoc | AllowReciprocal | AllowContract | ApproxFunc; in intersectRewrite()
H A DOperator.h241 (SubclassOptionalData & ~FastMathFlags::AllowReciprocal) |
242 (B * FastMathFlags::AllowReciprocal);
291 (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0 &&
318 return (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFPOptions.def25 FP_OPTION(AllowReciprocal, bool, 1, NoSignedZero)
26 FP_OPTION(AllowApproxFunc, bool, 1, AllowReciprocal)
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h539 AllowReciprocal = (1 << 4), enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h406 AllowReciprocal = 1 << 8,
427 FastMathFlags = NoNaNs | NoInfs | NoSignedZeros | AllowReciprocal |
455 void setAllowReciprocal(bool b) { setFlag<AllowReciprocal>(b); }
472 bool hasAllowReciprocal() const { return Flags & AllowReciprocal; }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h643 char AllowReciprocal : 1; member
781 I.setHasAllowReciprocal(FMFs.AllowReciprocal); in applyFlags()
H A DVPlanRecipes.cpp404 Res.setAllowReciprocal(FMFs.AllowReciprocal); in getFastMathFlags()
1760 AllowReciprocal = FMF.allowReciprocal(); in FastMathFlagsTy()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp768 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1752 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1411 if (0 != (Val & bitc::AllowReciprocal)) in getDecodedFastMathFlags()