/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 142 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/ |
D | IRBuilderTest.cpp | 163 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/ |
D | Instruction.cpp | 181 bool Instruction::hasNoNaNs() const { in hasNoNaNs() function in Instruction 183 return cast<FPMathOperator>(this)->hasNoNaNs(); in hasNoNaNs()
|
D | AsmWriter.cpp | 1101 if (FPO->hasNoNaNs()) in WriteOptimizationInfo()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 321 bool hasNoNaNs() const;
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 296 bool hasNoNaNs() const;
|
D | Operator.h | 275 bool hasNoNaNs() const { in hasNoNaNs() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 203 bool Instruction::hasNoNaNs() const { in hasNoNaNs() function in Instruction 205 return cast<FPMathOperator>(this)->hasNoNaNs(); in hasNoNaNs()
|
D | AsmWriter.cpp | 1245 if (FPO->hasNoNaNs()) in WriteOptimizationInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.h | 369 bool hasNoNaNs() const;
|
D | Operator.h | 327 bool hasNoNaNs() const { in hasNoNaNs() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 502 if (I.hasNoNaNs() && in visitFMul() 1248 if (I.hasNoNaNs() && I.hasAllowReassoc() && in visitFDiv()
|
D | InstCombineSelect.cpp | 1713 if (match(FCI->getOperand(1), m_AnyZeroFP()) && FCI->hasNoNaNs()) { in visitSelectInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 481 if (getFlags().hasNoNaNs()) in print_details()
|
D | InstrEmitter.cpp | 857 if (Flags.hasNoNaNs()) in EmitMachineNode()
|
D | SelectionDAGBuilder.cpp | 2903 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/ |
D | SelectionDAGNodes.h | 383 setNoNaNs(FPMO.hasNoNaNs()); 447 bool hasNoNaNs() const { return NoNaNs; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2786 (!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/ |
D | SLPVectorizer.cpp | 5505 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/ |
D | SelectionDAGNodes.h | 369 bool hasNoNaNs() const { return NoNaNs; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 287 return N->getFlags().hasNoNaNs(); in isNoNanSrc()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1184 if (!CI->hasNoNaNs()) in optimizeFMinFMax()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1354 if (!CI->hasNoNaNs()) in optimizeFMinFMax()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2397 if (ICS->hasNoNaNs()) in getIntrinsicForCallSite()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4998 return !Use->hasNoNaNs(); in canCauseUndefinedBehavior()
|