/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PNaCl.cpp | 71 } else if (const auto *EIT = Ty->getAs<BitIntType>()) { classifyArgumentType() local 92 if (const auto *EIT = RetTy->getAs<BitIntType>()) { 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 | 110 if (const auto *EIT = T->getAs<BitIntType>()) isUnsupportedType() local 188 if (const auto *EIT = Ty->getAs<BitIntType>()) { classifyArgumentType() local
|
H A D | Mips.cpp | 230 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local 321 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
|
H A D | Lanai.cpp | 129 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
|
H A D | CSKY.cpp | 127 if (const auto *EIT = Ty->getAs<BitIntType>()) { classifyArgumentType() local
|
H A D | ARC.cpp | 130 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
|
H A D | PPC.cpp | 666 if (const auto *EIT = Ty->getAs<BitIntType>()) isPromotableTypeForABI() local 785 if (const auto *EIT = Ty->getAs<BitIntType>()) classifyArgumentType() local 861 if (const auto *EIT = RetTy->getAs<BitIntType>()) classifyReturnType() local
|
H A D | ARM.cpp | 358 if (const auto *EIT = Ty->getAs<BitIntType>()) classifyArgumentType() local 560 if (const auto *EIT = RetTy->getAs<BitIntType>()) classifyReturnType() local
|
H A D | AArch64.cpp | 286 if (const auto *EIT = Ty->getAs<BitIntType>()) classifyArgumentType() local 389 if (const auto *EIT = RetTy->getAs<BitIntType>()) classifyReturnType() local
|
H A D | Sparc.cpp | 245 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyType() local
|
H A D | LoongArch.cpp | 378 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() 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 | 569 if (const auto *EIT = RetTy->getAs<BitIntType>()) classifyReturnType() local 894 if (const auto *EIT = Ty->getAs<BitIntType>()) { classifyArgumentType() local
|
/freebsd-src/contrib/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>()) in classifyReturnType() local
|
H A D | ABIInfo.cpp | 167 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableIntegerTypeForABI() local
|
H A D | CodeGenTBAA.cpp | 215 if (const auto *EIT = dyn_cast<BitIntType>(Ty)) { getTypeInfoHelper() local
|
H A D | CodeGenTypes.cpp | 708 const auto &EIT = cast<BitIntType>(Ty); ConvertType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 2262 const auto *EIT = cast<BitIntType>(T); getTypeInfoImpl() local 4553 if (BitIntType *EIT = BitIntTypes.FindNodeOrInsertPos(ID, InsertPos)) getBitIntType() local 7050 if (const auto *EIT = dyn_cast<BitIntType>(T)) getIntegerRank() local 11013 if (const auto *EIT = T->getAs<BitIntType>()) getIntWidth() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 14091 if (const auto *EIT = dyn_cast<BitIntType>(T)) forValueOfCanonicalType() local 14117 if (const auto *EIT = dyn_cast<BitIntType>(T)) forTargetOfCanonicalType() local
|
H A D | TreeTransform.h | 6721 const BitIntType *EIT = TL.getTypePtr(); TransformBitIntType() local 6739 const DependentBitIntType *EIT = TL.getTypePtr(); TransformDependentBitIntType() local
|