Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFMF.h44 AllowReciprocal = (1 << 4), enumerator
69 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal()
89 Flags = (Flags & ~AllowReciprocal) | B * AllowReciprocal;
HDOperator.h243 (SubclassOptionalData & ~FastMathFlags::AllowReciprocal) |
244 (B * FastMathFlags::AllowReciprocal);
278 (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0 &&
305 return (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDFPOptions.def25 OPTION(AllowReciprocal, bool, 1, NoSignedZero)
26 OPTION(AllowApproxFunc, bool, 1, AllowReciprocal)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h513 AllowReciprocal = (1 << 4), enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSelectionDAGNodes.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanRecipes.cpp324 Res.setAllowReciprocal(FMFs.AllowReciprocal); in getFastMathFlags()
1002 AllowReciprocal = FMF.allowReciprocal(); in FastMathFlagsTy()
HDVPlan.h1007 char AllowReciprocal : 1; member
1172 I->setHasAllowReciprocal(FMFs.AllowReciprocal); in setFlags()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp761 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1684 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1396 if (0 != (Val & bitc::AllowReciprocal)) in getDecodedFastMathFlags()