OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AggValueVTs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
1671
SmallVector<EVT, 4>
AggValueVTs
;
1672
ComputeValueVTs(TLI, DL, AggTy,
AggValueVTs
);
1675
ResultReg += TLI.getNumRegisters(FuncInfo.Fn->getContext(),
AggValueVTs
[i]);
SelectionDAGBuilder.cpp
3757
SmallVector<EVT, 4>
AggValueVTs
;
3758
ComputeValueVTs(TLI, DAG.getDataLayout(), AggTy,
AggValueVTs
);
3762
unsigned NumAggValues =
AggValueVTs
.size();
3776
Values[i] = IntoUndef ? DAG.getUNDEF(
AggValueVTs
[i]) :
3782
Values[i] = FromUndef ? DAG.getUNDEF(
AggValueVTs
[i]) :
3787
Values[i] = IntoUndef ? DAG.getUNDEF(
AggValueVTs
[i]) :
3791
DAG.getVTList(
AggValueVTs
), Values));
Completed in 47 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026