| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | BPF.cpp | 54 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() 76 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
|
| H A D | PNaCl.cpp | 75 } else if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() 96 if (const auto *EIT = RetTy->getAs<BitIntType>()) { in classifyReturnType()
|
| H A D | Lanai.cpp | 133 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
|
| H A D | NVPTX.cpp | 125 if (const auto *EIT = T->getAs<BitIntType>()) in isUnsupportedType() 205 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
|
| H A D | CSKY.cpp | 126 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
|
| H A D | Mips.cpp | 248 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() 339 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
|
| H A D | ARC.cpp | 133 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
|
| H A D | PPC.cpp | 727 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableTypeForABI() 847 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() 928 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
|
| H A D | ARM.cpp | 389 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() 598 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
|
| H A D | Sparc.cpp | 258 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyType()
|
| H A D | LoongArch.cpp | 378 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
|
| H A D | SystemZ.cpp | 155 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableIntegerTypeForABI()
|
| H A D | AArch64.cpp | 380 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() 553 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
|
| H A D | RISCV.cpp | 683 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
|
| H A D | X86.cpp | 559 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType() 896 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType() 1986 if (const auto *EITy = Ty->getAs<BitIntType>()) { in classify()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumNodes.def | 47 NODE(BitIntType)
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 35 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType() 58 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 | 353 if (const auto *EIT = dyn_cast<BitIntType>(Ty)) { in getTypeInfoHelper()
|
| H A D | CodeGenTypes.cpp | 762 const auto &EIT = cast<BitIntType>(Ty); in ConvertType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 118 def BitIntType : TypeNode<Type>;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 424 BitIntType::BitIntType(bool IsUnsigned, unsigned NumBits) in BitIntType() function in BitIntType 2223 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isSignedIntegerType() 2239 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isSignedIntegerOrEnumerationType() 2268 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isUnsignedIntegerType() 2284 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isUnsignedIntegerOrEnumerationType() 2358 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in hasBooleanRepresentation()
|
| H A D | ASTContext.cpp | 2468 const auto *EIT = cast<BitIntType>(T); in getTypeInfoImpl() 2911 cast<BitIntType>(Field->getType())->getNumBits()) in getSubobjectSizeInBits() 3032 if (const auto *BIT = Ty->getAs<BitIntType>()) in hasUniqueObjectRepresentations() 4663 llvm::isPowerOf2_32(vecType->castAs<BitIntType>()->getNumBits()))); in getVectorType() 4735 llvm::isPowerOf2_32(vecType->castAs<BitIntType>()->getNumBits()))); in getExtVectorType() 5191 BitIntType::Profile(ID, IsUnsigned, NumBits); in getBitIntType() 5194 if (BitIntType *EIT = BitIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getBitIntType() 5197 auto *New = new (*this, alignof(BitIntType)) BitIntType(IsUnsigned, NumBits); in getBitIntType() 8094 if (const auto *EIT = dyn_cast<BitIntType>(T)) in getIntegerRank() 11929 bool LHSUnsigned = LHS->castAs<BitIntType>()->isUnsigned(); in mergeTypes() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Context.cpp | 310 if (const auto *BT = T->getAs<BitIntType>()) { in classify()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenTypes.cpp | 476 const auto *bitIntTy = cast<BitIntType>(type); in convertType()
|