Searched refs:ArrayType (Results 151 - 175 of 214) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp425 ArrayType *VarName##Ty = OMPBuilder.VarName##Ty; \
H A DAttributorAttributes.cpp5240 } else if (auto *PrivArrayType = dyn_cast<ArrayType>(PrivType)) {
5267 } else if (auto *PrivArrayType = dyn_cast<ArrayType>(PrivType)) {
5308 } else if (auto *PrivArrayType = dyn_cast<ArrayType>(PrivType)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp744 elementTypes.push_back(llvm::ArrayType::get(CGM.Int8Ty,
762 elementTypes.push_back(llvm::ArrayType::get(CGM.Int8Ty,
2719 llvm::ArrayType::get(Int8Ty, (varOffset - size).getQuantity());
H A DCGDebugInfo.cpp2783 // For the time being, it treats it like a nested ArrayType.
2807 llvm::DIType *CGDebugInfo::CreateType(const ArrayType *Ty, llvm::DIFile *Unit) {
2836 while ((Ty = dyn_cast<ArrayType>(EltTy))) {
3237 return CreateType(cast<ArrayType>(Ty), Unit);
3479 ArrayType::Normal, 0);
4107 CGM.getContext().CharTy, pad, nullptr, ArrayType::Normal, 0);
H A DCGCall.cpp2500 if (ArrTy->getSizeModifier() == ArrayType::Static) {
3104 llvm::ArrayType *ATy,
4611 auto *ATy = dyn_cast<llvm::ArrayType>(Load->getType());
H A DCodeGenFunction.h2632 llvm::Value *emitArrayLength(const ArrayType *arrayType,
2760 const ArrayType *ArrayTy,
3985 llvm::Value *EmitCMSEClearRecord(llvm::Value *V, llvm::ArrayType *ATy,
H A DCoverageMappingGen.cpp1488 auto NamesArrTy = llvm::ArrayType::get(llvm::Type::getInt8PtrTy(Ctx),
H A DCGObjC.cpp148 ArrayType::Normal, /*IndexTypeQuals=*/0);
1679 ArrayType::Normal, 0);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h813 ArrayType::ArraySizeModifier SizeMod,
825 ArrayType::ArraySizeModifier SizeMod,
837 ArrayType::ArraySizeModifier SizeMod,
847 ArrayType::ArraySizeModifier SizeMod,
858 ArrayType::ArraySizeModifier SizeMod,
11523 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType);
13860 ArrayType::ArraySizeModifier SizeMod,
13896 ArrayType::ArraySizeModifier SizeMod,
13908 ArrayType::ArraySizeModifier SizeMod,
13918 ArrayType
[all...]
H A DSemaExprMember.cpp1755 if (isa<ArrayType>(ResultTy))
H A DSemaExpr.cpp3395 ArrayType::Normal,
3402 ArrayType::Normal,
3427 Result.first, Length, nullptr, ArrayType::Normal, /*IndexTypeQuals*/ 0);
3708 llvm::APInt(32, Length + 1), nullptr, ArrayType::Normal, 0);
4323 T = cast<ArrayType>(Ty)->getElementType();
4786 if (isa<ArrayType>(ResultTy))
4798 if (!(isa<ArrayType>(BaseTy) || isa<PointerType>(BaseTy)))
5956 const ArrayType *AT = Context.getAsArrayType(OrigTy);
5957 if (!AT || AT->getSizeModifier() != ArrayType::Static)
14543 !isa<ArrayType>(U
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp208 const ArrayType *AT = Ctx.getAsArrayType(Type);
6323 ArrayType::Normal, 0);
9054 ArrayType::Normal, 0);
9546 const ConstantArrayType *ArrayType =
9554 Array.addArray(Info, E, ArrayType);
9571 ArrayType->getElementType()))
9583 ArrayType->getElementType())) {
9586 ArrayType->getElementType(),
9587 ArrayType->getSize().getZExtValue()))
9592 Result.getStructField(1) = APValue(APSInt(ArrayType
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2907 if (!ArrayType::isValidElementType(EltTy))
2909 Result = ArrayType::get(EltTy, Size);
3277 ArrayType *ATy = ArrayType::get(Elts[0]->getType(), Elts.size());
5326 if (!Ty->isArrayTy() || cast<ArrayType>(Ty)->getNumElements() != 0)
6855 if (isa<ArrayType>(V->getType()))
6858 if (!isa<ArrayType>(V->getType()))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1329 while (const ArrayType *vt = dyn_cast<ArrayType>(t)) {
5031 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp873 ArrayType *ATy = dyn_cast<ArrayType>(GV->getValueType());
893 Constant *NewInit = ConstantArray::get(ArrayType::get(EltTy, N), NewCtors);
H A DLLVMContextImpl.h1376 DenseMap<std::pair<Type *, uint64_t>, ArrayType*> ArrayTypes;
H A DVerifier.cpp646 if (ArrayType *ATy = dyn_cast<ArrayType>(GV.getValueType())) {
671 if (ArrayType *ATy = dyn_cast<ArrayType>(GVType)) {
704 // in StructType or ArrayType instead.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5192 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize);
5253 cast<ArrayType>(Array->getValueType())->getElementType(), GEP,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1573 case PDB_SymType::ArrayType:
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1486 ArrayType,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp234 auto *NewValTy = ArrayType::get(NewValElemTy, Used.size());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1371 auto *ATy = dyn_cast<ArrayType>(Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3887 ArrayType *AT = dyn_cast<ArrayType>(GEP->getSourceElementType());
3936 ArrayType *ArrayTy;
3939 if ( (ArrayTy = dyn_cast<ArrayType>(GVTy)) ) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp952 ArrayType *AT = cast<ArrayType>(T);
4839 ArrayType *ATy = ArrayType::get(UsedElementType, UsedArray.size());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp852 auto *ArrTy = ArrayType::get(Part->getType(), Args.size());

Completed in 804 milliseconds

123456789