Home
last modified time | relevance | path

Searched refs:ArrayType (Results 126 – 150 of 247) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3802 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in emitSplitOps()
4101 if (ArrayType *ArrTy = dyn_cast<ArrayType>(Ty)) { in stripAggregateTypeWrapping()
4139 if (isa<ArrayType>(Ty) || isa<VectorType>(Ty)) { in getTypePartition()
4142 if (auto *AT = dyn_cast<ArrayType>(Ty)) { in getTypePartition()
4174 return ArrayType::get(ElementTy, NumElements); in getTypePartition()
4789 SliceTy = ArrayType::get(Type::getInt8Ty(*C), P.size()); in rewritePartition()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp601 NumElts = cast<ArrayType>(Agg->getType())->getNumElements(); in ConstantFoldInsertValueInstruction()
616 return ConstantArray::get(cast<ArrayType>(Agg->getType()), Result); in ConstantFoldInsertValueInstruction()
1613 auto *STy = cast<ArrayType>(Ty); in ConstantFoldGetElementPtr()
H A DCore.cpp841 return wrap(ArrayType::get(unwrap(ElementType), ElementCount)); in LLVMArrayType()
845 return wrap(ArrayType::get(unwrap(ElementType), ElementCount)); in LLVMArrayType2()
867 if (auto *ATy = dyn_cast<ArrayType>(Ty)) in LLVMGetElementType()
877 return unwrap<ArrayType>(ArrayTy)->getNumElements(); in LLVMGetArrayLength()
881 return unwrap<ArrayType>(ArrayTy)->getNumElements(); in LLVMGetArrayLength2()
1552 return wrap(ConstantArray::get(ArrayType::get(unwrap(ElementTy), Length), V)); in LLVMConstArray()
1558 return wrap(ConstantArray::get(ArrayType::get(unwrap(ElementTy), Length), V)); in LLVMConstArray2()
H A DConstantsContext.h297 using TypeClass = ArrayType;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h459 template<> struct CanProxyAdaptor<ArrayType>;
H A DASTNodeTraverser.h362 void VisitArrayType(const ArrayType *T) { Visit(T->getElementType()); } in VisitArrayType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp486 Tys.push_back(ArrayType::get(Int8Ty, Padding)); in doMerge()
H A DMachineFunction.cpp1425 if (isa<StructType>(A->getType()) || isa<ArrayType>(A->getType()) || in CanShareConstantPoolEntry()
1426 isa<StructType>(B->getType()) || isa<ArrayType>(B->getType())) in CanShareConstantPoolEntry()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp257 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, ArrayType, OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2373 ArrayType *ArrayOfGlobalStructTy = in InstrumentGlobalsWithMetadataArray()
2374 ArrayType::get(MetadataInitializers[0]->getType(), N); in InstrumentGlobalsWithMetadataArray()
2466 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in instrumentGlobals()
2761 ArrayType::get(IRB.getInt8Ty(), 0)); in initializeCallbacks()
3194 Alloca = IRB.CreateAlloca(ArrayType::get(IRB.getInt8Ty(), L.FrameSize), in createAllocaForLayout()
H A DHWAddressSanitizer.cpp515 Type *Int8Arr0Ty = ArrayType::get(Int8Ty, 0); in createHwasanCtorComdat()
724 M.getOrInsertGlobal("__hwasan_shadow", ArrayType::get(Int8Ty, 0)); in initializeCallbacks()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl2.h2364 UINT8 ArrayType; member
2374 UINT8 ArrayType; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp633 if (auto *ArrayTy = dyn_cast<ArrayType>(AllocaTy)) { in tryPromoteAllocaToVector()
1383 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in tryPromoteAllocaToLDS()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp450 if (isa<ArrayType>(E->getType())) in ClassifyInternal()
H A DDeclPrinter.cpp177 else if (const ArrayType *ATy = dyn_cast<ArrayType>(BaseType)) in GetBaseType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp839 } else if (auto *T = dyn_cast<BTF::ArrayType>(Type)) { in symbolize()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp722 elementTypes.push_back(llvm::ArrayType::get(CGM.Int8Ty, in computeBlockInfo()
740 elementTypes.push_back(llvm::ArrayType::get(CGM.Int8Ty, in computeBlockInfo()
2630 llvm::ArrayType::get(Int8Ty, (varOffset - size).getQuantity()); in getBlockByrefInfo()
H A DCGDebugInfo.h214 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
H A DCodeGenModule.cpp914 llvm::ArrayType *ATy = llvm::ArrayType::get(Int8PtrTy, UsedArray.size()); in Release()
2945 llvm::ArrayType *ATy = llvm::ArrayType::get(CGM.Int8PtrTy, UsedArray.size()); in emitUsed()
3243 llvm::Constant *Array = llvm::ConstantArray::get(llvm::ArrayType::get( in EmitGlobalAnnotations()
3388 while (auto AT = dyn_cast<ArrayType>(Ty.getTypePtr())) in isInNoSanitizeList()
6079 Ty = llvm::ArrayType::get(Ty, 0); in GetAddrOfConstantCFString()
6294 auto *AType = cast<llvm::ArrayType>(getTypes().ConvertType(E->getType())); in GetConstantArrayFromStringLiteral()
H A DCGExpr.cpp147 auto *ArrayTy = cast<llvm::ArrayType>(Result.getElementType()); in CreateMemTemp()
837 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck()
933 const ArrayType *AT = IndexedType->castAsArrayTypeUnsafe(); in getArrayIndexingBound()
2061 auto *ArrayTy = dyn_cast<llvm::ArrayType>(Addr.getElementType()); in MaybeConvertMatrixAddress()
2070 auto *ArrayTy = llvm::ArrayType::get( in MaybeConvertMatrixAddress()
3877 assert(isa<llvm::ArrayType>(Addr.getElementType()) && in EmitArrayToPointerDecay()
4353 assert(isa<llvm::ArrayType>(Addr.getElementType()) && in emitOMPArraySectionBase()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp620 Ty = ArrayType::get(Ty, CI->getValue().getZExtValue()); in addFieldForAlloca()
931 FieldTypes.push_back(ArrayType::get(Type::getInt8Ty(Context), in finish()
941 ArrayType::get(Type::getInt8Ty(Context), F.DynamicAlignBuffer)); in finish()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp718 llvm::ArrayType::get(ThunkMappingArrayElems[0]->getType(), in runOnModule()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1262 while (const auto *NTy = dyn_cast<ArrayType>(Ty)) in prepareStateForArrayDestruction()
1364 if (isa<ArrayType>(varType)) { in ProcessAutomaticObjDtor()
1520 if (isa<ArrayType>(T)) { in ProcessMemberDtor()
1625 while (const ArrayType *AT = getContext().getAsArrayType(T)) { in ProcessTemporaryDtor()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1254 ArrayType *Ty = in runRegularLTO()
1255 ArrayType::get(Type::getInt8Ty(RegularLTO.Ctx), I.second.Size); in runRegularLTO()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp393 << IndexVal << Data->ArrayType; in handleOutOfBoundsImpl()

12345678910