Searched refs:getAllocatedType (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1452 Type *T = AI->getAllocatedType();
1490 if (AI->isArrayAllocation() || !AI->getAllocatedType()->isSized())
1497 uint64_t AllocaSize = DL->getTypeAllocSize(AI->getAllocatedType());
1541 if (StructType *ST = dyn_cast<StructType>(AI->getAllocatedType())) {
1551 ArrayType *AT = cast<ArrayType>(AI->getAllocatedType());
1736 if (!TypeHasComponent(Info.AI->getAllocatedType(), Offset,
1794 MemSize == DL->getTypeAllocSize(Info.AI->getAllocatedType())) {
1810 if (isCompatibleAggregate(MemOpType, Info.AI->getAllocatedType())) {
1816 Type *T = Info.AI->getAllocatedType();
1883 MemSize == DL->getTypeAllocSize(AI->getAllocatedType()))
[all...]
H A DSROA.cpp348 AllocSize(DL.getTypeAllocSize(AI.getAllocatedType())), S(S) {}
2051 NewAllocaTy(NewAI.getAllocatedType()),
2058 DL.getTypeSizeInBits(NewAI.getAllocatedType()))
2156 NewAIAlign = DL.getABITypeAlignment(NewAI.getAllocatedType());
2408 Type *AllocaTy = NewAI.getAllocatedType();
2541 !NewAI.getAllocatedType()->isSingleValueType());
3122 if (Type *TypePartitionTy = getTypePartition(*DL, AI.getAllocatedType(),
3145 if (SliceTy == AI.getAllocatedType()) {
3157 Alignment = DL->getABITypeAlignment(AI.getAllocatedType());
3428 if (AI.isArrayAllocation() || !AI.getAllocatedType()
[all...]
H A DMemCpyOptimizer.cpp613 uint64_t srcSize = DL->getTypeAllocSize(srcAlloca->getAllocatedType()) *
628 uint64_t destSize = DL->getTypeAllocSize(A->getAllocatedType()) *
657 srcAlign = DL->getABITypeAlignment(srcAlloca->getAllocatedType());
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp182 ArrayType::get(AI.getAllocatedType(), C->getZExtValue());
212 if (DL && AI.getAllocatedType()->isSized()) {
215 AI.setAlignment(DL->getPrefTypeAlignment(AI.getAllocatedType()));
220 if (DL->getTypeAllocSize(AI.getAllocatedType()) == 0) {
237 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() ||
238 DL->getTypeAllocSize(EntryAI->getAllocatedType()) != 0) {
247 DL->getPrefTypeAlignment(EntryAI->getAllocatedType()));
H A DInstCombineCasts.cpp92 Type *AllocElTy = AI.getAllocatedType();
/external/llvm/lib/Target/R600/
H A DAMDGPUPromoteAlloca.cpp149 Type *AllocaTy = Alloca->getAllocatedType();
256 Type *AllocaTy = I.getAllocatedType();
281 *Mod, ArrayType::get(I.getAllocatedType(), 256), false,
/external/llvm/lib/Analysis/
H A DLoads.cpp69 BaseType = AI->getAllocatedType();
H A DMemoryBuiltins.cpp445 if (!I.getAllocatedType()->isSized())
448 APInt Size(IntTyBits, DL->getTypeAllocSize(I.getAllocatedType()));
679 if (!I.getAllocatedType()->isSized())
686 DL->getTypeAllocSize(I.getAllocatedType()));
H A DLint.cpp426 Type *ATy = AI->getAllocatedType();
/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp182 return getArrayCookieSizeImpl(expr->getAllocatedType());
216 return expr->getAllocatedType().isDestructedType();
H A DCGExprCXX.cpp469 QualType type = e->getAllocatedType();
778 QualType AllocType = E->getAllocatedType();
994 StoreAnyExprIntoOneUnit(CGF, Init, E->getAllocatedType(), NewPtr);
1205 QualType allocType = getContext().getBaseElementType(E->getAllocatedType());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp85 Type *Ty = AI->getAllocatedType();
107 AI->getAllocatedType()),
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp187 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType());
231 unsigned TypeAlign = DL->getABITypeAlignment(AI->getAllocatedType());
/external/llvm/lib/CodeGen/
H A DShadowStackGC.cpp264 EltTys.push_back(Roots[I].second->getAllocatedType());
H A DStackProtector.cpp245 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) {
/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp632 Values[i] = UndefValue::get(Allocas[i]->getAllocatedType());
943 PN = PHINode::Create(Allocas[AllocaNo]->getAllocatedType(), getNumPreds(BB),
H A DInlineFunction.cpp750 Type *AllocaType = AI->getAllocatedType();
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp279 Type *Ty = I.getAllocatedType();
287 Type *Ty = I.getAllocatedType();
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp561 AI.getAllocatedType()->isSized() &&
567 Type *Ty = AI->getAllocatedType();
/external/clang/lib/AST/
H A DStmtProfile.cpp1003 VisitType(S->getAllocatedType());
/external/lldb/source/Expression/
H A DIRInterpreter.cpp756 Type *T = alloca_inst->getAllocatedType();
/external/llvm/lib/IR/
H A DInstructions.cpp907 Type *AllocaInst::getAllocatedType() const { function in class:AllocaInst
3586 AllocaInst *Result = new AllocaInst(getAllocatedType(),
H A DAsmWriter.cpp2012 TypePrinter.print(AI->getAllocatedType(), Out);
/external/clang/include/clang/AST/
H A DExprCXX.h1643 QualType getAllocatedType() const { function in class:clang::CXXNewExpr
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1308 << getCppName(allocaI->getAllocatedType()) << ", ";

Completed in 528 milliseconds

12