Home
last modified time | relevance | path

Searched refs:hasNoNaNs (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/unittests/IR/
DIRBuilderTest.cpp142 EXPECT_FALSE(FAdd->hasNoNaNs()); in TEST_F()
157 EXPECT_TRUE(FAdd->hasNoNaNs()); in TEST_F()
164 EXPECT_TRUE(FAdd->hasNoNaNs()); in TEST_F()
218 EXPECT_FALSE(FCall->hasNoNaNs()); in TEST_F()
223 EXPECT_FALSE(FCall->hasNoNaNs()); in TEST_F()
232 EXPECT_TRUE(FCall->hasNoNaNs()); in TEST_F()
237 EXPECT_TRUE(FCall->hasNoNaNs()); in TEST_F()
249 EXPECT_TRUE(FDiv->hasNoNaNs()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp163 EXPECT_FALSE(FAdd->hasNoNaNs()); in TEST_F()
173 EXPECT_FALSE(FAdd->hasNoNaNs()); in TEST_F()
183 EXPECT_TRUE(FAdd->hasNoNaNs()); in TEST_F()
200 EXPECT_TRUE(FAdd->hasNoNaNs()); in TEST_F()
208 EXPECT_TRUE(FAdd->hasNoNaNs()); in TEST_F()
301 EXPECT_FALSE(FCall->hasNoNaNs()); in TEST_F()
306 EXPECT_FALSE(FCall->hasNoNaNs()); in TEST_F()
315 EXPECT_TRUE(FCall->hasNoNaNs()); in TEST_F()
320 EXPECT_TRUE(FCall->hasNoNaNs()); in TEST_F()
333 EXPECT_TRUE(FDiv->hasNoNaNs()); in TEST_F()
/external/llvm/lib/IR/
DInstruction.cpp181 bool Instruction::hasNoNaNs() const { in hasNoNaNs() function in Instruction
183 return cast<FPMathOperator>(this)->hasNoNaNs(); in hasNoNaNs()
DAsmWriter.cpp1101 if (FPO->hasNoNaNs()) in WriteOptimizationInfo()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h321 bool hasNoNaNs() const;
/external/llvm/include/llvm/IR/
DInstruction.h296 bool hasNoNaNs() const;
DOperator.h275 bool hasNoNaNs() const { in hasNoNaNs() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp203 bool Instruction::hasNoNaNs() const { in hasNoNaNs() function in Instruction
205 return cast<FPMathOperator>(this)->hasNoNaNs(); in hasNoNaNs()
DAsmWriter.cpp1245 if (FPO->hasNoNaNs()) in WriteOptimizationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h369 bool hasNoNaNs() const;
DOperator.h327 bool hasNoNaNs() const { in hasNoNaNs() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp502 if (I.hasNoNaNs() && in visitFMul()
1248 if (I.hasNoNaNs() && I.hasAllowReassoc() && in visitFDiv()
DInstCombineSelect.cpp1713 if (match(FCI->getOperand(1), m_AnyZeroFP()) && FCI->hasNoNaNs()) { in visitSelectInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp481 if (getFlags().hasNoNaNs()) in print_details()
DInstrEmitter.cpp857 if (Flags.hasNoNaNs()) in EmitMachineNode()
DSelectionDAGBuilder.cpp2903 if ((FPMO && FPMO->hasNoNaNs()) || TM.Options.NoNaNsFPMath) in visitFCmp()
5556 I.hasNoNaNs() && TLI.isOperationLegalOrCustom(ISD::FMINNAN, VT) in visitIntrinsicCall()
5567 I.hasNoNaNs() && TLI.isOperationLegalOrCustom(ISD::FMAXNAN, VT) in visitIntrinsicCall()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h383 setNoNaNs(FPMO.hasNoNaNs());
447 bool hasNoNaNs() const { return NoNaNs; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp2786 (!SignBitOnly || cast<FPMathOperator>(I)->hasNoNaNs())) in cannotBeOrderedLessThanZeroImpl()
2841 return CI->hasNoNaNs() && (CI->hasNoSignedZeros() || in cannotBeOrderedLessThanZeroImpl()
2870 (!SignBitOnly || cast<FPMathOperator>(I)->hasNoNaNs()) && in cannotBeOrderedLessThanZeroImpl()
2893 if (FPMathOp->hasNoNaNs()) in isKnownNeverNaN()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5505 cast<Instruction>(Select->getCondition())->hasNoNaNs()); in getOperationData()
5514 cast<Instruction>(Select->getCondition())->hasNoNaNs()); in getOperationData()
5569 cast<Instruction>(Cond)->hasNoNaNs()); in getOperationData()
5584 cast<Instruction>(Cond)->hasNoNaNs()); in getOperationData()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h369 bool hasNoNaNs() const { return NoNaNs; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp287 return N->getFlags().hasNoNaNs(); in isNoNanSrc()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1184 if (!CI->hasNoNaNs()) in optimizeFMinFMax()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1354 if (!CI->hasNoNaNs()) in optimizeFMinFMax()
/external/llvm/lib/Analysis/
DValueTracking.cpp2397 if (ICS->hasNoNaNs()) in getIntrinsicForCallSite()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4998 return !Use->hasNoNaNs(); in canCauseUndefinedBehavior()

12