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

/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCodeGenInstruction.cpp350 const std::vector<MVT::SimpleValueType> &RegVTs = local
352 if (RegVTs.size() == 1)
353 return RegVTs[0];
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp583 /// RegVTs - The value types of the registers. This is the same size as
588 /// With virtual registers, the contents of RegVTs is redundant with TLI's
592 SmallVector<EVT, 4> RegVTs; member in struct:__anon10210::RegsForValue
604 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
616 RegVTs.push_back(RegisterVT);
624 EVT RegisterVT = RegVTs[Value];
634 RegVTs.append(RHS.RegVTs.begin(), RHS.RegVTs.end());
686 EVT RegisterVT = RegVTs[Valu
[all...]

Completed in 112 milliseconds