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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp369 const std::vector<MVT::SimpleValueType> &RegVTs = local
371 if (RegVTs.size() == 1)
372 return RegVTs[0];
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp590 /// RegVTs - The value types of the registers. This is the same size as
595 /// With virtual registers, the contents of RegVTs is redundant with TLI's
599 SmallVector<MVT, 4> RegVTs; member in struct:__anon25816::RegsForValue
611 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
623 RegVTs.push_back(RegisterVT);
631 RegVTs.append(RHS.RegVTs.begin(), RHS.RegVTs.end());
683 MVT RegisterVT = RegVTs[Value];
774 MVT RegisterVT = RegVTs[Valu
[all...]

Completed in 509 milliseconds