Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp229 bool Instruction::hasApproxFunc() const { in hasApproxFunc() function in Instruction
231 return cast<FPMathOperator>(this)->hasApproxFunc(); in hasApproxFunc()
DAsmWriter.cpp1271 if (FPO->hasApproxFunc()) in WriteOptimizationInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h425 bool hasApproxFunc() const;
DOperator.h359 bool hasApproxFunc() const { in hasApproxFunc() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1592 if (Pow->hasOneUse() && Pow->hasApproxFunc() && Pow->hasNoNaNs() && in replacePowWithExp()
1649 if (ExpoF->isNegative() && (!Pow->hasApproxFunc() && !Pow->hasAllowReassoc())) in replacePowWithSqrt()
1693 bool AllowApprox = Pow->hasApproxFunc(); in optimizePow()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h399 setApproximateFuncs(FPMO.hasApproxFunc());
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1415 if (FPMO->hasApproxFunc()) in getOptimizationFlags()