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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1082 SmallVector<EVT, 4> AggValueVTs; local
1083 ComputeValueVTs(TLI, AggTy, AggValueVTs);
1086 ResultReg += TLI.getNumRegisters(FuncInfo.Fn->getContext(), AggValueVTs[i]);
H A DSelectionDAGBuilder.cpp3266 SmallVector<EVT, 4> AggValueVTs;
3267 ComputeValueVTs(*TLI, AggTy, AggValueVTs);
3271 unsigned NumAggValues = AggValueVTs.size();
3279 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) :
3285 Values[i] = FromUndef ? DAG.getUNDEF(AggValueVTs[i]) :
3290 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) :
3294 DAG.getVTList(AggValueVTs), Values));

Completed in 57 milliseconds