Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp78 ArrayType *ATy = cast<ArrayType>(C->getType()); in IsNullTerminatedString() local
173 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in getKindForGlobal() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp55 else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeLinearIndex() local
91 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeValueVTs() local
/external/swiftshader/third_party/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/Transforms/Utils/
DCtorUtils.cpp39 ArrayType *ATy = in removeGlobalCtors() local
DModuleUtils.cpp33 ArrayType *ATy = cast<ArrayType>(GVCtor->getValueType()); in appendToGlobalArray() local
/external/llvm/lib/LTO/
DUpdateCompilerUsed.cpp140 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, UsedValuesList.size()); in updateCompilerUsed() local
/external/llvm/lib/IR/
DConstantFold.cpp353 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedSizeOf() local
411 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedAlignOf() local
475 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedOffsetOf() local
1286 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in isMaybeZeroSizedType() local
2027 if (auto *ATy = dyn_cast<ArrayType>(STy)) in isIndexInRangeOfSequentialType() local
DType.cpp92 if (auto *ATy = dyn_cast<ArrayType>(this)) { in isEmptyTy() local
141 if (auto *ATy = dyn_cast<ArrayType>(this)) in isSizedDerivedType() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp336 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedSizeOf() local
395 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedAlignOf() local
460 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in getFoldedOffsetOf() local
1476 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in isMaybeZeroSizedType() local
2272 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) in ConstantFoldGetElementPtrImpl() local
DValue.cpp383 ArrayType *ATy = dyn_cast<ArrayType>(Ty); in isDereferenceablePointer() local
DType.cpp114 const ArrayType *ATy = dyn_cast<ArrayType>(this); in isEmptyTy() local
175 if (const ArrayType *ATy = dyn_cast<ArrayType>(this)) in isSizedDerivedType() local
/external/llvm/lib/CodeGen/
DAnalysis.cpp59 else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeLinearIndex() local
101 if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) { in ComputeValueVTs() local
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp96 if (ArrayType *ATy = dyn_cast<ArrayType>(GV->getValueType())) { in emitArrayBound() local
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp274 const ArrayType *ATy = cast<const ArrayType>(Ty); in getSmallestAddressableSize() local
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreAsmPrinter.cpp94 if (ArrayType *ATy = dyn_cast<ArrayType>( in emitArrayBound() local
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp181 if (ArrayType *ATy = dyn_cast<ArrayType>(C->getType())) { in getKindForGlobal() local
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp241 Type *ATy = CS.getArgument(I)->getType(); in isPromotionLegal() local
482 Type *ATy = NewCS.getArgument(I)->getType(); in createDirectCallInst() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasSetTracker.cpp299 AliasSet::AccessType ATy = AliasSet::Refs; in add() local
312 AliasSet::AccessType ATy = AliasSet::Mods; in add() local
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp310 else if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in NumRetVals() local
325 else if (ArrayType *ATy = dyn_cast<ArrayType>(RetTy)) in getRetComponentType() local
DInliner.cpp146 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType()); in InlineCallIfPossible() local
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp345 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, asmUsed2.size()); in applyScopeRestrictions() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp289 } else if (ArrayType *ATy = dyn_cast<ArrayType>(SrcPTy)) { in InstCombineStoreToCast() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp142 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType()); in InlineCallIfPossible() local
/external/llvm/include/llvm/IR/
DDataLayout.h518 ArrayType *ATy = cast<ArrayType>(Ty); in getTypeSizeInBits() local

123