Home
last modified time | relevance | path

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

12

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp66 if (const ConstantArrayType *ArrayTy = in evenFlexibleArraySize() local
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DArrayList.h105 using ArrayTy = std::array<T, ItemsGroupSize>; member
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp97 using ArrayTy = ArrayRef<Directive>; getLeafOrCompositeConstructs() typedef
H A DOMPIRBuilder.cpp2453 ArrayType *ArrayTy = ArrayType::get(Builder.getInt32Ty(), WarpSize); emitInterWarpCopyFunction() local
6928 ArrayType *ArrayTy = ArrayType::get(DimTy, NonContigInfo.Dims[I]); emitNonContiguousDescriptor() local
/llvm-project/clang/lib/Parse/
H A DParseInit.cpp446 QualType ArrayTy = Context.getConstantArrayType( in createEmbedExpr() local
/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp271 ArrayType *ArrayTy = ArrayType::get(IntTy, 2); TEST() local
365 ArrayType *ArrayTy = ArrayType::get(T, 2); TEST() local
377 ArrayType *ArrayTy = ArrayType::get(T, 2); TEST() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h43 typedef std::vector<DocNode> ArrayTy; typedef
/llvm-project/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp415 Type *ArrayTy = ArrayType::get(Int64Ty, 4); TEST() local
/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp506 if (!ArrayTy) { in getIndexExpressionsFromGEP() local
H A DValueTracking.cpp6162 ArrayType *ArrayTy = nullptr; getConstantDataArrayInfo() local
/llvm-project/clang/test/Layout/
H A Dms-x86-basic-layout.cpp741 typedef A4 ArrayTy[2]; typedef
/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1535 const auto *ArrayTy = Context.getAsConstantArrayType(OriginalBaseTy); ActOnArraySectionExpr() local
H A DSemaStmt.cpp2781 QualType ArrayTy = PVD->getOriginalType(); BuildCXXForRangeStmt() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp748 const auto *ArrayTy = VisitMemRegionVal() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp704 ArrayType *ArrayTy = ArrayType::get(Ty, NumElements); CreateFunctionLocalArrayInSection() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp737 if (auto *ArrayTy = dyn_cast<ArrayType>(AllocaTy)) { in tryPromoteAllocaToVector() local
/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp159 auto *ArrayTy = cast<llvm::ArrayType>(Result.getElementType()); CreateMemTemp() local
2052 auto *ArrayTy = dyn_cast<llvm::ArrayType>(Addr.getElementType()); MaybeConvertMatrixAddress() local
2061 auto *ArrayTy = llvm::ArrayType::get( MaybeConvertMatrixAddress() local
4477 QualType ArrayTy = BaseTy->isPointerType() EmitArraySectionExpr() local
[all...]
H A DCGDecl.cpp1100 if (auto *ArrayTy = dyn_cast<llvm::ArrayType>(OrigTy)) { constWithPadding() local
H A DCGExprConstant.cpp2371 const ArrayType *ArrayTy = CGM.getContext().getAsArrayType(DestType); tryEmitPrivate() local
H A DCGOpenMPRuntime.cpp665 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); EmitOMPAggregateInit() local
4733 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); EmitOMPAggregateReduction() local
11152 QualType ArrayTy = C.getConstantArrayType(KmpDimTy, Size, nullptr, emitDoacrossInit() local
11204 QualType ArrayTy = CGM.getContext().getConstantArrayType( EmitDoacrossOrdered() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1671 auto *ArrayTy = ArrayType::get(VT->getElementType(), VT->getNumElements()); getNonAliasingPointer() local
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp
/llvm-project/llvm/lib/IR/
H A DCore.cpp904 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength() argument
908 uint64_t LLVMGetArrayLength2(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength2() argument
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c663 value llvm_array_length(value ArrayTy) { in llvm_array_length() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6361 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize); SwitchLookupTable() local

12