/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1165 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); in HandleByValArgumentInit() local 1168 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy)); in HandleByValArgumentInit() 1183 Type *AggTy = ArgTy->getElementType(); in HandleByValArgument() local 1212 Caller->getParent()->getDataLayout().getPrefTypeAlignment(AggTy); in HandleByValArgument() 1219 Value *NewAlloca = new AllocaInst(AggTy, nullptr, Align, Arg->getName(), in HandleByValArgument()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 715 Type *AggTy = OrigIVI.getType(); in foldAggregateConstructionIntoAggregateReuse() local 717 switch (AggTy->getTypeID()) { in foldAggregateConstructionIntoAggregateReuse() 719 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse() 722 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse() 829 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse() 979 Builder.CreatePHI(AggTy, Preds.size(), OrigIVI.getName() + ".merged"); in foldAggregateConstructionIntoAggregateReuse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1249 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); in HandleByValArgumentInit() local 1252 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy)); in HandleByValArgumentInit() 1268 Type *AggTy = ArgTy->getElementType(); in HandleByValArgument() local 1297 Align Alignment(DL.getPrefTypeAlignment(AggTy)); in HandleByValArgument() 1305 new AllocaInst(AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in HandleByValArgument()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1340 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); in HandleByValArgumentInit() local 1343 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy)); in HandleByValArgumentInit() 1359 Type *AggTy = ArgTy->getElementType(); in HandleByValArgument() local 1388 Align Alignment(DL.getPrefTypeAlignment(AggTy)); in HandleByValArgument() 1396 new AllocaInst(AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in HandleByValArgument()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1535 Type *AggTy = Op0->getType(); in selectExtractValue() local 1548 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue() 1551 ComputeValueVTs(TLI, DL, AggTy, AggValueVTs); in selectExtractValue()
|
D | SelectionDAGBuilder.cpp | 3202 Type *AggTy = I.getType(); in visitInsertValue() local 3207 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitInsertValue() 3211 ComputeValueVTs(TLI, DAG.getDataLayout(), AggTy, AggValueVTs); in visitInsertValue() 3249 Type *AggTy = Op0->getType(); in visitExtractValue() local 3253 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitExtractValue()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1835 Type *AggTy = Op0->getType(); in selectExtractValue() local 1848 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue() 1851 ComputeValueVTs(TLI, DL, AggTy, AggValueVTs); in selectExtractValue()
|
D | SelectionDAGBuilder.cpp | 3624 Type *AggTy = I.getType(); in visitInsertValue() local 3629 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitInsertValue() 3633 ComputeValueVTs(TLI, DAG.getDataLayout(), AggTy, AggValueVTs); in visitInsertValue() 3677 Type *AggTy = Op0->getType(); in visitExtractValue() local 3681 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitExtractValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1768 Type *AggTy = Op0->getType(); in selectExtractValue() local 1781 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue() 1784 ComputeValueVTs(TLI, DL, AggTy, AggValueVTs); in selectExtractValue()
|
D | SelectionDAGBuilder.cpp | 3787 Type *AggTy = I.getType(); in visitInsertValue() local 3792 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitInsertValue() 3796 ComputeValueVTs(TLI, DAG.getDataLayout(), AggTy, AggValueVTs); in visitInsertValue() 3840 Type *AggTy = Op0->getType(); in visitExtractValue() local 3844 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitExtractValue()
|