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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp345 const std::vector<MVT::SimpleValueType> &RegVTs = local
347 if (RegVTs.size() == 1)
348 return RegVTs[0];
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp562 /// RegVTs - The value types of the registers. This is the same size as
567 /// With virtual registers, the contents of RegVTs is redundant with TLI's
571 SmallVector<EVT, 4> RegVTs; member in struct:__anon7414::RegsForValue
583 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
595 RegVTs.push_back(RegisterVT);
603 EVT RegisterVT = RegVTs[Value];
613 RegVTs.append(RHS.RegVTs.begin(), RHS.RegVTs.end());
663 EVT RegisterVT = RegVTs[Valu
[all...]

Completed in 53 milliseconds