Home
last modified time | relevance | path

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

123

/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()); appendToUsedList() local
140 ArrayType *ATy = ArrayType::get(ArrayEltTy, NewInit.size()); removeFromUsedList() local
/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h114 if (auto *ATy = dyn_cast<ArrayType>(Ty)) variable
H A DDataLayout.h681 ArrayType *ATy = cast<ArrayType>(Ty); getTypeSizeInBits() local
/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
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp92 if (ArrayType *ATy = dyn_cast<ArrayType>(GV->getValueType())) { emitArrayBound() local
/llvm-project/llvm/lib/IR/
H A DType.cpp61 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 DConstants.cpp1149 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 DSemaWasm.cpp32 const auto *ATy = dyn_cast<ArrayType>(ArgExpr->getType()); in CheckWasmBuiltinArgIsTable() local
H A DSemaStmtAsm.cpp768 if (const auto *ATy = Context.getAsArrayType(T)) FillInlineAsmIdentifierInfo() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp307 const ArrayType *ATy = cast<const ArrayType>(Ty); in getSmallestAddressableSize() local
H A DHexagonBitTracker.cpp64 if (ATy->isIntegerTy()) in HexagonEvaluator() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp344 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 DTargetLoweringObjectFile.cpp266 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { getKindForGlobal() local
/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)) { detectFPCCEligibleStructHelper() local
H A DX86.cpp2400 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 DDXILIntrinsicExpansion.cpp80 [[maybe_unused]] Type *ATy = A->getType(); expandIntegerDot() local
/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 TryPrintAsStringLiteral(raw_ostream & Out,const PrintingPolicy & Policy,const ArrayType * ATy,ArrayRef<APValue> Inits) TryPrintAsStringLiteral() argument
/llvm-project/llvm/lib/Analysis/
H A DLint.cpp454 Type *ATy = AI->getAllocatedType(); visitMemoryReference() local
H A DModuleSummaryAnalysis.cpp712 ArrayType *ATy = C->getType(); findFuncPointers() local
/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp665 ArrayType *ATy = ArrayType::get(Int32Ty, 2); TEST() local
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3694 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 DAMDGPULowerModuleLDSPass.cpp1210 Type *ATy = ArrayType::get(Type::getInt8Ty(Ctx), Padding); createLDSVariableReplacement() local

123