Home
last modified time | relevance | path

Searched refs:allowReciprocal (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h69 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp249 if (allowReciprocal()) in print()
H A DCore.cpp3345 if (FMF.allowReciprocal()) in mapToLLVMFastMathFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp709 AllowReciprocal = FMF.allowReciprocal(); in FastMathFlagsTy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp572 if (Flags.allowReciprocal()) in copyFlagsFromInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp982 if (FMF.allowReciprocal()) { in optimizeWithRcp()