Home
last modified time | relevance | path

Searched defs:EIT (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp53 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
73 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
H A DPNaCl.cpp74 } else if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
95 if (const auto *EIT = RetTy->getAs<BitIntType>()) { in classifyReturnType() local
H A DNVPTX.cpp114 if (const auto *EIT = T->getAs<BitIntType>()) in isUnsupportedType() local
192 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
H A DMips.cpp230 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
321 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
H A DLanai.cpp129 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
H A DCSKY.cpp125 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
H A DARC.cpp130 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
H A DPPC.cpp723 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableTypeForABI() local
842 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
918 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
H A DARM.cpp356 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
558 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
H A DSparc.cpp245 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyType() local
H A DLoongArch.cpp378 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
H A DAArch64.cpp302 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
405 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
H A DSystemZ.cpp154 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableIntegerTypeForABI() local
H A DRISCV.cpp436 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
H A DX86.cpp570 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
897 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp34 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
56 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
H A DABIInfo.cpp167 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableIntegerTypeForABI() local
H A DCodeGenTBAA.cpp265 if (const auto *EIT = dyn_cast<BitIntType>(Ty)) { in getTypeInfoHelper() local
H A DCodeGenTypes.cpp769 const auto &EIT = cast<BitIntType>(Ty); in ConvertType() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2302 const auto *EIT = cast<BitIntType>(T); in getTypeInfoImpl() local
4968 if (BitIntType *EIT = BitIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getBitIntType() local
7498 if (const auto *EIT = dyn_cast<BitIntType>(T)) in getIntegerRank() local
11492 if (const auto *EIT = T->getAs<BitIntType>()) in getIntWidth() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9318 if (const auto *EIT = dyn_cast<BitIntType>(T)) in forValueOfCanonicalType() local
9344 if (const auto *EIT = dyn_cast<BitIntType>(T)) in forTargetOfCanonicalType() local
H A DTreeTransform.h6976 const BitIntType *EIT = TL.getTypePtr(); in TransformBitIntType() local
6994 const DependentBitIntType *EIT = TL.getTypePtr(); in TransformDependentBitIntType() local