Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DIRBuilderTest.cpp171 EXPECT_TRUE(FDiv->hasAllowReciprocal()); in TEST_F()
178 EXPECT_FALSE(FDiv->hasAllowReciprocal()); in TEST_F()
189 EXPECT_TRUE(FDiv->hasAllowReciprocal()); in TEST_F()
196 EXPECT_FALSE(FCmp->hasAllowReciprocal()); in TEST_F()
207 EXPECT_TRUE(FCmp->hasAllowReciprocal()); in TEST_F()
240 EXPECT_FALSE(FDiv->hasAllowReciprocal()); in TEST_F()
/external/llvm/lib/IR/
DInstruction.cpp176 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction
178 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
DAsmWriter.cpp1063 if (FPO->hasAllowReciprocal()) in WriteOptimizationInfo()
/external/llvm/include/llvm/IR/
DInstruction.h281 bool hasAllowReciprocal() const;
DOperator.h293 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1229 bool AllowReciprocal = I.hasAllowReciprocal(); in visitFDiv()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h363 bool hasAllowReciprocal() const { return AllowReciprocal; }
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp823 if (FPMO->hasAllowReciprocal()) in GetOptimizationFlags()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8584 if (!UnsafeMath && !Flags->hasAllowReciprocal()) in combineRepeatedFPDivisors()
8607 if (UnsafeMath || U->getFlags()->hasAllowReciprocal()) in combineRepeatedFPDivisors()