Home
last modified time | relevance | path

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

/freebsd/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.h243 (SubclassOptionalData & ~FastMathFlags::AllowReciprocal) |
244 (B * FastMathFlags::AllowReciprocal);
278 (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0 &&
305 return (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h513 AllowReciprocal = (1 << 4), enumerator
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp324 Res.setAllowReciprocal(FMFs.AllowReciprocal); in getFastMathFlags()
1002 AllowReciprocal = FMF.allowReciprocal(); in FastMathFlagsTy()
H A DVPlan.h1007 char AllowReciprocal : 1; member
1172 I->setHasAllowReciprocal(FMFs.AllowReciprocal); in setFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp761 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1684 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1396 if (0 != (Val & bitc::AllowReciprocal)) in getDecodedFastMathFlags()