/freebsd/contrib/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()); in appendToUsedList() local 140 ArrayType *ATy = ArrayType::get(ArrayEltTy, NewInit.size()); in removeFromUsedList() local
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GetElementPtrTypeIterator.h | 80 if (auto *ATy = dyn_cast<ArrayType>(Ty)) global() variable
|
H A D | DataLayout.h | 681 ArrayType *ATy = cast<ArrayType>(Ty); in getTypeSizeInBits() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 61 if (const auto *ATy = dyn_cast<ArrayType>(this)) in isScalableTy() local 150 if (auto *ATy = dyn_cast<ArrayType>(this)) { in isEmptyTy() local 221 if (auto *ATy = dyn_cast<ArrayType>(this)) in isSizedDerivedType() local
|
H A D | Constants.cpp | 1149 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) in getSequentialElement() local 1184 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) in getSequentialElement() local 2780 if (ArrayType *ATy = dyn_cast<ArrayType>(getType())) in getElementType() local 2837 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) in getImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreAsmPrinter.cpp | 92 if (ArrayType *ATy = dyn_cast<ArrayType>(GV->getValueType())) { in emitArrayBound() local
|
/freebsd/contrib/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)) in FillInlineAsmIdentifierInfo() local
|
/freebsd/contrib/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 Type *ATy = Arg.getType(); in HexagonEvaluator() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 344 if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in numRetVals() local 358 if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in getRetComponentType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 266 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in getKindForGlobal() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILIntrinsicExpansion.cpp | 80 [[maybe_unused]] Type *ATy = A->getType(); in expandIntegerDot() local
|
/freebsd/contrib/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)) { in detectFPCCEligibleStructHelper() local
|
H A D | X86.cpp | 2400 if (llvm::ArrayType *ATy = dyn_cast<llvm::ArrayType>(IRType)) { in getFPTypeAtOffset() local 2513 if (llvm::ArrayType *ATy = dyn_cast<llvm::ArrayType>(IRType)) { in GetINTEGERTypeAtOffset() local
|
/freebsd/contrib/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 const ArrayType *ATy, in TryPrintAsStringLiteral()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 438 Type *ATy = AI->getAllocatedType(); in visitMemoryReference() local
|
H A D | ModuleSummaryAnalysis.cpp | 724 ArrayType *ATy = C->getType(); in findFuncPointers() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 3676 static void setUsedBits(CodeGenModule &CGM, const ConstantArrayType *ATy, in setUsedBits() 3701 if (const auto *ATy = Context.getAsConstantArrayType(QTy)) in setUsedBits() local 3753 llvm::ArrayType *ATy, in EmitCMSEClearRecord() 5421 auto *ATy = dyn_cast<llvm::ArrayType>(Load->getType()); in EmitCall() local
|
H A D | CGExprConstant.cpp | 414 if (llvm::ArrayType *ATy = dyn_cast<llvm::ArrayType>(DesiredTy)) { in buildFrom() local 2620 llvm::ArrayType *ATy = in EmitNullConstant() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerModuleLDSPass.cpp | 1209 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); in createLDSVariableReplacement() local
|