/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/llvm-project/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 488 EXPECT_FALSE(FAdd->hasAllowReciprocal()); in TEST_F() 498 EXPECT_TRUE(FAdd->hasAllowReciprocal()); in TEST_F() 527 EXPECT_TRUE(FDiv->hasAllowReciprocal()); in TEST_F() 535 EXPECT_FALSE(FDiv->hasAllowReciprocal()); in TEST_F() 547 EXPECT_TRUE(FDiv->hasAllowReciprocal()); in TEST_F() 554 EXPECT_FALSE(FCmp->hasAllowReciprocal()); in TEST_F() 565 EXPECT_TRUE(FCmp->hasAllowReciprocal()); in TEST_F() 646 EXPECT_FALSE(FDiv->hasAllowReciprocal()); in TEST_F()
|
D | InstructionsTest.cpp | 1269 EXPECT_FALSE(FNeg->hasAllowReciprocal()); in TEST()
|
/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()
|
/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-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 219 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction 221 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instruction.cpp | 243 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction 245 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 419 bool hasAllowReciprocal() const;
|
D | Operator.h | 348 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 348 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
|
D | Instruction.h | 458 bool hasAllowReciprocal() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1154 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor() 1180 if (!I.hasAllowReassoc() || !I.hasAllowReciprocal()) in foldFDivConstantDividend() 1228 if (I.hasAllowReassoc() && I.hasAllowReciprocal()) { in visitFDiv()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1215 if (!(C->hasExactInverseFP() || (I.hasAllowReciprocal() && C->isNormalFP()))) in foldFDivConstantDivisor() 1241 if (!I.hasAllowReassoc() || !I.hasAllowReciprocal()) in foldFDivConstantDividend() 1292 if (I.hasAllowReassoc() && I.hasAllowReciprocal()) { in visitFDiv()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 538 if (getFlags().hasAllowReciprocal()) in print_details()
|
D | InstrEmitter.cpp | 859 if (Flags.hasAllowReciprocal()) in EmitMachineNode()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 565 if (getFlags().hasAllowReciprocal()) in print_details()
|
D | InstrEmitter.cpp | 926 if (Flags.hasAllowReciprocal()) in EmitMachineNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 397 setAllowReciprocal(FPMO.hasAllowReciprocal()); 465 bool hasAllowReciprocal() const { return AllowReciprocal; }
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 390 setAllowReciprocal(FPMO.hasAllowReciprocal()); 416 bool hasAllowReciprocal() const { return AllowReciprocal; }
|
/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-project/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 896 if (I.getOpcode() == Instruction::FDiv && I.hasAllowReciprocal() && in hoistRegion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 871 I.hasAllowReciprocal()) { in hoistRegion()
|