Searched refs:AggValueVTs (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1836 SmallVector<EVT, 4> AggValueVTs; local
1837 ComputeValueVTs(TLI, DL, AggTy, AggValueVTs);
1840 ResultReg += TLI.getNumRegisters(FuncInfo.Fn->getContext(), AggValueVTs[i]);
H A DSelectionDAGBuilder.cpp3665 SmallVector<EVT, 4> AggValueVTs; local
3666 ComputeValueVTs(TLI, DAG.getDataLayout(), AggTy, AggValueVTs);
3670 unsigned NumAggValues = AggValueVTs.size();
3684 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) :
3690 Values[i] = FromUndef ? DAG.getUNDEF(AggValueVTs[i]) :
3695 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) :
3699 DAG.getVTList(AggValueVTs), Values));

Completed in 187 milliseconds