Home
last modified time | relevance | path

Searched defs:ATy (Results 1 – 25 of 46) sorted by relevance

12

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DAnalysis.cpp53 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 DGetElementPtrTypeIterator.h80 if (auto *ATy = dyn_cast<ArrayType>(Ty)) variable
H A DDataLayout.h684 ArrayType *ATy = cast<ArrayType>(Ty); in getTypeSizeInBits() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp37 ArrayType *ATy = in removeGlobalCtors() local
H A DModuleUtils.cpp102 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 DXCoreAsmPrinter.cpp92 if (ArrayType *ATy = dyn_cast<ArrayType>(GV->getValueType())) { in emitArrayBound() local
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp339 if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in numRetVals() local
353 if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in getRetComponentType() local
H A DInliner.cpp233 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType()); in mergeInlinedArrayAllocas() local
H A DGlobalOpt.cpp2156 ArrayType *ATy = ArrayType::get(Int8PtrTy, UsedArray.size()); in setUsedInitializer() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp307 const ArrayType *ATy = cast<const ArrayType>(Ty); in getSmallestAddressableSize() local
H A DHexagonBitTracker.cpp64 Type *ATy = Arg.getType(); in HexagonEvaluator() local
/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp266 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in getKindForGlobal() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DType.cpp147 if (auto *ATy = dyn_cast<ArrayType>(this)) { in isEmptyTy() local
208 if (auto *ATy = dyn_cast<ArrayType>(this)) in isSizedDerivedType() local
H A DConstants.cpp1106 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 DDeclPrinter.cpp161 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 DAPValue.cpp630 const ArrayType *ATy, in TryPrintAsStringLiteral()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLint.cpp450 Type *ATy = AI->getAllocatedType(); in visitMemoryReference() local
H A DModuleSummaryAnalysis.cpp609 ArrayType *ATy = C->getType(); in findFuncPointers() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp766 if (const auto *ATy = Context.getAsArrayType(T)) in FillInlineAsmIdentifierInfo() local
H A DSemaExprMember.cpp1300 if (const auto *ATy = BaseType->getAs<AtomicType>()) { in LookupMemberExpr() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1055 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); in createLDSVariableReplacement() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp3432 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 DCGExprConstant.cpp412 if (llvm::ArrayType *ATy = dyn_cast<llvm::ArrayType>(DesiredTy)) { in buildFrom() local
2352 llvm::ArrayType *ATy = in EmitNullConstant() local
H A DCGAtomic.cpp50 if (auto *ATy = AtomicTy->getAs<AtomicType>()) in AtomicInfo() local
/openbsd/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2075 ArrayTypeNode *ATy = Arena.alloc<ArrayTypeNode>(); in demangleArrayType() local

12