Searched refs:AllowReciprocal (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | FMF.h | 45 AllowReciprocal = (1 << 4), enumerator 70 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() 90 Flags = (Flags & ~AllowReciprocal) | B * AllowReciprocal;
|
H A D | Operator.h | 211 (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 D | FPOptions.def | 25 OPTION(AllowReciprocal, bool, 1, NoSignedZero) 26 OPTION(AllowApproxFunc, bool, 1, AllowReciprocal)
|
/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/ |
H A D | LLVMBitCodes.h | 502 AllowReciprocal = (1 << 4), enumerator
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 387 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 D | DXILBitcodeWriter.cpp | 762 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1549 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1307 if (0 != (Val & bitc::AllowReciprocal)) in getDecodedFastMathFlags()
|