Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCGenScalarMASSEntries.cpp69 return CI.hasApproxFunc(); in isCandidateSafeToLower()
DPPCLowerMASSVEntries.cpp114 if (!CI->hasNoInfs() || !CI->hasApproxFunc()) in handlePowSpecialCases()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstruction.cpp334 bool Instruction::hasApproxFunc() const { in hasApproxFunc() function in Instruction
336 return cast<FPMathOperator>(this)->hasApproxFunc(); in hasApproxFunc()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DOperator.h283 bool hasApproxFunc() const { in hasApproxFunc() function
DInstruction.h485 bool hasApproxFunc() const LLVM_READONLY;
/openbsd/src/gnu/llvm/llvm/lib/FuzzMutate/
DIRMutator.cpp284 [&Inst] { Inst.setHasApproxFunc(!Inst.hasApproxFunc()); }); in mutate()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1986 if (Pow->hasApproxFunc() && Pow->hasNoNaNs() && BaseF->isFiniteNonZero() && in replacePowWithExp()
2051 if (ExpoF->isNegative() && (!Pow->hasApproxFunc() && !Pow->hasAllowReassoc())) in replacePowWithSqrt()
2106 bool AllowApprox = Pow->hasApproxFunc(); in optimizePow()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h414 setApproximateFuncs(FPMO.hasApproxFunc());
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1552 if (FPMO->hasApproxFunc()) in getOptimizationFlags()