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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1345 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); local
1348 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy));
1364 Type *AggTy = ArgTy->getElementType(); local
1393 Align Alignment(DL.getPrefTypeAlignment(AggTy));
1401 new AllocaInst(AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1821 Type *AggTy = Op0->getType(); local
1834 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices());
1837 ComputeValueVTs(TLI, DL, AggTy, AggValueVTs);
H A DSelectionDAGBuilder.cpp3657 Type *AggTy = I.getType(); local
3662 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices);
3666 ComputeValueVTs(TLI, DAG.getDataLayout(), AggTy, AggValueVTs);
3710 Type *AggTy = Op0->getType(); local
3714 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices);

Completed in 123 milliseconds