/external/llvm-project/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 87 EXPECT_FALSE(II->hasNoNaNs()); in TEST_F() 93 EXPECT_FALSE(II->hasNoNaNs()); in TEST_F() 99 EXPECT_FALSE(II->hasNoNaNs()); in TEST_F() 105 EXPECT_FALSE(II->hasNoNaNs()); in TEST_F() 111 EXPECT_FALSE(II->hasNoNaNs()); in TEST_F() 117 EXPECT_FALSE(II->hasNoNaNs()); in TEST_F() 123 EXPECT_FALSE(II->hasNoNaNs()); in TEST_F() 129 EXPECT_FALSE(II->hasNoNaNs()); in TEST_F() 460 EXPECT_TRUE(IFMF->hasNoNaNs()); in TEST_F() 475 EXPECT_FALSE(FAdd->hasNoNaNs()); in TEST_F() [all …]
|
/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/llvm/lib/IR/ |
D | Instruction.cpp | 181 bool Instruction::hasNoNaNs() const { in hasNoNaNs() function in Instruction 183 return cast<FPMathOperator>(this)->hasNoNaNs(); in hasNoNaNs()
|
/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-subzero/include/llvm/IR/ |
D | Instruction.h | 321 bool hasNoNaNs() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 204 bool Instruction::hasNoNaNs() const { in hasNoNaNs() function in Instruction 206 return cast<FPMathOperator>(this)->hasNoNaNs(); in hasNoNaNs()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instruction.cpp | 228 bool Instruction::hasNoNaNs() const { in hasNoNaNs() function in Instruction 230 return cast<FPMathOperator>(this)->hasNoNaNs(); in hasNoNaNs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 410 bool hasNoNaNs() const;
|
D | Operator.h | 333 bool hasNoNaNs() const { in hasNoNaNs() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 486 if (I.hasNoNaNs() && in visitFMul() 496 if (I.hasNoNaNs() && I.hasNoSignedZeros() && Op0 == Op1 && in visitFMul() 1288 if (I.hasNoNaNs() && I.hasAllowReassoc() && in visitFDiv() 1297 if (I.hasNoNaNs() && I.hasNoInfs() && in visitFDiv()
|
D | InstCombineSelect.cpp | 2475 match(TrueVal, m_Instruction(FSub)) && FSub->hasNoNaNs() && in visitSelectInst() 2483 match(FalseVal, m_Instruction(FSub)) && FSub->hasNoNaNs() && in visitSelectInst() 2495 FNeg->hasNoNaNs() && FNeg->hasNoSignedZeros() && in visitSelectInst() 2507 FNeg->hasNoNaNs() && FNeg->hasNoSignedZeros() && in visitSelectInst() 2634 if (isa<FPMathOperator>(SI) && SI.hasNoNaNs() && SI.hasNoSignedZeros()) { in visitSelectInst()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 501 if (I.hasNoNaNs() && in visitFMul() 526 if (I.hasNoNaNs() && I.hasNoSignedZeros() && Op0 == Op1 && in visitFMul() 1345 if (I.hasNoNaNs() && I.hasAllowReassoc() && in visitFDiv() 1354 if (I.hasNoNaNs() && I.hasNoInfs() && in visitFDiv()
|
D | InstCombineSelect.cpp | 2729 match(TrueVal, m_Instruction(FSub)) && FSub->hasNoNaNs() && in visitSelectInst() 2737 match(FalseVal, m_Instruction(FSub)) && FSub->hasNoNaNs() && in visitSelectInst() 2749 FNeg->hasNoNaNs() && FNeg->hasNoSignedZeros() && in visitSelectInst() 2761 FNeg->hasNoNaNs() && FNeg->hasNoSignedZeros() && in visitSelectInst() 2890 if (isa<FPMathOperator>(SI) && SI.hasNoNaNs() && SI.hasNoSignedZeros()) { in visitSelectInst()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 333 bool hasNoNaNs() const { in hasNoNaNs() function
|
D | Instruction.h | 449 bool hasNoNaNs() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 529 if (getFlags().hasNoNaNs()) in print_details()
|
D | InstrEmitter.cpp | 862 if (Flags.hasNoNaNs()) in EmitMachineNode()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 556 if (getFlags().hasNoNaNs()) in print_details()
|
D | InstrEmitter.cpp | 929 if (Flags.hasNoNaNs()) in EmitMachineNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 394 setNoNaNs(FPMO.hasNoNaNs()); 462 bool hasNoNaNs() const { return NoNaNs; }
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 387 setNoNaNs(FPMO.hasNoNaNs()); 413 bool hasNoNaNs() const { return NoNaNs; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3088 (!SignBitOnly || cast<FPMathOperator>(I)->hasNoNaNs())) in cannotBeOrderedLessThanZeroImpl() 3149 return CI->hasNoNaNs() && (CI->hasNoSignedZeros() || in cannotBeOrderedLessThanZeroImpl() 3178 (!SignBitOnly || cast<FPMathOperator>(I)->hasNoNaNs()) && in cannotBeOrderedLessThanZeroImpl() 3254 if (FPMathOp->hasNoNaNs()) in isKnownNeverNaN()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 6469 cast<Instruction>(Select->getCondition())->hasNoNaNs()); in getOperationData() 6478 cast<Instruction>(Select->getCondition())->hasNoNaNs()); in getOperationData() 6533 cast<Instruction>(Cond)->hasNoNaNs()); in getOperationData() 6548 cast<Instruction>(Cond)->hasNoNaNs()); in getOperationData()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3314 (!SignBitOnly || cast<FPMathOperator>(I)->hasNoNaNs())) in cannotBeOrderedLessThanZeroImpl() 3389 return CI->hasNoNaNs() && (CI->hasNoSignedZeros() || in cannotBeOrderedLessThanZeroImpl() 3418 (!SignBitOnly || cast<FPMathOperator>(I)->hasNoNaNs()) && in cannotBeOrderedLessThanZeroImpl() 3506 if (FPMathOp->hasNoNaNs()) in isKnownNeverNaN()
|