Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCGenScalarMASSEntries.cpp69 return CI.hasApproxFunc(); in isCandidateSafeToLower()
H A DPPCLowerMASSVEntries.cpp114 if (!CI->hasNoInfs() || !CI->hasApproxFunc()) in handlePowSpecialCases()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h283 bool hasApproxFunc() const { in hasApproxFunc() function
H A DInstruction.h583 bool hasApproxFunc() const LLVM_READONLY;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp529 bool Instruction::hasApproxFunc() const { in hasApproxFunc() function in Instruction
531 return cast<FPMathOperator>(this)->hasApproxFunc(); in hasApproxFunc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp291 [&Inst] { Inst.setHasApproxFunc(!Inst.hasApproxFunc()); }); in mutate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp654 if (SLT == MVT::f32 && ((CxtI && CxtI->hasApproxFunc()) || in getArithmeticInstrCost()
H A DAMDGPUInstCombineIntrinsic.cpp443 (SqrtOp->hasApproxFunc() || SqrtOp->getFPAccuracy() >= 1.0f)) || in canContractSqrtToRsq()
H A DAMDGPULibCalls.cpp427 (FPOp->hasApproxFunc() && FPOp->hasNoNaNs() && FPOp->hasNoInfs()); in isUnsafeFiniteOnlyMath()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2097 if (Pow->hasApproxFunc() && Pow->hasNoNaNs() && BaseF->isFiniteNonZero() && in replacePowWithExp()
2162 if (ExpoF->isNegative() && (!Pow->hasApproxFunc() && !Pow->hasAllowReassoc())) in replacePowWithSqrt()
2217 bool AllowApprox = Pow->hasApproxFunc(); in optimizePow()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h419 setApproximateFuncs(FPMO.hasApproxFunc());
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp765 if (FPMO->hasApproxFunc()) in getOptimizationFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1595 if (FPMO->hasApproxFunc()) in getOptimizationFlags()