Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IntrinsicID

1461 Constant *ConstantFoldScalarCall(StringRef Name, unsigned IntrinsicID, Type *Ty,
1467 if (IntrinsicID == Intrinsic::cos)
1471 if (IntrinsicID == Intrinsic::convert_to_fp16) {
1483 if (IntrinsicID == Intrinsic::round) {
1489 if (IntrinsicID == Intrinsic::floor) {
1495 if (IntrinsicID == Intrinsic::ceil) {
1501 if (IntrinsicID == Intrinsic::trunc) {
1507 if (IntrinsicID == Intrinsic::rint) {
1513 if (IntrinsicID == Intrinsic::nearbyint) {
1531 switch (IntrinsicID) {
1602 else if (IntrinsicID == Intrinsic::sqrt &&
1642 switch (IntrinsicID) {
1672 switch (IntrinsicID) {
1694 if (IntrinsicID == Intrinsic::bswap)
1713 if (IntrinsicID == Intrinsic::pow) {
1716 if (IntrinsicID == Intrinsic::copysign) {
1723 if (IntrinsicID == Intrinsic::minnum) {
1729 IntrinsicID == Intrinsic::maxnum) {
1747 if (IntrinsicID == Intrinsic::powi && Ty->isHalfTy())
1751 if (IntrinsicID == Intrinsic::powi && Ty->isFloatTy())
1755 if (IntrinsicID == Intrinsic::powi && Ty->isDoubleTy())
1765 switch (IntrinsicID) {
1775 switch (IntrinsicID) {
1824 switch (IntrinsicID) {
1845 Constant *ConstantFoldVectorCall(StringRef Name, unsigned IntrinsicID,
1853 if (IntrinsicID == Intrinsic::masked_load) {
1903 Constant *Folded = ConstantFoldScalarCall(Name, IntrinsicID, Ty, Lane, TLI);