Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp244 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction
246 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
H A DAsmWriter.cpp1319 if (FPO->hasAllowReciprocal()) in WriteOptimizationInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1229 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor()
1255 if (!I.hasAllowReassoc() || !I.hasAllowReciprocal()) in foldFDivConstantDividend()
1283 !I.hasAllowReciprocal()) in foldFDivPowDivisor()
1348 if (I.hasAllowReassoc() && I.hasAllowReciprocal()) { in visitFDiv()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h458 bool hasAllowReciprocal() const;
H A DOperator.h351 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp574 if (getFlags().hasAllowReciprocal()) in print_details()
H A DInstrEmitter.cpp955 if (Flags.hasAllowReciprocal()) in EmitMachineNode()
H A DDAGCombiner.cpp13984 if (LegalDAG || (!UnsafeMath && !Flags.hasAllowReciprocal())) in combineRepeatedFPDivisors()
14021 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()
14080 if (Options.UnsafeFPMath || Flags.hasAllowReciprocal()) { in visitFDIV()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h404 setAllowReciprocal(FPMO.hasAllowReciprocal());
430 bool hasAllowReciprocal() const { return AllowReciprocal; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp930 if (I.getOpcode() == Instruction::FDiv && I.hasAllowReciprocal() && in hoistRegion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1476 if (FPMO->hasAllowReciprocal()) in getOptimizationFlags()