Home
last modified time | relevance | path

Searched refs:allowReciprocal (Results 1 – 9 of 9) 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/llvm/include/llvm/IR/
DOperator.h192 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h209 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h209 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp702 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
716 EXPECT_TRUE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
720 EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal()); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp562 FMF.allowReciprocal(); in visitFDiv()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp559 if (Flags.allowReciprocal()) in copyFlagsFromInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp551 if (Flags.allowReciprocal()) in copyFlagsFromInstruction()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2622 Flags.setAllowReciprocal(FMF.allowReciprocal()); in visitBinary()