Home
last modified time | relevance | path

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

12

/freebsd/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.cpp74 } else if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
95 if (const auto *EIT = RetTy->getAs<BitIntType>()) { in classifyReturnType()
H A DNVPTX.cpp114 if (const auto *EIT = T->getAs<BitIntType>()) in isUnsupportedType()
192 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.cpp125 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.cpp723 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableTypeForABI()
842 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
918 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
H A DARM.cpp356 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
558 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.cpp302 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
405 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.cpp436 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.cpp570 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
897 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
1979 if (const auto *EITy = Ty->getAs<BitIntType>()) { in classify()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumNodes.def47 NODE(BitIntType)
/freebsd/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.cpp265 if (const auto *EIT = dyn_cast<BitIntType>(Ty)) { in getTypeInfoHelper()
H A DCodeGenTypes.cpp769 const auto &EIT = cast<BitIntType>(Ty); in ConvertType()
H A DCGDebugInfo.h184 llvm::DIType *CreateType(const BitIntType *Ty);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td116 def BitIntType : TypeNode<Type>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2302 const auto *EIT = cast<BitIntType>(T); in getTypeInfoImpl()
2728 cast<BitIntType>(Field->getType())->getNumBits()) in getSubobjectSizeInBits()
2846 if (const auto *BIT = Ty->getAs<BitIntType>()) in hasUniqueObjectRepresentations()
4435 llvm::isPowerOf2_32(vecType->castAs<BitIntType>()->getNumBits()) && in getVectorType()
4436 vecType->castAs<BitIntType>()->getNumBits() >= 8)); in getVectorType()
4508 llvm::isPowerOf2_32(vecType->castAs<BitIntType>()->getNumBits()) && in getExtVectorType()
4509 vecType->castAs<BitIntType>()->getNumBits() >= 8)); in getExtVectorType()
4965 BitIntType::Profile(ID, IsUnsigned, NumBits); in getBitIntType()
4968 if (BitIntType *EIT = BitIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getBitIntType()
4971 auto *New = new (*this, alignof(BitIntType)) BitIntType(IsUnsigned, NumBits); in getBitIntType()
[all …]
H A DType.cpp380 BitIntType::BitIntType(bool IsUnsigned, unsigned NumBits) in BitIntType() function in BitIntType
2159 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isSignedIntegerType()
2178 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isSignedIntegerOrEnumerationType()
2209 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isUnsignedIntegerType()
2228 if (const auto *IT = dyn_cast<BitIntType>(CanonicalType)) in isUnsignedIntegerOrEnumerationType()
H A DASTStructuralEquivalence.cpp1385 const auto *Int1 = cast<BitIntType>(T1); in IsStructurallyEquivalent()
1386 const auto *Int2 = cast<BitIntType>(T2); in IsStructurallyEquivalent()

12