/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CtorUtils.cpp | 37 ArrayType *ATy = in removeGlobalCtors() local
|
H A D | ModuleUtils.cpp | 107 ArrayType *ATy = ArrayType::get(ArrayEltTy, Init.size()); appendToUsedList() local 140 ArrayType *ATy = ArrayType::get(ArrayEltTy, NewInit.size()); removeFromUsedList() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | GetElementPtrTypeIterator.h | 114 if (auto *ATy = dyn_cast<ArrayType>(Ty)) variable
|
H A D | DataLayout.h | 681 ArrayType *ATy = cast<ArrayType>(Ty); getTypeSizeInBits() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 53 else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeLinearIndex() local 106 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeValueVTs() local 159 if (ArrayType *ATy = dyn_cast<ArrayType>(&Ty)) { in computeValueLLTs() local
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreAsmPrinter.cpp | 92 if (ArrayType *ATy = dyn_cast<ArrayType>(GV->getValueType())) { emitArrayBound() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 61 if (const auto *ATy = dyn_cast<ArrayType>(this)) isScalableTy() local 150 if (auto *ATy = dyn_cast<ArrayType>(this)) { isEmptyTy() local 221 if (auto *ATy = dyn_cast<ArrayType>(this)) isSizedDerivedType() local [all...] |
H A D | Constants.cpp | 1149 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) getSequentialElement() local 1184 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) getSequentialElement() local 2780 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) getElementType() local 2837 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) getImpl() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaWasm.cpp | 32 const auto *ATy = dyn_cast<ArrayType>(ArgExpr->getType()); in CheckWasmBuiltinArgIsTable() local
|
H A D | SemaStmtAsm.cpp | 768 if (const auto *ATy = Context.getAsArrayType(T)) FillInlineAsmIdentifierInfo() local
|
/llvm-project/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 if (ATy->isIntegerTy()) in HexagonEvaluator() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 344 if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) numRetVals() local 358 if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) getRetComponentType() local
|
/llvm-project/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 266 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { getKindForGlobal() local
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | LoongArch.cpp | 148 if (const ConstantArrayType *ATy = getContext().getAsConstantArrayType(Ty)) { in detectFARsEligibleStructHelper() local
|
H A D | RISCV.cpp | 154 if (const ConstantArrayType *ATy = getContext().getAsConstantArrayType(Ty)) { detectFPCCEligibleStructHelper() local
|
H A D | X86.cpp | 2400 if (llvm::ArrayType *ATy = dyn_cast<llvm::ArrayType>(IRType)) { getFPTypeAtOffset() local 2513 if (llvm::ArrayType *ATy = dyn_cast<llvm::ArrayType>(IRType)) { GetINTEGERTypeAtOffset() local
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILIntrinsicExpansion.cpp | 80 [[maybe_unused]] Type *ATy = A->getType(); expandIntegerDot() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 165 else if (const ArrayType *ATy = dyn_cast<ArrayType>(BaseType)) in GetBaseType() local 173 else if (const AutoType *ATy = BaseType->getAs<AutoType>()) in GetBaseType() local
|
H A D | APValue.cpp | 632 TryPrintAsStringLiteral(raw_ostream & Out,const PrintingPolicy & Policy,const ArrayType * ATy,ArrayRef<APValue> Inits) TryPrintAsStringLiteral() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 454 Type *ATy = AI->getAllocatedType(); visitMemoryReference() local
|
H A D | ModuleSummaryAnalysis.cpp | 712 ArrayType *ATy = C->getType(); findFuncPointers() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantsTest.cpp | 665 ArrayType *ATy = ArrayType::get(Int32Ty, 2); TEST() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 3694 setUsedBits(CodeGenModule & CGM,const ConstantArrayType * ATy,int Offset,SmallVectorImpl<uint64_t> & Bits) setUsedBits() argument 3719 if (const auto *ATy = Context.getAsConstantArrayType(QTy)) setUsedBits() local 3771 EmitCMSEClearRecord(llvm::Value * Src,llvm::ArrayType * ATy,QualType QTy) EmitCMSEClearRecord() argument 5433 auto *ATy = dyn_cast<llvm::ArrayType>(Load->getType()); EmitCall() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerModuleLDSPass.cpp | 1210 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); createLDSVariableReplacement() local
|