Searched refs:AggTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 733 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); in HandleByValArgumentInit() local 736 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy)); in HandleByValArgumentInit() 751 Type *AggTy = ArgTy->getElementType(); in HandleByValArgument() local 780 Caller->getParent()->getDataLayout().getPrefTypeAlignment(AggTy); in HandleByValArgument() 787 Value *NewAlloca = new AllocaInst(AggTy, nullptr, Align, Arg->getName(), in HandleByValArgument()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1446 Type *AggTy = Op0->getType(); in selectExtractValue() local 1459 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue() 1462 ComputeValueVTs(TLI, AggTy, AggValueVTs); in selectExtractValue()
|
D | SelectionDAGBuilder.cpp | 3300 Type *AggTy = I.getType(); in visitInsertValue() local 3305 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitInsertValue() 3309 ComputeValueVTs(TLI, AggTy, AggValueVTs); in visitInsertValue() 3347 Type *AggTy = Op0->getType(); in visitExtractValue() local 3351 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitExtractValue()
|