/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 53 else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeLinearIndex() local 102 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeValueVTs() local 147 if (ArrayType *ATy = dyn_cast<ArrayType>(&Ty)) { in computeValueLLTs() local
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | GetElementPtrTypeIterator.h | 80 if (auto *ATy = dyn_cast<ArrayType>(Ty)) variable
|
H A D | DataLayout.h | 684 ArrayType *ATy = cast<ArrayType>(Ty); in getTypeSizeInBits() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | CtorUtils.cpp | 37 ArrayType *ATy = in removeGlobalCtors() local
|
H A D | ModuleUtils.cpp | 102 ArrayType *ATy = ArrayType::get(ArrayEltTy, Init.size()); in appendToUsedList() local 135 ArrayType *ATy = ArrayType::get(ArrayEltTy, NewInit.size()); in removeFromUsedList() local
|
/openbsd/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreAsmPrinter.cpp | 92 if (ArrayType *ATy = dyn_cast<ArrayType>(GV->getValueType())) { in emitArrayBound() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 339 if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in numRetVals() local 353 if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in getRetComponentType() local
|
H A D | Inliner.cpp | 233 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType()); in mergeInlinedArrayAllocas() local
|
H A D | GlobalOpt.cpp | 2156 ArrayType *ATy = ArrayType::get(Int8PtrTy, UsedArray.size()); in setUsedInitializer() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 307 const ArrayType *ATy = cast<const ArrayType>(Ty); in getSmallestAddressableSize() local
|
H A D | HexagonBitTracker.cpp | 64 Type *ATy = Arg.getType(); in HexagonEvaluator() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 266 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in getKindForGlobal() local
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Type.cpp | 147 if (auto *ATy = dyn_cast<ArrayType>(this)) { in isEmptyTy() local 208 if (auto *ATy = dyn_cast<ArrayType>(this)) in isSizedDerivedType() local
|
H A D | Constants.cpp | 1106 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) in getSequentialElement() local 1141 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) in getSequentialElement() local 2836 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) in getElementType() local 2893 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) in getImpl() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 161 else if (const ArrayType *ATy = dyn_cast<ArrayType>(BaseType)) in GetBaseType() local 169 else if (const AutoType *ATy = BaseType->getAs<AutoType>()) in GetBaseType() local
|
H A D | APValue.cpp | 630 const ArrayType *ATy, in TryPrintAsStringLiteral()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | Lint.cpp | 450 Type *ATy = AI->getAllocatedType(); in visitMemoryReference() local
|
H A D | ModuleSummaryAnalysis.cpp | 609 ArrayType *ATy = C->getType(); in findFuncPointers() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 766 if (const auto *ATy = Context.getAsArrayType(T)) in FillInlineAsmIdentifierInfo() local
|
H A D | SemaExprMember.cpp | 1300 if (const auto *ATy = BaseType->getAs<AtomicType>()) { in LookupMemberExpr() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerModuleLDSPass.cpp | 1055 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); in createLDSVariableReplacement() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 3432 static void setUsedBits(CodeGenModule &CGM, const ConstantArrayType *ATy, in setUsedBits() 3457 if (const auto *ATy = Context.getAsConstantArrayType(QTy)) in setUsedBits() local 3509 llvm::ArrayType *ATy, in EmitCMSEClearRecord() 5139 auto *ATy = dyn_cast<llvm::ArrayType>(Load->getType()); in EmitCall() local
|
H A D | CGExprConstant.cpp | 412 if (llvm::ArrayType *ATy = dyn_cast<llvm::ArrayType>(DesiredTy)) { in buildFrom() local 2352 llvm::ArrayType *ATy = in EmitNullConstant() local
|
H A D | CGAtomic.cpp | 50 if (auto *ATy = AtomicTy->getAs<AtomicType>()) in AtomicInfo() local
|
/openbsd/gnu/llvm/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 2075 ArrayTypeNode *ATy = Arena.alloc<ArrayTypeNode>(); in demangleArrayType() local
|