Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp77 ArrayType *ATy = in removeFromUsedList() local
191 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); in runOnModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp56 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp36 ArrayType *ATy = in removeGlobalCtors() local
H A DModuleUtils.cpp100 ArrayType *ATy = ArrayType::get(Int8PtrTy, Init.size()); in appendToUsedList() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h82 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
H A DDataLayout.h663 ArrayType *ATy = cast<ArrayType>(Ty); in getTypeSizeInBits() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp92 if (ArrayType *ATy = dyn_cast<ArrayType>(GV->getValueType())) { in emitArrayBound() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp308 const ArrayType *ATy = cast<const ArrayType>(Ty); in getSmallestAddressableSize() local
H A DHexagonBitTracker.cpp64 Type *ATy = Arg.getType(); in HexagonEvaluator() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp335 else if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in NumRetVals() local
350 else if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in getRetComponentType() local
H A DInliner.cpp169 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType()); in mergeInlinedArrayAllocas() local
H A DGlobalOpt.cpp2063 if (ArrayType *ATy = dyn_cast<ArrayType>(Init->getType())) in EvaluateStoreInto() local
2199 else if (auto *ATy = dyn_cast<ArrayType>(Ty)) in BatchCommitValueTo() local
2271 ArrayType *ATy = ArrayType::get(Int8PtrTy, UsedArray.size()); in setUsedInitializer() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp364 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedSizeOfImpl() local
435 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedAlignOf() local
498 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedOffsetOf() local
1557 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in isMaybeZeroSizedType() local
H A DType.cpp106 if (auto *ATy = dyn_cast<ArrayType>(this)) { in isEmptyTy() local
167 if (auto *ATy = dyn_cast<ArrayType>(this)) in isSizedDerivedType() local
H A DConstants.cpp1119 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) in getSequentialElement() local
1154 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) in getSequentialElement() local
2896 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) in getElementType() local
2953 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) in getImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp261 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in getKindForGlobal() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp157 else if (const ArrayType* ATy = dyn_cast<ArrayType>(BaseType)) in GetBaseType() local
165 else if (const AutoType *ATy = BaseType->getAs<AutoType>()) in GetBaseType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp445 Type *ATy = AI->getAllocatedType(); in visitMemoryReference() local
H A DModuleSummaryAnalysis.cpp516 ArrayType *ATy = C->getType(); in findFuncPointers() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp750 if (const auto *ATy = Context.getAsArrayType(T)) in FillInlineAsmIdentifierInfo() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp3297 static void setUsedBits(CodeGenModule &CGM, const ConstantArrayType *ATy, in setUsedBits()
3322 if (const auto *ATy = Context.getAsConstantArrayType(QTy)) in setUsedBits() local
3374 llvm::ArrayType *ATy, in EmitCMSEClearRecord()
4971 auto *ATy = dyn_cast<llvm::ArrayType>(Load->getType()); in EmitCall() local
H A DCGExprConstant.cpp411 if (llvm::ArrayType *ATy = dyn_cast<llvm::ArrayType>(DesiredTy)) { in buildFrom() local
2315 llvm::ArrayType *ATy = in EmitNullConstant() local
H A DCGAtomic.cpp50 if (auto *ATy = AtomicTy->getAs<AtomicType>()) in AtomicInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2084 ArrayTypeNode *ATy = Arena.alloc<ArrayTypeNode>(); in demangleArrayType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1369 auto *ATy = dyn_cast<ArrayType>(Ty); in getOpenCLAlignment() local

12