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

/external/llvm/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];
226 SmallVector<EVT, 4> ValueVTs; local
227 ComputeValueVTs(*TLI, Ty, ValueVTs);
230 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
231 EVT ValueVT = ValueVTs[Value];
275 SmallVector<EVT, 1> ValueVTs; local
276 ComputeValueVTs(*TLI, Ty, ValueVTs);
[all...]
H A DLegalizeIntegerTypes.cpp434 EVT ValueVTs[] = { N->getValueType(0), NVT }; local
437 DAG.getVTList(ValueVTs, 2), Ops, 2);
H A DSelectionDAGBuilder.cpp586 /// ValueVTs - The value types of the values, which may not be legal, and
589 SmallVector<EVT, 4> ValueVTs; member in struct:__anon21199::RegsForValue
592 /// ValueVTs and it records, for each value, what the type of the assigned
612 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
616 ComputeValueVTs(tli, Ty, ValueVTs);
618 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
619 EVT ValueVT = ValueVTs[Value];
631 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
641 ValueVTs.append(RHS.ValueVTs
1120 SmallVector<EVT, 4> ValueVTs; local
1209 SmallVector<EVT, 4> ValueVTs; local
1229 SmallVector<EVT, 4> ValueVTs; local
2739 SmallVector<EVT, 4> ValueVTs; local
3297 SmallVector<EVT, 4> ValueVTs; local
3371 SmallVector<EVT, 4> ValueVTs; local
3628 SmallVector<EVT, 4> ValueVTs; local
6457 SmallVector<EVT, 4> ValueVTs; local
6660 SmallVector<EVT, 1> ValueVTs; local
6662 PointerType::getUnqual(F.getReturnType()), ValueVTs); local
6677 SmallVector<EVT, 4> ValueVTs; local
6758 SmallVector<EVT, 1> ValueVTs; local
6782 SmallVector<EVT, 4> ValueVTs; local
6928 SmallVector<EVT, 4> ValueVTs; local
[all...]
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp75 SmallVectorImpl<EVT> &ValueVTs,
85 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
94 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
102 ValueVTs.push_back(TLI.getValueType(Ty));
74 ComputeValueVTs(const TargetLowering &TLI, Type *Ty, SmallVectorImpl<EVT> &ValueVTs, SmallVectorImpl<uint64_t> *Offsets, uint64_t StartingOffset) argument
H A DTargetLoweringBase.cpp1126 SmallVector<EVT, 4> ValueVTs; local
1127 ComputeValueVTs(TLI, ReturnType, ValueVTs);
1128 unsigned NumValues = ValueVTs.size();
1132 EVT VT = ValueVTs[j];
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp77 SmallVectorImpl<EVT> &ValueVTs,
89 ValueVTs.push_back(VT.getVectorElementType());
94 ValueVTs.push_back(VT);
76 ComputePTXValueVTs(const TargetLowering &TLI, Type *Ty, SmallVectorImpl<EVT> &ValueVTs, SmallVectorImpl<uint64_t> *Offsets = 0, uint64_t StartingOffset = 0) argument

Completed in 165 milliseconds