HomeSort by relevance Sort by last modified time
    Searched refs:ValueVTs (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 170 SmallVector<EVT, 4> ValueVTs;
171 ComputeValueVTs(TLI, PN->getType(), ValueVTs);
172 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) {
173 EVT VT = ValueVTs[vti];
223 SmallVector<EVT, 4> ValueVTs;
224 ComputeValueVTs(TLI, Ty, ValueVTs);
227 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
228 EVT ValueVT = ValueVTs[Value];
270 SmallVector<EVT, 1> ValueVTs;
271 ComputeValueVTs(TLI, Ty, ValueVTs);
    [all...]
SelectionDAGBuilder.cpp 557 /// ValueVTs - The value types of the values, which may not be legal, and
560 SmallVector<EVT, 4> ValueVTs;
563 /// ValueVTs and it records, for each value, what the type of the assigned
583 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
587 ComputeValueVTs(tli, Ty, ValueVTs);
589 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
590 EVT ValueVT = ValueVTs[Value];
602 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
612 ValueVTs.append(RHS.ValueVTs.begin(), RHS.ValueVTs.end())
    [all...]
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp 434 EVT ValueVTs[] = { N->getValueType(0), NVT };
437 DAG.getVTList(ValueVTs, 2), Ops, 2);
    [all...]
  /external/llvm/include/llvm/CodeGen/
Analysis.h 56 SmallVectorImpl<EVT> &ValueVTs,
  /external/llvm/lib/CodeGen/
Analysis.cpp 77 SmallVectorImpl<EVT> &ValueVTs,
87 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
96 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
104 ValueVTs.push_back(TLI.getValueType(Ty));

Completed in 85 milliseconds