Home
last modified time | relevance | path

Searched refs:hasApproxFunc (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp114 if (!CI->hasNoInfs() || !CI->hasApproxFunc()) in handlePowSpecialCases()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp275 bool Instruction::hasApproxFunc() const { in hasApproxFunc() function in Instruction
277 return cast<FPMathOperator>(this)->hasApproxFunc(); in hasApproxFunc()
H A DAsmWriter.cpp1312 if (FPO->hasApproxFunc()) in WriteOptimizationInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h478 bool hasApproxFunc() const;
H A DOperator.h363 bool hasApproxFunc() const { in hasApproxFunc() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1566 if (Pow->hasApproxFunc() && Pow->hasNoNaNs() && BaseF->isFiniteNonZero() && in replacePowWithExp()
1628 if (ExpoF->isNegative() && (!Pow->hasApproxFunc() && !Pow->hasAllowReassoc())) in replacePowWithSqrt()
1680 bool AllowApprox = Pow->hasApproxFunc(); in optimizePow()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h406 setApproximateFuncs(FPMO.hasApproxFunc());
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1484 if (FPMO->hasApproxFunc()) in getOptimizationFlags()