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

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 206 SmallVector<EVT, 4> ValueVTs;
207 ComputeValueVTs(*TLI, PN->getType(), ValueVTs);
208 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) {
209 EVT VT = ValueVTs[vti];
262 SmallVector<EVT, 4> ValueVTs;
263 ComputeValueVTs(*TLI, Ty, ValueVTs);
266 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
267 EVT ValueVT = ValueVTs[Value];
311 SmallVector<EVT, 1> ValueVTs;
312 ComputeValueVTs(*TLI, Ty, ValueVTs);
    [all...]
SelectionDAGBuilder.cpp 585 /// ValueVTs - The value types of the values, which may not be legal, and
588 SmallVector<EVT, 4> ValueVTs;
591 /// ValueVTs and it records, for each value, what the type of the assigned
611 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
615 ComputeValueVTs(tli, Ty, ValueVTs);
617 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
618 EVT ValueVT = ValueVTs[Value];
630 ValueVTs.append(RHS.ValueVTs.begin(), RHS.ValueVTs.end())
    [all...]
LegalizeIntegerTypes.cpp 462 EVT ValueVTs[] = { N->getValueType(0), NVT };
465 DAG.getVTList(ValueVTs), Ops);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]

Completed in 377 milliseconds