Searched refs:ArrayType (Results 101 - 125 of 214) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h34 class ArrayType;
365 llvm::ArrayType *getKmpCriticalNameTy() const {return KmpCriticalNameTy;}
423 llvm::ArrayType *KmpCriticalNameTy;
H A DCGOpenMPRuntime.cpp677 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe();
1066 KmpCriticalNameTy = llvm::ArrayType::get(CGM.Int32Ty, /*NumElements*/ 8);
2393 C.VoidPtrTy, ArraySize, nullptr, ArrayType::Normal,
4280 C.getVariableArrayType(KmpTaskAffinityInfoTy, &OVE, ArrayType::Normal,
4293 ArrayType::Normal, /*IndexTypeQuals=*/0);
4774 C.getVariableArrayType(KmpDependInfoTy, &OVE, ArrayType::Normal,
4787 ArrayType::Normal, /*IndexTypeQuals=*/0);
4867 nullptr, ArrayType::Normal, /*IndexTypeQuals=*/0);
5209 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe();
5474 C.getConstantArrayType(C.VoidPtrTy, ArraySize, nullptr, ArrayType
[all...]
H A DCGObjCMac.cpp1969 llvm::Type *PTy = llvm::ArrayType::get(CGM.IntTy, 0);
2544 if (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) {
2549 while (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) {
3354 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.Int8PtrTy,
5855 "struct._prop_list_t", IntTy, IntTy, llvm::ArrayType::get(PropertyTy, 0));
5887 llvm::ArrayType::get(MethodDescriptionTy, 0));
5919 llvm::ArrayType::get(ProtocolTy, 0));
6011 llvm::ArrayType::get(Int8PtrTy, 0));
6028 llvm::Type *StackPtrTy = llvm::ArrayType
[all...]
H A DCGExpr.cpp152 auto *ArrayTy = cast<llvm::ArrayType>(Result.getType()->getElementType());
840 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize);
882 const ArrayType *AT = E->getType()->castAsArrayTypeUnsafe();
968 const ArrayType *AT = IndexedType->castAsArrayTypeUnsafe();
1757 auto *ArrayTy = dyn_cast<llvm::ArrayType>(
1768 auto *ArrayTy = llvm::ArrayType::get(VectorTy->getElementType(),
1778 // pointer to memory address (ArrayType) to a pointer to the value type
1847 // to memory address (ArrayType) to a pointer to the value type (VectorType).
3471 assert(isa<llvm::ArrayType>(Addr.getElementType()) &&
3824 assert(isa<llvm::ArrayType>(Add
[all...]
H A DCGDebugInfo.h196 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
H A DCGRecordLayoutBuilder.cpp130 (llvm::Type *)llvm::ArrayType::get(Type, NumBytes.getQuantity());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h319 void VisitArrayType(const ArrayType *T) { Visit(T->getElementType()); }
H A DCanonicalType.h460 template<> struct CanProxyAdaptor<ArrayType>;
655 "ArrayType cannot be used with getAs!");
670 "ArrayType cannot be used with castAs!");
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp585 dyn_cast<ArrayType>(originalTy.getCanonicalType())) {
601 // QualType elemTy = cast<ArrayType>(originalTy)->getElementType();
H A DRegionStore.cpp1170 if (const ArrayType *AT = Ctx.getAsArrayType(T)) {
2194 const ArrayType *AT =cast<ArrayType>(Ctx.getCanonicalType(R->getValueType()));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp447 if (CAT->getSizeModifier() == ArrayType::Normal)
H A DMicrosoftMangle.cpp376 void mangleDecayedArrayType(const ArrayType *T);
377 void mangleArrayType(const ArrayType *T);
581 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
1866 if (const ArrayType *AT = getASTContext().getAsArrayType(T)) {
2476 void MicrosoftCXXNameMangler::mangleDecayedArrayType(const ArrayType *T) {
2498 void MicrosoftCXXNameMangler::mangleArrayType(const ArrayType *T) {
H A DDeclPrinter.cpp153 else if (const ArrayType* ATy = dyn_cast<ArrayType>(BaseType))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp240 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, ArrayType, OS)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp475 Tys.push_back(ArrayType::get(Int8Ty, Padding));
H A DMachineFunction.cpp1146 if (isa<StructType>(A->getType()) || isa<ArrayType>(A->getType()) ||
1147 isa<StructType>(B->getType()) || isa<ArrayType>(B->getType()))
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp974 const AstTypeMatcher<ArrayType> arrayType;
1007 AST_POLYMORPHIC_SUPPORTED_TYPES(ArrayType,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2235 ArrayType *ArrayOfGlobalStructTy =
2236 ArrayType::get(MetadataInitializers[0]->getType(), N);
2327 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize);
2599 ArrayType::get(IRB.getInt8Ty(), 0));
3012 Alloca = IRB.CreateAlloca(ArrayType::get(IRB.getInt8Ty(), L.FrameSize),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2259 *ArraySize, ArrayType::Normal, 0);
2262 Context.getIncompleteArrayType(AllocType, ArrayType::Normal, 0);
2348 if (const ArrayType *AT = Context.getAsArrayType(AllocType)) {
5457 while (const ArrayType *AT = Self.Context.getAsArrayType(T)) {
5482 while (const ArrayType *AT = Self.Context.getAsArrayType(T)) {
6473 ArrayType::Normal, 0);
6475 return Ctx.getIncompleteArrayType(T, ArrayType::Normal, 0);
6858 T = cast<ArrayType>(T)->getElementType().getTypePtr();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp653 } else if (ArrayType* ATyp = dyn_cast<ArrayType>(Ty)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1018 ArrayType *Ty =
1019 ArrayType::get(Type::getInt8Ty(RegularLTO.Ctx), I.second.Size);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp416 ArrayType *AT = ArrayType::get(V->getType(), ArraySize);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1140 if (!isa<ArrayType>(GetElementPtrInst::getIndexedType(
1150 if (isa<ArrayType>(Ty) || isa<VectorType>(Ty)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1892 if (!ResultTy || !ArrayType::isValidElementType(ResultTy))
1894 ResultTy = ArrayType::get(ResultTy, Record[0]);
2477 } else if (ArrayType *ATy = dyn_cast<ArrayType>(CurTy)) {
2507 if (auto *Array = dyn_cast<ArrayType>(CurTy))
4793 !isa<ArrayType>(Val->getType())) &&
4796 isa<ArrayType>(Val->getType())) &&
5258 !isa<ArrayType>(FullTy) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp384 Ty = ArrayType::get(Ty, CI->getValue().getZExtValue());
490 FieldTypes.push_back(ArrayType::get(Type::getInt8Ty(Context),

Completed in 596 milliseconds

123456789