/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PNaCl.cpp | 74 } else if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local 95 if (const auto *EIT = RetTy->getAs<BitIntType>()) { in classifyReturnType() local
|
H A D | BPF.cpp | 53 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local 73 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
|
H A D | NVPTX.cpp | 114 if (const auto *EIT = T->getAs<BitIntType>()) isUnsupportedType() local 192 if (const auto *EIT = Ty->getAs<BitIntType>()) { classifyArgumentType() local
|
H A D | Lanai.cpp | 129 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
|
H A D | Mips.cpp | 230 if (const auto *EIT = Ty->getAs<BitIntType>()) classifyArgumentType() local 321 if (const auto *EIT = RetTy->getAs<BitIntType>()) classifyReturnType() local
|
H A D | ARC.cpp | 130 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
|
H A D | CSKY.cpp | 125 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
|
H A D | ARM.cpp | 554 if (EIT->getNumBits() > 64) in classifyReturnType() local 352 if (const auto *EIT = Ty->getAs<BitIntType>()) classifyArgumentType() local
|
H A D | PPC.cpp | 723 if (const auto *EIT = Ty->getAs<BitIntType>()) isPromotableTypeForABI() local 842 if (const auto *EIT = Ty->getAs<BitIntType>()) classifyArgumentType() local 918 if (const auto *EIT = RetTy->getAs<BitIntType>()) classifyReturnType() local
|
H A D | LoongArch.cpp | 378 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
|
H A D | Sparc.cpp | 245 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyType() local
|
H A D | AArch64.cpp | 319 if (const auto *EIT = Ty->getAs<BitIntType>()) classifyArgumentType() local 422 if (const auto *EIT = RetTy->getAs<BitIntType>()) classifyReturnType() local
|
H A D | SystemZ.cpp | 154 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableIntegerTypeForABI() local
|
H A D | RISCV.cpp | 435 if (const auto *EIT = Ty->getAs<BitIntType>()) { classifyArgumentType() local
|
H A D | X86.cpp | 570 if (const auto *EIT = RetTy->getAs<BitIntType>()) classifyReturnType() local 897 if (const auto *EIT = Ty->getAs<BitIntType>()) { classifyArgumentType() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 34 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local 56 if (const auto *EIT = RetTy->getAs<BitIntType>()) classifyReturnType() local
|
H A D | ABIInfo.cpp | 167 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableIntegerTypeForABI() local
|
H A D | CodeGenTBAA.cpp | 216 if (const auto *EIT = dyn_cast<BitIntType>(Ty)) { getTypeInfoHelper() local
|
H A D | CodeGenTypes.cpp | 713 const auto &EIT = cast<BitIntType>(Ty); ConvertType() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 2301 const auto *EIT = cast<BitIntType>(T); getTypeInfoImpl() local 4678 if (BitIntType *EIT = BitIntTypes.FindNodeOrInsertPos(ID, InsertPos)) getBitIntType() local 7221 if (const auto *EIT = dyn_cast<BitIntType>(T)) getIntegerRank() local 11215 if (const auto *EIT = T->getAs<BitIntType>()) getIntWidth() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 9314 if (const auto *EIT = dyn_cast<BitIntType>(T)) forValueOfCanonicalType() local 9340 if (const auto *EIT = dyn_cast<BitIntType>(T)) forTargetOfCanonicalType() local
|
H A D | TreeTransform.h | 6968 const BitIntType *EIT = TL.getTypePtr(); TransformBitIntType() local 6986 const DependentBitIntType *EIT = TL.getTypePtr(); TransformDependentBitIntType() local
|