Home
last modified time | relevance | path

Searched refs:hasAllowReciprocal (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp265 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction
267 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
H A DAsmWriter.cpp1308 if (FPO->hasAllowReciprocal()) in WriteOptimizationInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1235 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor()
1261 if (!I.hasAllowReassoc() || !I.hasAllowReciprocal()) in foldFDivConstantDividend()
1289 !I.hasAllowReciprocal()) in foldFDivPowDivisor()
1357 if (I.hasAllowReassoc() && I.hasAllowReciprocal()) { in visitFDiv()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h472 bool hasAllowReciprocal() const;
H A DOperator.h352 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h404 setAllowReciprocal(FPMO.hasAllowReciprocal());
430 bool hasAllowReciprocal() const { return AllowReciprocal; }
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp576 if (getFlags().hasAllowReciprocal()) in print_details()
H A DInstrEmitter.cpp994 if (Flags.hasAllowReciprocal()) in EmitMachineNode()
H A DDAGCombiner.cpp14179 if (LegalDAG || (!UnsafeMath && !Flags.hasAllowReciprocal())) in combineRepeatedFPDivisors()
14216 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()
14275 if (Options.UnsafeFPMath || Flags.hasAllowReciprocal()) { in visitFDIV()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp958 if (I.getOpcode() == Instruction::FDiv && I.hasAllowReciprocal() && in hoistRegion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1480 if (FPMO->hasAllowReciprocal()) in getOptimizationFlags()