Home
last modified time | relevance | path

Searched refs:hasNoInfs (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp86 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()
DInstructionsTest.cpp1267 EXPECT_FALSE(FNeg->hasNoInfs()); in TEST()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCLowerMASSVEntries.cpp111 if (!CI->hasNoInfs() || !CI->hasApproxFunc()) in handlePowSpecialCases()
/external/llvm/lib/IR/
DInstruction.cpp187 bool Instruction::hasNoInfs() const { in hasNoInfs() function in Instruction
189 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
/external/llvm/include/llvm/IR/
DInstruction.h299 bool hasNoInfs() const;
DOperator.h281 bool hasNoInfs() const { in hasNoInfs() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h324 bool hasNoInfs() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp209 bool Instruction::hasNoInfs() const { in hasNoInfs() function in Instruction
211 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp233 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/
DInstruction.h413 bool hasNoInfs() const;
DOperator.h338 bool hasNoInfs() const { in hasNoInfs() function
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h338 bool hasNoInfs() const { in hasNoInfs() function
DInstruction.h452 bool hasNoInfs() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp532 if (getFlags().hasNoInfs()) in print_details()
DInstrEmitter.cpp865 if (Flags.hasNoInfs()) in EmitMachineNode()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp559 if (getFlags().hasNoInfs()) in print_details()
DInstrEmitter.cpp932 if (Flags.hasNoInfs()) in EmitMachineNode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h395 setNoInfs(FPMO.hasNoInfs());
463 bool hasNoInfs() const { return NoInfs; }
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h388 setNoInfs(FPMO.hasNoInfs());
414 bool hasNoInfs() const { return NoInfs; }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1297 if (I.hasNoNaNs() && I.hasNoInfs() && in visitFDiv()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h370 bool hasNoInfs() const { return NoInfs; }
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1643 if (!Pow->doesNotAccessMemory() && !Pow->hasNoInfs() && in replacePowWithSqrt()
1659 if (!Pow->hasNoInfs()) { in replacePowWithSqrt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1593 Pow->hasNoInfs() && BaseF->isNormal() && !BaseF->isNegative()) { in replacePowWithExp()
1664 if (!Pow->hasNoInfs()) { in replacePowWithSqrt()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1354 if (I.hasNoNaNs() && I.hasNoInfs() && in visitFDiv()
DInstCombineCompares.cpp6082 if (!LHSI->hasNoInfs() || !I.hasNoInfs()) in foldFCmpReciprocalAndZero()

12