Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Instrumentation/
DEdgeProfiling.cpp77 Type *ATy = ArrayType::get(Type::getInt32Ty(M.getContext()), NumEdges); in runOnModule() local
DOptimalEdgeProfiling.cpp116 ArrayType *ATy = ArrayType::get(Int32, NumEdges); in runOnModule() local
/external/llvm/lib/CodeGen/
DAnalysis.cpp54 else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeLinearIndex() local
90 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeValueVTs() local
/external/llvm/lib/IR/
DConstantFold.cpp339 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedSizeOf() local
398 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedAlignOf() local
463 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedOffsetOf() local
1215 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in isMaybeZeroSizedType() local
2012 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) in ConstantFoldGetElementPtrImpl() local
DValue.cpp445 ArrayType *ATy = dyn_cast<ArrayType>(Ty); in isDereferenceablePointer() local
DType.cpp99 const ArrayType *ATy = dyn_cast<ArrayType>(this); in isEmptyTy() local
162 if (const ArrayType *ATy = dyn_cast<ArrayType>(this)) in isSizedDerivedType() local
DVerifier.cpp462 if (ArrayType *ATy = dyn_cast<ArrayType>(GV.getType())) { in visitGlobalVariable() local
478 if (ArrayType *ATy = dyn_cast<ArrayType>(GVType)) { in visitGlobalVariable() local
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp85 if (ArrayType *ATy = dyn_cast<ArrayType>( in emitArrayBound() local
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp167 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in getKindForGlobal() local
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp301 AliasSet::AccessType ATy = AliasSet::Refs; in add() local
314 AliasSet::AccessType ATy = AliasSet::Mods; in add() local
DLint.cpp426 Type *ATy = AI->getAllocatedType(); in visitMemoryReference() local
DConstantFolding.cpp733 if (SequentialType *ATy = dyn_cast<SequentialType>(Ty)) { in SymbolicallyEvaluateGEP() local
DScalarEvolutionExpander.cpp506 if (ArrayType *ATy = dyn_cast<ArrayType>(ElTy)) in expandAddToGEP() local
/external/llvm/include/llvm/IR/
DDataLayout.h456 ArrayType *ATy = cast<ArrayType>(Ty); in getTypeSizeInBits() local
/external/llvm/tools/lto/
DLTOCodeGenerator.cpp371 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, asmUsed2.size()); in applyScopeRestrictions() local
/external/llvm/lib/Transforms/IPO/
DInliner.cpp178 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType()); in InlineCallIfPossible() local
DGlobalOpt.cpp705 if (ArrayType *ATy = dyn_cast<ArrayType>(STy)) in SRAGlobal() local
2427 if (ArrayType *ATy = dyn_cast<ArrayType>(InitTy)) in EvaluateStoreInto() local
3071 ArrayType *ATy = ArrayType::get(Int8PtrTy, UsedArray.size()); in setUsedInitializer() local
/external/clang/lib/Sema/
DSemaStmtAsm.cpp417 const ArrayType *ATy = Context.getAsArrayType(T); in LookupInlineAsmIdentifier() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp482 } else if (ArrayType *ATy = dyn_cast<ArrayType>(SrcPTy)) { in InstCombineStoreToCast() local
DInstCombineCalls.cpp46 } else if (ArrayType *ATy = dyn_cast<ArrayType>(T)) { in reduceToSingleValueType() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp823 DIType ATy(Args.getElement(i)); in addPubTypes() local
1275 DIType ATy = DIType(Args.getElement(i)); in getOrCreateSubprogramDIE() local
/external/clang/lib/AST/
DDeclPrinter.cpp114 else if (const ArrayType* ATy = dyn_cast<ArrayType>(BaseType)) in GetBaseType() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2392 ArrayType *ATy = cast<ArrayType>(AllocaEltTy); in RewriteStoreUserOfWholeAlloca() local
2535 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in HasPadding() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1469 llvm::ArrayType *ATy = in EmitNullConstant() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1391 const ArrayType *ATy = dyn_cast<ArrayType>(Ty); in getOpenCLAlignment() local

12