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

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 351 const std::vector<MVT::SimpleValueType> &RegVTs =
353 if (RegVTs.size() == 1)
354 return RegVTs[0];
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 587 /// RegVTs - The value types of the registers. This is the same size as
592 /// With virtual registers, the contents of RegVTs is redundant with TLI's
596 SmallVector<MVT, 4> RegVTs;
608 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
620 RegVTs.push_back(RegisterVT);
628 MVT RegisterVT = RegVTs[Value];
638 RegVTs.append(RHS.RegVTs.begin(), RHS.RegVTs.end());
690 MVT RegisterVT = RegVTs[Value]
    [all...]

Completed in 25 milliseconds