Home
last modified time | relevance | path

Searched refs:allowReciprocal (Results 1 – 6 of 6) sorted by relevance

/external/llvm/unittests/IR/
DIRBuilderTest.cpp306 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
320 EXPECT_TRUE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
324 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp390 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
404 EXPECT_TRUE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
408 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
/external/llvm/include/llvm/IR/
DOperator.h192 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h203 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp431 FMF.allowReciprocal(); in visitFDiv()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2622 Flags.setAllowReciprocal(FMF.allowReciprocal()); in visitBinary()