Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp37 ArrayType *ATy = in removeGlobalCtors() local
H A DModuleUtils.cpp107 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 DAnalysis.cpp53 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 DGetElementPtrTypeIterator.h80 if (auto *ATy = dyn_cast<ArrayType>(Ty)) global() variable
H A DDataLayout.h681 ArrayType *ATy = cast<ArrayType>(Ty); in getTypeSizeInBits() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp61 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 DConstants.cpp1149 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 DXCoreAsmPrinter.cpp92 if (ArrayType *ATy = dyn_cast<ArrayType>(GV->getValueType())) { in emitArrayBound() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaWasm.cpp32 const auto *ATy = dyn_cast<ArrayType>(ArgExpr->getType()); in CheckWasmBuiltinArgIsTable() local
H A DSemaStmtAsm.cpp768 if (const auto *ATy = Context.getAsArrayType(T)) in FillInlineAsmIdentifierInfo() local
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp344 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 DTargetLoweringObjectFile.cpp266 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in getKindForGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILIntrinsicExpansion.cpp80 [[maybe_unused]] Type *ATy = A->getType(); in expandIntegerDot() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp148 if (const ConstantArrayType *ATy = getContext().getAsConstantArrayType(Ty)) { in detectFARsEligibleStructHelper() local
H A DRISCV.cpp154 if (const ConstantArrayType *ATy = getContext().getAsConstantArrayType(Ty)) { in detectFPCCEligibleStructHelper() local
H A DX86.cpp2400 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 DDeclPrinter.cpp165 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 DAPValue.cpp632 const ArrayType *ATy, in TryPrintAsStringLiteral()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp438 Type *ATy = AI->getAllocatedType(); in visitMemoryReference() local
H A DModuleSummaryAnalysis.cpp724 ArrayType *ATy = C->getType(); in findFuncPointers() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3676 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 DCGExprConstant.cpp414 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 DAMDGPULowerModuleLDSPass.cpp1209 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); in createLDSVariableReplacement() local

123