Lines Matching refs:EIT
107 if (const auto *EIT = Ty->getAs<ExtIntType>()) in isPromotableIntegerTypeForABI() local
108 if (EIT->getNumBits() < getContext().getTypeSize(getContext().IntTy)) in isPromotableIntegerTypeForABI()
735 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
736 if (EIT->getNumBits() > in classifyArgumentType()
757 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local
758 if (EIT->getNumBits() > in classifyReturnType()
981 } else if (const auto *EIT = Ty->getAs<ExtIntType>()) { in classifyArgumentType() local
983 if (EIT->getNumBits() > 64) in classifyArgumentType()
1001 if (const auto *EIT = RetTy->getAs<ExtIntType>()) { in classifyReturnType() local
1002 if (EIT->getNumBits() > 64) in classifyReturnType()
1554 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local
1555 if (EIT->getNumBits() > 64) in classifyReturnType()
1890 if (const auto * EIT = Ty->getAs<ExtIntType>()) { in classifyArgumentType() local
1891 if (EIT->getNumBits() <= 64) { in classifyArgumentType()
4996 if (const auto *EIT = Ty->getAs<ExtIntType>()) in isPromotableTypeForABI() local
4997 if (EIT->getNumBits() < 64) in isPromotableTypeForABI()
5215 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
5216 if (EIT->getNumBits() > 128) in classifyArgumentType()
5291 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local
5292 if (EIT->getNumBits() > 128) in classifyReturnType()
5654 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
5655 if (EIT->getNumBits() > 128) in classifyArgumentType()
5756 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local
5757 if (EIT->getNumBits() > 128) in classifyReturnType()
6480 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
6481 if (EIT->getNumBits() > 64) in classifyArgumentType()
6682 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local
6683 if (EIT->getNumBits() > 64) in classifyReturnType()
7019 if (const auto *EIT = T->getAs<ExtIntType>()) in isUnsupportedType() local
7020 return EIT->getNumBits() > in isUnsupportedType()
7096 if (const auto *EIT = Ty->getAs<ExtIntType>()) { in classifyArgumentType() local
7097 if ((EIT->getNumBits() > 128) || in classifyArgumentType()
7099 EIT->getNumBits() > 64)) in classifyArgumentType()
7310 if (const auto *EIT = Ty->getAs<ExtIntType>()) in isPromotableIntegerTypeForABI() local
7311 if (EIT->getNumBits() < 64) in isPromotableIntegerTypeForABI()
7911 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
7912 if (EIT->getNumBits() > 128 || in classifyArgumentType()
7913 (EIT->getNumBits() > 64 && in classifyArgumentType()
8002 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local
8003 if (EIT->getNumBits() > 128 || in classifyReturnType()
8004 (EIT->getNumBits() > 64 && in classifyReturnType()
8777 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
8778 if (EIT->getNumBits() > 64) in classifyArgumentType()
9488 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyType() local
9489 if (EIT->getNumBits() < 64) in classifyType()
9742 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local
9743 if (EIT->getNumBits() > 64) in classifyArgumentType()
10823 if (const auto *EIT = Ty->getAs<ExtIntType>()) { in classifyArgumentType() local
10824 if (EIT->getNumBits() < XLen && !MustUseStack) in classifyArgumentType()
10826 if (EIT->getNumBits() > 128 || in classifyArgumentType()
10828 EIT->getNumBits() > 64)) in classifyArgumentType()