Searched refs:AllowReciprocal (Results 1 – 10 of 10) sorted by relevance
| /src/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 | 243 (SubclassOptionalData & ~FastMathFlags::AllowReciprocal) | 244 (B * FastMathFlags::AllowReciprocal); 278 (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0 && 305 return (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0;
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FPOptions.def | 25 OPTION(AllowReciprocal, bool, 1, NoSignedZero) 26 OPTION(AllowApproxFunc, bool, 1, AllowReciprocal)
|
| /src/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | LLVMBitCodes.h | 513 AllowReciprocal = (1 << 4), enumerator
|
| /src/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;
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1007 char AllowReciprocal : 1; member 1172 I->setHasAllowReciprocal(FMFs.AllowReciprocal); in setFlags()
|
| H A D | VPlanRecipes.cpp | 324 Res.setAllowReciprocal(FMFs.AllowReciprocal); in getFastMathFlags() 1002 AllowReciprocal = FMF.allowReciprocal(); in FastMathFlagsTy()
|
| /src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 761 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1684 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1396 if (0 != (Val & bitc::AllowReciprocal)) in getDecodedFastMathFlags()
|