Lines Matching refs:EIT

113   if (const auto *EIT = Ty->getAs<BitIntType>())  in isPromotableIntegerTypeForABI()  local
114 if (EIT->getNumBits() < getContext().getTypeSize(getContext().IntTy)) in isPromotableIntegerTypeForABI()
778 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
779 if (EIT->getNumBits() > in classifyArgumentType()
800 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
801 if (EIT->getNumBits() > in classifyReturnType()
1024 } else if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
1027 if (EIT->getNumBits() > 64) in classifyArgumentType()
1045 if (const auto *EIT = RetTy->getAs<BitIntType>()) { in classifyReturnType() local
1046 if (EIT->getNumBits() > 64) in classifyReturnType()
1607 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
1608 if (EIT->getNumBits() > 64) in classifyReturnType()
1943 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
1944 if (EIT->getNumBits() <= 64) { in classifyArgumentType()
5111 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableTypeForABI() local
5112 if (EIT->getNumBits() < 64) in isPromotableTypeForABI()
5335 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
5336 if (EIT->getNumBits() > 128) in classifyArgumentType()
5411 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
5412 if (EIT->getNumBits() > 128) in classifyReturnType()
5764 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
5765 if (EIT->getNumBits() > 128) in classifyArgumentType()
5866 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
5867 if (EIT->getNumBits() > 128) in classifyReturnType()
6639 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
6640 if (EIT->getNumBits() > 64) in classifyArgumentType()
6841 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
6842 if (EIT->getNumBits() > 64) in classifyReturnType()
7188 if (const auto *EIT = T->getAs<BitIntType>()) in isUnsupportedType() local
7189 return EIT->getNumBits() > in isUnsupportedType()
7265 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
7266 if ((EIT->getNumBits() > 128) || in classifyArgumentType()
7268 EIT->getNumBits() > 64)) in classifyArgumentType()
7479 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableIntegerTypeForABI() local
7480 if (EIT->getNumBits() < 64) in isPromotableIntegerTypeForABI()
8078 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
8079 if (EIT->getNumBits() > 128 || in classifyArgumentType()
8080 (EIT->getNumBits() > 64 && in classifyArgumentType()
8169 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
8170 if (EIT->getNumBits() > 128 || in classifyReturnType()
8171 (EIT->getNumBits() > 64 && in classifyReturnType()
9036 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
9037 if (EIT->getNumBits() > 64) in classifyArgumentType()
9785 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyType() local
9786 if (EIT->getNumBits() < 64) in classifyType()
10052 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
10053 if (EIT->getNumBits() > 64) in classifyArgumentType()
11221 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
11222 if (EIT->getNumBits() < XLen && !MustUseStack) in classifyArgumentType()
11224 if (EIT->getNumBits() > 128 || in classifyArgumentType()
11226 EIT->getNumBits() > 64)) in classifyArgumentType()
11493 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
11494 if (EIT->getNumBits() < XLen) in classifyArgumentType()