Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp179 EXPECT_FALSE(FAdd->hasApproxFunc()); in TEST_F()
189 EXPECT_TRUE(FAdd->hasApproxFunc()); in TEST_F()
280 EXPECT_TRUE(FAdd->hasApproxFunc()); in TEST_F()
290 EXPECT_TRUE(FAdd->hasApproxFunc()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp228 bool Instruction::hasApproxFunc() const { in hasApproxFunc() function in Instruction
230 return cast<FPMathOperator>(this)->hasApproxFunc(); in hasApproxFunc()
DAsmWriter.cpp1255 if (FPO->hasApproxFunc()) in WriteOptimizationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h384 bool hasApproxFunc() const;
DOperator.h353 bool hasApproxFunc() const { in hasApproxFunc() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h388 setApproximateFuncs(FPMO.hasApproxFunc());
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1360 if (FPMO->hasApproxFunc()) in getOptimizationFlags()