/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
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 | 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 | NVPTX.cpp | 114 if (const auto *EIT = T->getAs<BitIntType>()) in isUnsupportedType() local 192 if (const auto *EIT = Ty->getAs<BitIntType>()) { in 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 | 125 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
|
H A D | ARC.cpp | 130 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local
|
H A D | PPC.cpp | 723 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 D | ARM.cpp | 356 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local 558 if (const auto *EIT = RetTy->getAs<BitIntType>()) in 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 | AArch64.cpp | 302 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() local 405 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() local
|
H A D | SystemZ.cpp | 154 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableIntegerTypeForABI() local
|
H A D | RISCV.cpp | 436 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() local
|
H A D | X86.cpp | 570 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 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 | 265 if (const auto *EIT = dyn_cast<BitIntType>(Ty)) { in getTypeInfoHelper() local
|
H A D | CodeGenTypes.cpp | 769 const auto &EIT = cast<BitIntType>(Ty); in ConvertType() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 2302 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 D | SemaChecking.cpp | 9318 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 D | TreeTransform.h | 6976 const BitIntType *EIT = TL.getTypePtr(); in TransformBitIntType() local 6994 const DependentBitIntType *EIT = TL.getTypePtr(); in TransformDependentBitIntType() local
|