Home
last modified time | relevance | path

Searched refs:BitIntType (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp53 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
73 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
H A DPNaCl.cpp71 } else if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
92 if (const auto *EIT = RetTy->getAs<BitIntType>()) { in classifyReturnType()
H A DNVPTX.cpp110 if (const auto *EIT = T->getAs<BitIntType>()) in isUnsupportedType()
188 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
H A DLanai.cpp129 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
H A DMips.cpp230 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
321 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
H A DCSKY.cpp127 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
H A DARC.cpp130 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
H A DPPC.cpp666 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 DARM.cpp358 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
560 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
H A DSparc.cpp245 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyType()
H A DAArch64.cpp286 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
389 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
H A DLoongArch.cpp378 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
H A DRISCV.cpp435 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
H A DSystemZ.cpp154 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableIntegerTypeForABI()
H A DX86.cpp569 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 DItaniumNodes.def47 NODE(BitIntType)
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp34 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
56 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
H A DABIInfo.cpp167 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableIntegerTypeForABI()
H A DCodeGenTBAA.cpp215 if (const auto *EIT = dyn_cast<BitIntType>(Ty)) { in getTypeInfoHelper()
H A DCodeGenTypes.cpp708 const auto &EIT = cast<BitIntType>(Ty); in ConvertType()
H A DCGDebugInfo.h179 llvm::DIType *CreateType(const BitIntType *Ty);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td112 def BitIntType : TypeNode<Type>;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2262 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 DType.cpp364 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 DMicrosoftMangle.cpp3216 const BitIntType *BitIntTy = EltTy->getAs<BitIntType>(); in mangleType()
3523 void MicrosoftCXXNameMangler::mangleType(const BitIntType *T, Qualifiers, in mangleType()

12