Searched refs:AggTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1249 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); local
1252 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy));
1268 Type *AggTy = ArgTy->getElementType(); local
1297 Align Alignment(DL.getPrefTypeAlignment(AggTy));
1305 new AllocaInst(AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1783 Type *AggTy = Op0->getType(); local
1796 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices());
1799 ComputeValueVTs(TLI, DL, AggTy, AggValueVTs);
H A DSelectionDAGBuilder.cpp3787 Type *AggTy = I.getType(); local
3792 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices);
3796 ComputeValueVTs(TLI, DAG.getDataLayout(), AggTy, AggValueVTs);
3840 Type *AggTy = Op0->getType(); local
3844 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices);

Completed in 199 milliseconds