Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h44 AllowReciprocal = (1 << 4), enumerator
69 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal()
89 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DFPOptions.def25 OPTION(AllowReciprocal, bool, 1, NoSignedZero)
26 OPTION(AllowApproxFunc, bool, 1, AllowReciprocal)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h502 AllowReciprocal = (1 << 4), enumerator
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h389 bool AllowReciprocal : 1;
408 NoSignedZeros(false), AllowReciprocal(false), AllowContract(false),
432 void setAllowReciprocal(bool b) { AllowReciprocal = b; }
448 bool hasAllowReciprocal() const { return AllowReciprocal; }
466 AllowReciprocal &= Flags.AllowReciprocal;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp250 Res.setAllowReciprocal(FMFs.AllowReciprocal); in getFastMathFlags()
709 AllowReciprocal = FMF.allowReciprocal(); in FastMathFlagsTy()
H A DVPlan.h929 char AllowReciprocal : 1; member
1074 I->setHasAllowReciprocal(FMFs.AllowReciprocal); in setFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp762 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1592 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1337 if (0 != (Val & bitc::AllowReciprocal)) in getDecodedFastMathFlags()