Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCGenScalarMASSEntries.cpp69 return CI.hasApproxFunc(); in isCandidateSafeToLower()
H A DPPCLowerMASSVEntries.cpp116 if (!CI->hasNoInfs() || !CI->hasApproxFunc()) in handlePowSpecialCases()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h315 bool hasApproxFunc() const {
H A DInstruction.h618 bool hasApproxFunc() const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp605 bool Instruction::hasApproxFunc() const { in hasApproxFunc() function in Instruction
607 return cast<FPMathOperator>(this)->hasApproxFunc(); in hasApproxFunc()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp292 [&Inst] { Inst.setHasApproxFunc(!Inst.hasApproxFunc()); }); in mutate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp651 if (SLT == MVT::f32 && ((CxtI && CxtI->hasApproxFunc()) || in getArithmeticInstrCost()
H A DAMDGPUInstCombineIntrinsic.cpp439 (SqrtOp->hasApproxFunc() || SqrtOp->getFPAccuracy() >= 1.0f)) || in canContractSqrtToRsq()
H A DAMDGPULibCalls.cpp428 (FPOp->hasApproxFunc() && FPOp->hasNoNaNs() && FPOp->hasNoInfs()); in isUnsafeFiniteOnlyMath()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2184 if (Pow->hasApproxFunc() && Pow->hasNoNaNs() && BaseF->isFiniteNonZero() && in replacePowWithExp()
2245 if (ExpoF->isNegative() && (!Pow->hasApproxFunc() && !Pow->hasAllowReassoc())) in replacePowWithSqrt()
2298 bool AllowApprox = Pow->hasApproxFunc(); in optimizePow()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h419 setApproximateFuncs(FPMO.hasApproxFunc());
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp764 if (FPMO->hasApproxFunc()) in getOptimizationFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1687 if (FPMO->hasApproxFunc()) in getOptimizationFlags()