Searched refs:ValueVTs (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp170 SmallVector<EVT, 4> ValueVTs; local
171 ComputeValueVTs(TLI, PN->getType(), ValueVTs);
172 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) {
173 EVT VT = ValueVTs[vti];
223 SmallVector<EVT, 4> ValueVTs; local
224 ComputeValueVTs(TLI, Ty, ValueVTs);
227 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
228 EVT ValueVT = ValueVTs[Value];
270 SmallVector<EVT, 1> ValueVTs;
271 ComputeValueVTs(TLI, Ty, ValueVTs);
[all...]
H A DSelectionDAGBuilder.cpp578 /// ValueVTs - The value types of the values, which may not be legal, and
581 SmallVector<EVT, 4> ValueVTs; member in struct:__anon10210::RegsForValue
584 /// ValueVTs and it records, for each value, what the type of the assigned
604 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
608 ComputeValueVTs(tli, Ty, ValueVTs);
610 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
611 EVT ValueVT = ValueVTs[Value];
623 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
633 ValueVTs.append(RHS.ValueVTs
1111 SmallVector<EVT, 4> ValueVTs; local
1199 SmallVector<EVT, 4> ValueVTs; local
1219 SmallVector<EVT, 4> ValueVTs; local
2722 SmallVector<EVT, 4> ValueVTs; local
3272 SmallVector<EVT, 4> ValueVTs; local
3346 SmallVector<EVT, 4> ValueVTs; local
3599 SmallVector<EVT, 4> ValueVTs; local
6489 SmallVector<EVT, 4> ValueVTs; local
6698 SmallVector<EVT, 1> ValueVTs; local
6714 SmallVector<EVT, 4> ValueVTs; local
6795 SmallVector<EVT, 1> ValueVTs; local
6819 SmallVector<EVT, 4> ValueVTs; local
6959 SmallVector<EVT, 4> ValueVTs; local
[all...]
H A DTargetLowering.cpp996 SmallVector<EVT, 4> ValueVTs; local
997 ComputeValueVTs(TLI, ReturnType, ValueVTs);
998 unsigned NumValues = ValueVTs.size();
1002 EVT VT = ValueVTs[j];
H A DLegalizeIntegerTypes.cpp434 EVT ValueVTs[] = { N->getValueType(0), NVT }; local
437 DAG.getVTList(ValueVTs, 2), Ops, 2);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DAnalysis.h56 SmallVectorImpl<EVT> &ValueVTs,
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DAnalysis.cpp77 SmallVectorImpl<EVT> &ValueVTs,
87 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
96 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
104 ValueVTs.push_back(TLI.getValueType(Ty));
76 ComputeValueVTs(const TargetLowering &TLI, Type *Ty, SmallVectorImpl<EVT> &ValueVTs, SmallVectorImpl<uint64_t> *Offsets, uint64_t StartingOffset) argument

Completed in 311 milliseconds