Home
last modified time | relevance | path

Searched refs:cstfp_pred_ty (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/IR/
H A DPatternMatch.cpp1395 EXPECT_TRUE(match(CF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1396 EXPECT_FALSE(match(CF32NaN, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1400 EXPECT_FALSE(match(CF32Zero, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1401 EXPECT_TRUE(match(CF32Zero, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1405 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1406 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1407 EXPECT_TRUE(match(CF32Pi, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1446 EXPECT_TRUE(match(CSplatF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1449 match(CSplatF32NaN, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1492 EXPECT_FALSE(match(CMixedF32, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/IR/
H A DPatternMatch.cpp1395 EXPECT_TRUE(match(CF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1396 EXPECT_FALSE(match(CF32NaN, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1400 EXPECT_FALSE(match(CF32Zero, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1401 EXPECT_TRUE(match(CF32Zero, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1405 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1406 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1407 EXPECT_TRUE(match(CF32Pi, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1446 EXPECT_TRUE(match(CSplatF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1449 match(CSplatF32NaN, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1492 EXPECT_FALSE(match(CMixedF32, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DPatternMatch.cpp1477 EXPECT_TRUE(match(CF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1478 EXPECT_FALSE(match(CF32NaN, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1482 EXPECT_FALSE(match(CF32Zero, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1483 EXPECT_TRUE(match(CF32Zero, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1487 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1488 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1489 EXPECT_TRUE(match(CF32Pi, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1528 EXPECT_TRUE(match(CSplatF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1531 match(CSplatF32NaN, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1574 EXPECT_FALSE(match(CMixedF32, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DPatternMatch.cpp1477 EXPECT_TRUE(match(CF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1478 EXPECT_FALSE(match(CF32NaN, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1482 EXPECT_FALSE(match(CF32Zero, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1483 EXPECT_TRUE(match(CF32Zero, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1487 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1488 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1489 EXPECT_TRUE(match(CF32Pi, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1528 EXPECT_TRUE(match(CSplatF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1531 match(CSplatF32NaN, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1574 EXPECT_FALSE(match(CMixedF32, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/IR/
H A DPatternMatch.cpp1474 EXPECT_TRUE(match(CF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1475 EXPECT_FALSE(match(CF32NaN, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1479 EXPECT_FALSE(match(CF32Zero, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1480 EXPECT_TRUE(match(CF32Zero, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1484 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1485 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1486 EXPECT_TRUE(match(CF32Pi, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1525 EXPECT_TRUE(match(CSplatF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1528 match(CSplatF32NaN, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1571 EXPECT_FALSE(match(CMixedF32, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/IR/
H A DPatternMatch.cpp1507 EXPECT_TRUE(match(CF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1508 EXPECT_FALSE(match(CF32NaN, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1512 EXPECT_FALSE(match(CF32Zero, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1513 EXPECT_TRUE(match(CF32Zero, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1517 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1518 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1519 EXPECT_TRUE(match(CF32Pi, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1558 EXPECT_TRUE(match(CSplatF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1561 match(CSplatF32NaN, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1604 EXPECT_FALSE(match(CMixedF32, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp1508 EXPECT_TRUE(match(CF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1509 EXPECT_FALSE(match(CF32NaN, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1513 EXPECT_FALSE(match(CF32Zero, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1514 EXPECT_TRUE(match(CF32Zero, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1518 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1519 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1520 EXPECT_TRUE(match(CF32Pi, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1559 EXPECT_TRUE(match(CSplatF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1562 match(CSplatF32NaN, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1605 EXPECT_FALSE(match(CMixedF32, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DPatternMatch.cpp1508 EXPECT_TRUE(match(CF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1509 EXPECT_FALSE(match(CF32NaN, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1513 EXPECT_FALSE(match(CF32Zero, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1514 EXPECT_TRUE(match(CF32Zero, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1518 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1519 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1520 EXPECT_TRUE(match(CF32Pi, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1559 EXPECT_TRUE(match(CSplatF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1562 match(CSplatF32NaN, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1605 EXPECT_FALSE(match(CMixedF32, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DPatternMatch.cpp1508 EXPECT_TRUE(match(CF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1509 EXPECT_FALSE(match(CF32NaN, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1513 EXPECT_FALSE(match(CF32Zero, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1514 EXPECT_TRUE(match(CF32Zero, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1518 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1519 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1520 EXPECT_TRUE(match(CF32Pi, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1559 EXPECT_TRUE(match(CSplatF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1562 match(CSplatF32NaN, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1605 EXPECT_FALSE(match(CMixedF32, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/IR/
H A DPatternMatch.cpp1508 EXPECT_TRUE(match(CF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1509 EXPECT_FALSE(match(CF32NaN, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1513 EXPECT_FALSE(match(CF32Zero, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1514 EXPECT_TRUE(match(CF32Zero, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1518 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1519 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1520 EXPECT_TRUE(match(CF32Pi, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1559 EXPECT_TRUE(match(CSplatF32NaN, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1562 match(CSplatF32NaN, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1605 EXPECT_FALSE(match(CMixedF32, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DPatternMatch.cpp1508 EXPECT_TRUE(match(CF32NaN, cstfp_pred_ty<is_float_nan_pred>()));
1509 EXPECT_FALSE(match(CF32NaN, cstfp_pred_ty<is_float_zero_pred>()));
1513 EXPECT_FALSE(match(CF32Zero, cstfp_pred_ty<is_float_nan_pred>()));
1514 EXPECT_TRUE(match(CF32Zero, cstfp_pred_ty<is_float_zero_pred>()));
1518 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_nan_pred>()));
1519 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_zero_pred>()));
1520 EXPECT_TRUE(match(CF32Pi, cstfp_pred_ty<always_true_pred<APFloat>>()));
1559 EXPECT_TRUE(match(CSplatF32NaN, cstfp_pred_ty<is_float_nan_pred>()));
1562 match(CSplatF32NaN, cstfp_pred_ty<always_true_pred<APFloat>>()));
1605 EXPECT_FALSE(match(CMixedF32, cstfp_pred_ty<is_float_nan_pred>()));
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h581 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
582 return cstfp_pred_ty<is_nan>(); in m_NaN()
591 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()
599 inline cstfp_pred_ty<is_inf> m_Inf() { in m_Inf()
600 return cstfp_pred_ty<is_inf>(); in m_Inf()
609 return cstfp_pred_ty<is_noninf>(); in m_NonInf()
618 return cstfp_pred_ty<is_finite>(); in m_Finite()
640 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
649 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
658 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h594 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
595 return cstfp_pred_ty<is_nan>(); in m_NaN()
604 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()
612 inline cstfp_pred_ty<is_inf> m_Inf() { in m_Inf()
613 return cstfp_pred_ty<is_inf>(); in m_Inf()
622 return cstfp_pred_ty<is_noninf>(); in m_NonInf()
631 return cstfp_pred_ty<is_finite>(); in m_Finite()
653 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
662 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
671 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h594 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
595 return cstfp_pred_ty<is_nan>(); in m_NaN()
604 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()
612 inline cstfp_pred_ty<is_inf> m_Inf() { in m_Inf()
613 return cstfp_pred_ty<is_inf>(); in m_Inf()
622 return cstfp_pred_ty<is_noninf>(); in m_NonInf()
631 return cstfp_pred_ty<is_finite>(); in m_Finite()
653 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
662 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
671 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h638 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
639 return cstfp_pred_ty<is_nan>(); in m_NaN()
648 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()
656 inline cstfp_pred_ty<is_inf> m_Inf() { in m_Inf()
657 return cstfp_pred_ty<is_inf>(); in m_Inf()
666 return cstfp_pred_ty<is_noninf>(); in m_NonInf()
675 return cstfp_pred_ty<is_finite>(); in m_Finite()
697 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
706 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
715 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DPatternMatch.h638 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
639 return cstfp_pred_ty<is_nan>(); in m_NaN()
648 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()
656 inline cstfp_pred_ty<is_inf> m_Inf() { in m_Inf()
657 return cstfp_pred_ty<is_inf>(); in m_Inf()
666 return cstfp_pred_ty<is_noninf>(); in m_NonInf()
675 return cstfp_pred_ty<is_finite>(); in m_Finite()
697 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
706 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
715 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h638 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
639 return cstfp_pred_ty<is_nan>(); in m_NaN()
648 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()
656 inline cstfp_pred_ty<is_inf> m_Inf() { in m_Inf()
657 return cstfp_pred_ty<is_inf>(); in m_Inf()
666 return cstfp_pred_ty<is_noninf>(); in m_NonInf()
675 return cstfp_pred_ty<is_finite>(); in m_Finite()
697 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
706 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
715 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DPatternMatch.h638 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
639 return cstfp_pred_ty<is_nan>(); in m_NaN()
648 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()
656 inline cstfp_pred_ty<is_inf> m_Inf() { in m_Inf()
657 return cstfp_pred_ty<is_inf>(); in m_Inf()
666 return cstfp_pred_ty<is_noninf>(); in m_NonInf()
675 return cstfp_pred_ty<is_finite>(); in m_Finite()
697 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
706 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
715 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h638 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
639 return cstfp_pred_ty<is_nan>(); in m_NaN()
648 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()
656 inline cstfp_pred_ty<is_inf> m_Inf() { in m_Inf()
657 return cstfp_pred_ty<is_inf>(); in m_Inf()
666 return cstfp_pred_ty<is_noninf>(); in m_NonInf()
675 return cstfp_pred_ty<is_finite>(); in m_Finite()
697 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
706 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
715 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h638 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
639 return cstfp_pred_ty<is_nan>(); in m_NaN()
648 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()
656 inline cstfp_pred_ty<is_inf> m_Inf() { in m_Inf()
657 return cstfp_pred_ty<is_inf>(); in m_Inf()
666 return cstfp_pred_ty<is_noninf>(); in m_NonInf()
675 return cstfp_pred_ty<is_finite>(); in m_Finite()
697 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
706 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
715 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DPatternMatch.h264 template <typename Predicate> struct cstfp_pred_ty : public Predicate { struct
427 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
428 return cstfp_pred_ty<is_nan>(); in m_NaN()
436 inline cstfp_pred_ty<is_any_zero_fp> m_AnyZeroFP() { in m_AnyZeroFP()
437 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
445 inline cstfp_pred_ty<is_pos_zero_fp> m_PosZeroFP() { in m_PosZeroFP()
446 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
454 inline cstfp_pred_ty<is_neg_zero_fp> m_NegZeroFP() { in m_NegZeroFP()
455 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
675 if (!cstfp_pred_ty<is_any_zero_fp>().match(FPMO->getOperand(0))) in match()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DPatternMatch.h311 using cstfp_pred_ty = cstval_pred_ty<Predicate, ConstantFP>; variable
554 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
555 return cstfp_pred_ty<is_nan>(); in m_NaN()
563 inline cstfp_pred_ty<is_inf> m_Inf() { in m_Inf()
564 return cstfp_pred_ty<is_inf>(); in m_Inf()
572 inline cstfp_pred_ty<is_any_zero_fp> m_AnyZeroFP() { in m_AnyZeroFP()
573 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
581 inline cstfp_pred_ty<is_pos_zero_fp> m_PosZeroFP() { in m_PosZeroFP()
582 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
590 inline cstfp_pred_ty<is_neg_zero_fp> m_NegZeroFP() { in m_NegZeroFP()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DPatternMatch.h311 using cstfp_pred_ty = cstval_pred_ty<Predicate, ConstantFP>; variable
554 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
555 return cstfp_pred_ty<is_nan>(); in m_NaN()
563 inline cstfp_pred_ty<is_inf> m_Inf() { in m_Inf()
564 return cstfp_pred_ty<is_inf>(); in m_Inf()
572 inline cstfp_pred_ty<is_any_zero_fp> m_AnyZeroFP() { in m_AnyZeroFP()
573 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
581 inline cstfp_pred_ty<is_pos_zero_fp> m_PosZeroFP() { in m_PosZeroFP()
582 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
590 inline cstfp_pred_ty<is_neg_zero_fp> m_NegZeroFP() { in m_NegZeroFP()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DPatternMatch.h283 template <typename Predicate> struct cstfp_pred_ty : public Predicate { struct
529 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
530 return cstfp_pred_ty<is_nan>(); in m_NaN()
538 inline cstfp_pred_ty<is_any_zero_fp> m_AnyZeroFP() { in m_AnyZeroFP()
539 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
547 inline cstfp_pred_ty<is_pos_zero_fp> m_PosZeroFP() { in m_PosZeroFP()
548 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
556 inline cstfp_pred_ty<is_neg_zero_fp> m_NegZeroFP() { in m_NegZeroFP()
557 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
821 if (!cstfp_pred_ty<is_any_zero_fp>().match(FPMO->getOperand(0))) in match()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h283 template <typename Predicate> struct cstfp_pred_ty : public Predicate { struct
529 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
530 return cstfp_pred_ty<is_nan>(); in m_NaN()
538 inline cstfp_pred_ty<is_any_zero_fp> m_AnyZeroFP() { in m_AnyZeroFP()
539 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
547 inline cstfp_pred_ty<is_pos_zero_fp> m_PosZeroFP() { in m_PosZeroFP()
548 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
556 inline cstfp_pred_ty<is_neg_zero_fp> m_NegZeroFP() { in m_NegZeroFP()
557 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
821 if (!cstfp_pred_ty<is_any_zero_fp>().match(FPMO->getOperand(0))) in match()
[all …]

12