| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | BPF.cpp | 53 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() 73 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
|
| H A D | PNaCl.cpp | 71 } else if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() 92 if (const auto *EIT = RetTy->getAs<BitIntType>()) { in classifyReturnType()
|
| H A D | NVPTX.cpp | 110 if (const auto *EIT = T->getAs<BitIntType>()) in isUnsupportedType() 188 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
|
| H A D | Lanai.cpp | 129 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
|
| H A D | Mips.cpp | 230 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() 321 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
|
| H A D | CSKY.cpp | 127 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
|
| H A D | ARC.cpp | 130 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
|
| H A D | PPC.cpp | 666 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableTypeForABI() 785 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() 861 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
|
| H A D | ARM.cpp | 358 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() 560 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
|
| H A D | Sparc.cpp | 245 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyType()
|
| H A D | AArch64.cpp | 286 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() 389 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
|
| H A D | LoongArch.cpp | 378 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
|
| H A D | RISCV.cpp | 435 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
|
| H A D | SystemZ.cpp | 154 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableIntegerTypeForABI()
|
| H A D | X86.cpp | 569 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() 894 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() 1964 if (const auto *EITy = Ty->getAs<BitIntType>()) { in classify()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumNodes.def | 47 NODE(BitIntType)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 34 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() 56 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
|
| H A D | ABIInfo.cpp | 167 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableIntegerTypeForABI()
|
| H A D | CodeGenTBAA.cpp | 215 if (const auto *EIT = dyn_cast<BitIntType>(Ty)) { in getTypeInfoHelper()
|
| H A D | CodeGenTypes.cpp | 708 const auto &EIT = cast<BitIntType>(Ty); in ConvertType()
|
| H A D | CGDebugInfo.h | 179 llvm::DIType *CreateType(const BitIntType *Ty);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 112 def BitIntType : TypeNode<Type>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2262 const auto *EIT = cast<BitIntType>(T); in getTypeInfoImpl() 2677 cast<BitIntType>(Field->getType())->getNumBits()) in getSubobjectSizeInBits() 2791 if (const auto *BIT = Ty->getAs<BitIntType>()) in hasUniqueObjectRepresentations() 4025 vecType->castAs<BitIntType>()->getNumBits() >= 8)); in getVectorType() 4098 vecType->castAs<BitIntType>()->getNumBits() >= 8)); in getExtVectorType() 4550 BitIntType::Profile(ID, IsUnsigned, NumBits); in getBitIntType() 4556 auto *New = new (*this, alignof(BitIntType)) BitIntType(IsUnsigned, NumBits); in getBitIntType() 7050 if (const auto *EIT = dyn_cast<BitIntType>(T)) in getIntegerRank() 11013 if (const auto *EIT = T->getAs<BitIntType>()) in getIntWidth() 11030 if (const auto *EITy = T->getAs<BitIntType>()) in getCorrespondingUnsignedType() [all …]
|
| H A D | Type.cpp | 364 BitIntType::BitIntType(bool IsUnsigned, unsigned NumBits) in BitIntType() function in BitIntType 2096 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isSignedIntegerType() 2115 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isSignedIntegerOrEnumerationType() 2146 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isUnsignedIntegerType() 2165 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isUnsignedIntegerOrEnumerationType()
|
| H A D | MicrosoftMangle.cpp | 3216 const BitIntType *BitIntTy = EltTy->getAs<BitIntType>(); in mangleType() 3523 void MicrosoftCXXNameMangler::mangleType(const BitIntType *T, Qualifiers, in mangleType()
|