/external/llvm/lib/Transforms/Instrumentation/ |
D | EdgeProfiling.cpp | 77 Type *ATy = ArrayType::get(Type::getInt32Ty(M.getContext()), NumEdges); in runOnModule() local
|
D | OptimalEdgeProfiling.cpp | 116 ArrayType *ATy = ArrayType::get(Int32, NumEdges); in runOnModule() local
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 54 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/ |
D | ConstantFold.cpp | 339 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
|
D | Value.cpp | 445 ArrayType *ATy = dyn_cast<ArrayType>(Ty); in isDereferenceablePointer() local
|
D | Type.cpp | 99 const ArrayType *ATy = dyn_cast<ArrayType>(this); in isEmptyTy() local 162 if (const ArrayType *ATy = dyn_cast<ArrayType>(this)) in isSizedDerivedType() local
|
D | Verifier.cpp | 462 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/ |
D | XCoreAsmPrinter.cpp | 85 if (ArrayType *ATy = dyn_cast<ArrayType>( in emitArrayBound() local
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 167 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in getKindForGlobal() local
|
/external/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 301 AliasSet::AccessType ATy = AliasSet::Refs; in add() local 314 AliasSet::AccessType ATy = AliasSet::Mods; in add() local
|
D | Lint.cpp | 426 Type *ATy = AI->getAllocatedType(); in visitMemoryReference() local
|
D | ConstantFolding.cpp | 733 if (SequentialType *ATy = dyn_cast<SequentialType>(Ty)) { in SymbolicallyEvaluateGEP() local
|
D | ScalarEvolutionExpander.cpp | 506 if (ArrayType *ATy = dyn_cast<ArrayType>(ElTy)) in expandAddToGEP() local
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 456 ArrayType *ATy = cast<ArrayType>(Ty); in getTypeSizeInBits() local
|
/external/llvm/tools/lto/ |
D | LTOCodeGenerator.cpp | 371 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, asmUsed2.size()); in applyScopeRestrictions() local
|
/external/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 178 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType()); in InlineCallIfPossible() local
|
D | GlobalOpt.cpp | 705 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/ |
D | SemaStmtAsm.cpp | 417 const ArrayType *ATy = Context.getAsArrayType(T); in LookupInlineAsmIdentifier() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 482 } else if (ArrayType *ATy = dyn_cast<ArrayType>(SrcPTy)) { in InstCombineStoreToCast() local
|
D | InstCombineCalls.cpp | 46 } else if (ArrayType *ATy = dyn_cast<ArrayType>(T)) { in reduceToSingleValueType() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 823 DIType ATy(Args.getElement(i)); in addPubTypes() local 1275 DIType ATy = DIType(Args.getElement(i)); in getOrCreateSubprogramDIE() local
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 114 else if (const ArrayType* ATy = dyn_cast<ArrayType>(BaseType)) in GetBaseType() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 2392 ArrayType *ATy = cast<ArrayType>(AllocaEltTy); in RewriteStoreUserOfWholeAlloca() local 2535 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in HasPadding() local
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1469 llvm::ArrayType *ATy = in EmitNullConstant() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1391 const ArrayType *ATy = dyn_cast<ArrayType>(Ty); in getOpenCLAlignment() local
|