/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 171 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() 250 EXPECT_FALSE(FDiv->hasAllowReciprocal()); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 176 EXPECT_FALSE(FAdd->hasAllowReciprocal()); in TEST_F() 186 EXPECT_TRUE(FAdd->hasAllowReciprocal()); in TEST_F() 215 EXPECT_TRUE(FDiv->hasAllowReciprocal()); in TEST_F() 223 EXPECT_FALSE(FDiv->hasAllowReciprocal()); in TEST_F() 235 EXPECT_TRUE(FDiv->hasAllowReciprocal()); in TEST_F() 242 EXPECT_FALSE(FCmp->hasAllowReciprocal()); in TEST_F() 253 EXPECT_TRUE(FCmp->hasAllowReciprocal()); in TEST_F() 334 EXPECT_FALSE(FDiv->hasAllowReciprocal()); in TEST_F()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 199 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction 201 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
|
D | AsmWriter.cpp | 1107 if (FPO->hasAllowReciprocal()) in WriteOptimizationInfo()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 305 bool hasAllowReciprocal() const;
|
D | Operator.h | 293 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 330 bool hasAllowReciprocal() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 218 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction 220 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
|
D | AsmWriter.cpp | 1251 if (FPO->hasAllowReciprocal()) in WriteOptimizationInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.h | 378 bool hasAllowReciprocal() const;
|
D | Operator.h | 342 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1124 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor() 1150 if (!I.hasAllowReassoc() || !I.hasAllowReciprocal()) in foldFDivConstantDividend() 1198 if (I.hasAllowReassoc() && I.hasAllowReciprocal()) { in visitFDiv()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 490 if (getFlags().hasAllowReciprocal()) in print_details()
|
D | InstrEmitter.cpp | 854 if (Flags.hasAllowReciprocal()) in EmitMachineNode()
|
D | DAGCombiner.cpp | 11230 if (!UnsafeMath && !Flags.hasAllowReciprocal()) in combineRepeatedFPDivisors() 11253 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors() 11306 if (Options.UnsafeFPMath || Flags.hasAllowReciprocal()) { in visitFDIV()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 386 setAllowReciprocal(FPMO.hasAllowReciprocal()); 450 bool hasAllowReciprocal() const { return AllowReciprocal; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 498 I.hasAllowReciprocal()) { in hoistRegion()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1259 bool AllowReciprocal = I.hasAllowReciprocal(); in visitFDiv()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 372 bool hasAllowReciprocal() const { return AllowReciprocal; }
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 2145 if (Unsafe || Flags->hasAllowReciprocal()) { in LowerFastFDIV()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1298 if (FPMO->hasAllowReciprocal()) in getOptimizationFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1356 if (FPMO->hasAllowReciprocal()) in getOptimizationFlags()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 8722 if (!UnsafeMath && !Flags->hasAllowReciprocal()) in combineRepeatedFPDivisors() 8745 if (UnsafeMath || U->getFlags()->hasAllowReciprocal()) in combineRepeatedFPDivisors()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 5731 bool Unsafe = DAG.getTarget().Options.UnsafeFPMath || Flags.hasAllowReciprocal(); in lowerFastUnsafeFDIV()
|