Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULowerModuleLDSPass.cpp94 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/
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
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DCtorUtils.cpp36 ArrayType *ATy = in removeGlobalCtors() local
DModuleUtils.cpp100 ArrayType *ATy = ArrayType::get(Int8PtrTy, Init.size()); in appendToUsedList() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h82 if (auto *ATy = dyn_cast<ArrayType>(Ty)) { variable
DDataLayout.h663 ArrayType *ATy = cast<ArrayType>(Ty); in getTypeSizeInBits() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp92 if (ArrayType *ATy = dyn_cast<ArrayType>(GV->getValueType())) { in emitArrayBound() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp308 const ArrayType *ATy = cast<const ArrayType>(Ty); in getSmallestAddressableSize() local
DHexagonBitTracker.cpp64 Type *ATy = Arg.getType(); in HexagonEvaluator() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp336 else if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in NumRetVals() local
351 else if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in getRetComponentType() local
DGlobalOpt.cpp2073 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
DInliner.cpp173 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType()); in mergeInlinedArrayAllocas() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/
DTargetLoweringObjectFile.cpp261 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in getKindForGlobal() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DType.cpp112 if (auto *ATy = dyn_cast<ArrayType>(this)) { in isEmptyTy() local
173 if (auto *ATy = dyn_cast<ArrayType>(this)) in isSizedDerivedType() local
DConstants.cpp1121 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
DConstantFold.cpp1306 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in isMaybeZeroSizedType() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclPrinter.cpp158 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/
DLint.cpp445 Type *ATy = AI->getAllocatedType(); in visitMemoryReference() local
DModuleSummaryAnalysis.cpp516 ArrayType *ATy = C->getType(); in findFuncPointers() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp750 if (const auto *ATy = Context.getAsArrayType(T)) in FillInlineAsmIdentifierInfo() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCall.cpp3313 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
DCGExprConstant.cpp411 if (llvm::ArrayType *ATy = dyn_cast<llvm::ArrayType>(DesiredTy)) { in buildFrom() local
2315 llvm::ArrayType *ATy = in EmitNullConstant() local
DCGAtomic.cpp50 if (auto *ATy = AtomicTy->getAs<AtomicType>()) in AtomicInfo() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangle.cpp2086 ArrayTypeNode *ATy = Arena.alloc<ArrayTypeNode>(); in demangleArrayType() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1369 auto *ATy = dyn_cast<ArrayType>(Ty); in getOpenCLAlignment() local

12