Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp54 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
76 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
H A DPNaCl.cpp75 } else if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
96 if (const auto *EIT = RetTy->getAs<BitIntType>()) { in classifyReturnType()
H A DLanai.cpp133 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
H A DNVPTX.cpp125 if (const auto *EIT = T->getAs<BitIntType>()) in isUnsupportedType()
205 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
H A DCSKY.cpp126 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
H A DMips.cpp248 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
339 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
H A DARC.cpp133 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
H A DPPC.cpp727 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 DARM.cpp389 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
598 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
H A DSparc.cpp258 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyType()
H A DLoongArch.cpp378 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
H A DSystemZ.cpp155 if (const auto *EIT = Ty->getAs<BitIntType>()) in isPromotableIntegerTypeForABI()
H A DAArch64.cpp380 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
553 if (const auto *EIT = RetTy->getAs<BitIntType>()) in classifyReturnType()
H A DRISCV.cpp683 if (const auto *EIT = Ty->getAs<BitIntType>()) { in classifyArgumentType()
H A DX86.cpp559 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 DItaniumNodes.def47 NODE(BitIntType)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp35 if (const auto *EIT = Ty->getAs<BitIntType>()) in classifyArgumentType()
58 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.cpp353 if (const auto *EIT = dyn_cast<BitIntType>(Ty)) { in getTypeInfoHelper()
H A DCodeGenTypes.cpp762 const auto &EIT = cast<BitIntType>(Ty); in ConvertType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td118 def BitIntType : TypeNode<Type>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp424 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 DASTContext.cpp2468 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 DContext.cpp310 if (const auto *BT = T->getAs<BitIntType>()) { in classify()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp476 const auto *bitIntTy = cast<BitIntType>(type); in convertType()

12