Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DFMF.h45 AllowReciprocal = (1 << 4), enumerator
70 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal()
90 Flags = (Flags & ~AllowReciprocal) | B * AllowReciprocal;
H A DOperator.h211 (SubclassOptionalData & ~FastMathFlags::AllowReciprocal) | in setHasAllowReciprocal()
212 (B * FastMathFlags::AllowReciprocal); in setHasAllowReciprocal()
246 (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0 && in isFast()
273 return (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0; in hasAllowReciprocal()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DFPOptions.def25 OPTION(AllowReciprocal, bool, 1, NoSignedZero)
26 OPTION(AllowApproxFunc, bool, 1, AllowReciprocal)
/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h502 AllowReciprocal = (1 << 4), enumerator
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h387 bool AllowReciprocal : 1;
403 NoInfs(false), NoSignedZeros(false), AllowReciprocal(false),
425 void setAllowReciprocal(bool b) { AllowReciprocal = b; }
438 bool hasAllowReciprocal() const { return AllowReciprocal; }
453 AllowReciprocal &= Flags.AllowReciprocal;
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp762 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1549 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1307 if (0 != (Val & bitc::AllowReciprocal)) in getDecodedFastMathFlags()