Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp66 if (const ConstantArrayType *ArrayTy = in evenFlexibleArraySize() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp97 using ArrayTy = ArrayRef<Directive>; in getLeafOrCompositeConstructs() typedef
H A DOMPIRBuilder.cpp2519 ArrayType *ArrayTy = ArrayType::get(Builder.getInt32Ty(), WarpSize); in emitInterWarpCopyFunction() local
7364 ArrayType *ArrayTy = ArrayType::get(DimTy, NonContigInfo.Dims[I]); in emitNonContiguousDescriptor() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp446 QualType ArrayTy = Context.getConstantArrayType( in createEmbedExpr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h43 typedef std::vector<DocNode> ArrayTy; typedef
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp506 auto *ArrayTy = dyn_cast<ArrayType>(Ty); in getIndexExpressionsFromGEP() local
H A DValueTracking.cpp6285 ArrayType *ArrayTy = nullptr; in getConstantDataArrayInfo() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1535 const auto *ArrayTy = Context.getAsConstantArrayType(OriginalBaseTy); in ActOnArraySectionExpr() local
H A DSemaStmt.cpp2781 QualType ArrayTy = PVD->getOriginalType(); in BuildCXXForRangeStmt() local
H A DSemaChecking.cpp13086 const ConstantArrayType *ArrayTy = in CheckArrayAccess() local
H A DSemaDeclCXX.cpp14637 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T); in buildSingleCopyAssignRecursively() local
H A DSemaExpr.cpp10455 } else if (const auto *ArrayTy = S.Context.getAsArrayType(LHSTy)) { in DiagnoseDivisionSizeofPointerOrArray() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp704 ArrayType *ArrayTy = ArrayType::get(Ty, NumElements); in CreateFunctionLocalArrayInSection() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp737 if (auto *ArrayTy = dyn_cast<ArrayType>(AllocaTy)) { in tryPromoteAllocaToVector() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp160 auto *ArrayTy = cast<llvm::ArrayType>(Result.getElementType()); in CreateMemTemp() local
2070 auto *ArrayTy = dyn_cast<llvm::ArrayType>(Addr.getElementType()); in MaybeConvertMatrixAddress() local
2079 auto *ArrayTy = llvm::ArrayType::get( in MaybeConvertMatrixAddress() local
4489 QualType ArrayTy = BaseTy->isPointerType() in EmitArraySectionExpr() local
H A DCGExprConstant.cpp2417 const ArrayType *ArrayTy = CGM.getContext().getAsArrayType(DestType); in tryEmitPrivate() local
H A DCGDecl.cpp1101 if (auto *ArrayTy = dyn_cast<llvm::ArrayType>(OrigTy)) { in constWithPadding() local
H A DCGOpenMPRuntime.cpp666 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); in EmitOMPAggregateInit() local
4738 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); in EmitOMPAggregateReduction() local
11163 QualType ArrayTy = C.getConstantArrayType(KmpDimTy, Size, nullptr, in emitDoacrossInit() local
11215 QualType ArrayTy = CGM.getContext().getConstantArrayType( in EmitDoacrossOrdered() local
H A DCGStmtOpenMP.cpp729 const ArrayType *ArrayTy = OriginalType->getAsArrayTypeUnsafe(); in EmitOMPAggregateAssign() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1671 auto *ArrayTy = ArrayType::get(VT->getElementType(), VT->getNumElements()); in getNonAliasingPointer() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp1967 QualType ArrayTy = A.getConstantArrayType(CharTy, Size, nullptr, in VisitSYCLUniqueStableNameExpr() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp904 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength()
908 uint64_t LLVMGetArrayLength2(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength2()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6366 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize); in SwitchLookupTable() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13248 auto ArrayTy = Ctx.getConstantArrayType( in getCommonNonSugarTypeNode() local
H A DExprConstant.cpp9182 QualType ArrayTy = Info.Ctx.getConstantArrayType( in VisitSYCLUniqueStableNameExpr() local

12