Searched refs:AllowReciprocal (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | FMF.h | 44 AllowReciprocal = (1 << 4), enumerator 69 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() 89 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()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FPOptions.def | 25 OPTION(AllowReciprocal, bool, 1, NoSignedZero) 26 OPTION(AllowApproxFunc, bool, 1, AllowReciprocal)
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | LLVMBitCodes.h | 502 AllowReciprocal = (1 << 4), enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 389 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 D | VPlanRecipes.cpp | 250 Res.setAllowReciprocal(FMFs.AllowReciprocal); in getFastMathFlags() 709 AllowReciprocal = FMF.allowReciprocal(); in FastMathFlagsTy()
|
| H A D | VPlan.h | 929 char AllowReciprocal : 1; member 1074 I->setHasAllowReciprocal(FMFs.AllowReciprocal); in setFlags()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 762 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1592 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1337 if (0 != (Val & bitc::AllowReciprocal)) in getDecodedFastMathFlags()
|