| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPULowerModuleLDSPass.cpp | 94 ArrayType *ATy = in removeFromUsedList() local 242 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); in processUsedLDS() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | Analysis.cpp | 56 else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeLinearIndex() local 105 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeValueVTs() local 150 if (ArrayType *ATy = dyn_cast<ArrayType>(&Ty)) { in computeValueLLTs() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | CtorUtils.cpp | 36 ArrayType *ATy = in removeGlobalCtors() local
|
| D | ModuleUtils.cpp | 100 ArrayType *ATy = ArrayType::get(Int8PtrTy, Init.size()); in appendToUsedList() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | GetElementPtrTypeIterator.h | 82 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
|
| D | DataLayout.h | 663 ArrayType *ATy = cast<ArrayType>(Ty); in getTypeSizeInBits() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| D | XCoreAsmPrinter.cpp | 92 if (ArrayType *ATy = dyn_cast<ArrayType>(GV->getValueType())) { in emitArrayBound() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonTargetObjectFile.cpp | 308 const ArrayType *ATy = cast<const ArrayType>(Ty); in getSmallestAddressableSize() local
|
| D | HexagonBitTracker.cpp | 64 Type *ATy = Arg.getType(); in HexagonEvaluator() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | DeadArgumentElimination.cpp | 336 else if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in NumRetVals() local 351 else if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in getRetComponentType() local
|
| D | GlobalOpt.cpp | 2073 if (ArrayType *ATy = dyn_cast<ArrayType>(Init->getType())) in EvaluateStoreInto() local 2209 else if (auto *ATy = dyn_cast<ArrayType>(Ty)) in BatchCommitValueTo() local 2281 ArrayType *ATy = ArrayType::get(Int8PtrTy, UsedArray.size()); in setUsedInitializer() local
|
| D | Inliner.cpp | 173 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType()); in mergeInlinedArrayAllocas() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ |
| D | TargetLoweringObjectFile.cpp | 261 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in getKindForGlobal() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Type.cpp | 112 if (auto *ATy = dyn_cast<ArrayType>(this)) { in isEmptyTy() local 173 if (auto *ATy = dyn_cast<ArrayType>(this)) in isSizedDerivedType() local
|
| D | Constants.cpp | 1121 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) in getSequentialElement() local 1156 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) in getSequentialElement() local 2898 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) in getElementType() local 2955 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) in getImpl() local
|
| D | ConstantFold.cpp | 1306 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in isMaybeZeroSizedType() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | DeclPrinter.cpp | 158 else if (const ArrayType* ATy = dyn_cast<ArrayType>(BaseType)) in GetBaseType() local 166 else if (const AutoType *ATy = BaseType->getAs<AutoType>()) in GetBaseType() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | Lint.cpp | 445 Type *ATy = AI->getAllocatedType(); in visitMemoryReference() local
|
| D | ModuleSummaryAnalysis.cpp | 516 ArrayType *ATy = C->getType(); in findFuncPointers() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaStmtAsm.cpp | 750 if (const auto *ATy = Context.getAsArrayType(T)) in FillInlineAsmIdentifierInfo() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGCall.cpp | 3313 static void setUsedBits(CodeGenModule &CGM, const ConstantArrayType *ATy, in setUsedBits() 3338 if (const auto *ATy = Context.getAsConstantArrayType(QTy)) in setUsedBits() local 3390 llvm::ArrayType *ATy, in EmitCMSEClearRecord() 4988 auto *ATy = dyn_cast<llvm::ArrayType>(Load->getType()); in EmitCall() local
|
| D | CGExprConstant.cpp | 411 if (llvm::ArrayType *ATy = dyn_cast<llvm::ArrayType>(DesiredTy)) { in buildFrom() local 2315 llvm::ArrayType *ATy = in EmitNullConstant() local
|
| D | CGAtomic.cpp | 50 if (auto *ATy = AtomicTy->getAs<AtomicType>()) in AtomicInfo() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/ |
| D | MicrosoftDemangle.cpp | 2086 ArrayTypeNode *ATy = Arena.alloc<ArrayTypeNode>(); in demangleArrayType() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| D | NVPTXAsmPrinter.cpp | 1369 auto *ATy = dyn_cast<ArrayType>(Ty); in getOpenCLAlignment() local
|