Home
last modified time | relevance | path

Searched defs:ArrayTy (Results 1 – 24 of 24) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp66 if (const ConstantArrayType *ArrayTy = in evenFlexibleArraySize() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DArrayList.h105 using ArrayTy = std::array<T, ItemsGroupSize>; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h43 typedef std::vector<DocNode> ArrayTy; typedef
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp506 auto *ArrayTy = dyn_cast<ArrayType>(Ty); in getIndexExpressionsFromGEP() local
H A DValueTracking.cpp5665 ArrayType *ArrayTy = nullptr; in getConstantDataArrayInfo() local
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp748 const auto *ArrayTy = in VisitMemRegionVal() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp698 ArrayType *ArrayTy = ArrayType::get(Ty, NumElements); in CreateFunctionLocalArrayInSection() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp633 if (auto *ArrayTy = dyn_cast<ArrayType>(AllocaTy)) { in tryPromoteAllocaToVector() local
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp147 auto *ArrayTy = cast<llvm::ArrayType>(Result.getElementType()); in CreateMemTemp() local
2061 auto *ArrayTy = dyn_cast<llvm::ArrayType>(Addr.getElementType()); in MaybeConvertMatrixAddress() local
2070 auto *ArrayTy = llvm::ArrayType::get( in MaybeConvertMatrixAddress() local
4443 QualType ArrayTy = BaseTy->isPointerType() in EmitOMPArraySectionExpr() local
H A DCGExprConstant.cpp2176 const ArrayType *ArrayTy = CGM.getContext().getAsArrayType(DestType); in tryEmitPrivate() local
H A DCGDecl.cpp1099 if (auto *ArrayTy = dyn_cast<llvm::ArrayType>(OrigTy)) { in constWithPadding() local
H A DCGOpenMPRuntime.cpp664 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); in EmitOMPAggregateInit() local
4722 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); in EmitOMPAggregateReduction() local
11135 QualType ArrayTy = C.getConstantArrayType(KmpDimTy, Size, nullptr, in emitDoacrossInit() local
11187 QualType ArrayTy = CGM.getContext().getConstantArrayType( in EmitDoacrossOrdered() local
H A DCGStmtOpenMP.cpp701 const ArrayType *ArrayTy = OriginalType->getAsArrayTypeUnsafe(); in EmitOMPAggregateAssign() local
H A DCGBuiltin.cpp1016 const ArrayType *ArrayTy = Ctx.getAsArrayType(FAMDecl->getType()); in emitFlexibleArrayMemberSize() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1624 auto *ArrayTy = ArrayType::get(VT->getElementType(), VT->getNumElements()); in getNonAliasingPointer() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp876 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength()
880 uint64_t LLVMGetArrayLength2(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength2()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2932 QualType ArrayTy = PVD->getOriginalType(); in BuildCXXForRangeStmt() local
H A DSemaChecking.cpp17990 const ConstantArrayType *ArrayTy = in CheckArrayAccess() local
H A DSemaDeclCXX.cpp14765 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T); in buildSingleCopyAssignRecursively() local
H A DSemaExpr.cpp11453 } else if (const auto *ArrayTy = S.Context.getAsArrayType(LHSTy)) { in DiagnoseDivisionSizeofPointerOrArray() local
H A DSemaOpenMP.cpp20014 QualType ArrayTy = S.Context.getVariableArrayType( in actOnOMPReductionKindClause() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6271 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize); in SwitchLookupTable() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5401 ArrayType *ArrayTy = ArrayType::get(DimTy, NonContigInfo.Dims[I]); in emitNonContiguousDescriptor() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9090 QualType ArrayTy = Info.Ctx.getConstantArrayType( in VisitSYCLUniqueStableNameExpr() local