/external/llvm-project/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 86 EXPECT_FALSE(II->hasNoInfs()); in TEST_F() 92 EXPECT_TRUE(II->hasNoInfs()); in TEST_F() 98 EXPECT_FALSE(II->hasNoInfs()); in TEST_F() 104 EXPECT_TRUE(II->hasNoInfs()); in TEST_F() 110 EXPECT_FALSE(II->hasNoInfs()); in TEST_F() 116 EXPECT_TRUE(II->hasNoInfs()); in TEST_F() 122 EXPECT_TRUE(II->hasNoInfs()); in TEST_F() 128 EXPECT_FALSE(II->hasNoInfs()); in TEST_F() 486 EXPECT_FALSE(FAdd->hasNoInfs()); in TEST_F() 496 EXPECT_TRUE(FAdd->hasNoInfs()); in TEST_F()
|
D | InstructionsTest.cpp | 1267 EXPECT_FALSE(FNeg->hasNoInfs()); in TEST()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCLowerMASSVEntries.cpp | 111 if (!CI->hasNoInfs() || !CI->hasApproxFunc()) in handlePowSpecialCases()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 187 bool Instruction::hasNoInfs() const { in hasNoInfs() function in Instruction 189 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 299 bool hasNoInfs() const;
|
D | Operator.h | 281 bool hasNoInfs() const { in hasNoInfs() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 324 bool hasNoInfs() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 209 bool Instruction::hasNoInfs() const { in hasNoInfs() function in Instruction 211 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instruction.cpp | 233 bool Instruction::hasNoInfs() const { in hasNoInfs() function in Instruction 235 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 413 bool hasNoInfs() const;
|
D | Operator.h | 338 bool hasNoInfs() const { in hasNoInfs() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 338 bool hasNoInfs() const { in hasNoInfs() function
|
D | Instruction.h | 452 bool hasNoInfs() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 532 if (getFlags().hasNoInfs()) in print_details()
|
D | InstrEmitter.cpp | 865 if (Flags.hasNoInfs()) in EmitMachineNode()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 559 if (getFlags().hasNoInfs()) in print_details()
|
D | InstrEmitter.cpp | 932 if (Flags.hasNoInfs()) in EmitMachineNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 395 setNoInfs(FPMO.hasNoInfs()); 463 bool hasNoInfs() const { return NoInfs; }
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 388 setNoInfs(FPMO.hasNoInfs()); 414 bool hasNoInfs() const { return NoInfs; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1297 if (I.hasNoNaNs() && I.hasNoInfs() && in visitFDiv()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 370 bool hasNoInfs() const { return NoInfs; }
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1643 if (!Pow->doesNotAccessMemory() && !Pow->hasNoInfs() && in replacePowWithSqrt() 1659 if (!Pow->hasNoInfs()) { in replacePowWithSqrt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1593 Pow->hasNoInfs() && BaseF->isNormal() && !BaseF->isNegative()) { in replacePowWithExp() 1664 if (!Pow->hasNoInfs()) { in replacePowWithSqrt()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1354 if (I.hasNoNaNs() && I.hasNoInfs() && in visitFDiv()
|
D | InstCombineCompares.cpp | 6082 if (!LHSI->hasNoInfs() || !I.hasNoInfs()) in foldFCmpReciprocalAndZero()
|