Lines Matching refs:EIT
105 if (const auto *EIT = Ty->getAs<ExtIntType>()) in isPromotableIntegerTypeForABI() local
106 if (EIT->getNumBits() < getContext().getTypeSize(getContext().IntTy)) in isPromotableIntegerTypeForABI()
733 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
734 if (EIT->getNumBits() > in classifyArgumentType()
755 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local
756 if (EIT->getNumBits() > in classifyReturnType()
979 } else if (const auto *EIT = Ty->getAs<ExtIntType>()) { in classifyArgumentType() local
981 if (EIT->getNumBits() > 64) in classifyArgumentType()
999 if (const auto *EIT = RetTy->getAs<ExtIntType>()) { in classifyReturnType() local
1000 if (EIT->getNumBits() > 64) in classifyReturnType()
1556 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local
1557 if (EIT->getNumBits() > 64) in classifyReturnType()
1884 if (const auto * EIT = Ty->getAs<ExtIntType>()) { in classifyArgumentType() local
1885 if (EIT->getNumBits() <= 64) { in classifyArgumentType()
5001 if (const auto *EIT = Ty->getAs<ExtIntType>()) in isPromotableTypeForABI() local
5002 if (EIT->getNumBits() < 64) in isPromotableTypeForABI()
5216 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
5217 if (EIT->getNumBits() > 128) in classifyArgumentType()
5292 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local
5293 if (EIT->getNumBits() > 128) in classifyReturnType()
5651 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
5652 if (EIT->getNumBits() > 128) in classifyArgumentType()
5738 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local
5739 if (EIT->getNumBits() > 128) in classifyReturnType()
6435 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
6436 if (EIT->getNumBits() > 64) in classifyArgumentType()
6637 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local
6638 if (EIT->getNumBits() > 64) in classifyReturnType()
6974 if (const auto *EIT = T->getAs<ExtIntType>()) in isUnsupportedType() local
6975 return EIT->getNumBits() > in isUnsupportedType()
7051 if (const auto *EIT = Ty->getAs<ExtIntType>()) { in classifyArgumentType() local
7052 if ((EIT->getNumBits() > 128) || in classifyArgumentType()
7054 EIT->getNumBits() > 64)) in classifyArgumentType()
7224 if (const auto *EIT = Ty->getAs<ExtIntType>()) in isPromotableIntegerTypeForABI() local
7225 if (EIT->getNumBits() < 64) in isPromotableIntegerTypeForABI()
7825 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
7826 if (EIT->getNumBits() > 128 || in classifyArgumentType()
7827 (EIT->getNumBits() > 64 && in classifyArgumentType()
7916 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local
7917 if (EIT->getNumBits() > 128 || in classifyReturnType()
7918 (EIT->getNumBits() > 64 && in classifyReturnType()
8641 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
8642 if (EIT->getNumBits() > 64) in classifyArgumentType()
9345 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyType() local
9346 if (EIT->getNumBits() < 64) in classifyType()
9599 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
9600 if (EIT->getNumBits() > 64) in classifyArgumentType()
10661 if (const auto *EIT = Ty->getAs<ExtIntType>()) { in classifyArgumentType() local
10662 if (EIT->getNumBits() < XLen && !MustUseStack) in classifyArgumentType()
10664 if (EIT->getNumBits() > 128 || in classifyArgumentType()
10666 EIT->getNumBits() > 64)) in classifyArgumentType()