Searched refs:AggTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 836 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); in HandleByValArgumentInit() local 839 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy)); in HandleByValArgumentInit() 854 Type *AggTy = ArgTy->getElementType(); in HandleByValArgument() local 883 Caller->getParent()->getDataLayout().getPrefTypeAlignment(AggTy); in HandleByValArgument() 890 Value *NewAlloca = new AllocaInst(AggTy, nullptr, Align, Arg->getName(), in HandleByValArgument()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1512 Type *AggTy = Op0->getType(); in selectExtractValue() local 1525 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue() 1528 ComputeValueVTs(TLI, DL, AggTy, AggValueVTs); in selectExtractValue()
|
D | SelectionDAGBuilder.cpp | 2891 Type *AggTy = I.getType(); in visitInsertValue() local 2896 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitInsertValue() 2900 ComputeValueVTs(TLI, DAG.getDataLayout(), AggTy, AggValueVTs); in visitInsertValue() 2938 Type *AggTy = Op0->getType(); in visitExtractValue() local 2942 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitExtractValue()
|