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

/external/llvm/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
/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];
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 DLegalizeIntegerTypes.cpp434 EVT ValueVTs[] = { N->getValueType(0), NVT }; local
437 DAG.getVTList(ValueVTs, 2), Ops, 2);
H A DTargetLowering.cpp990 SmallVector<EVT, 4> ValueVTs; local
991 ComputeValueVTs(TLI, ReturnType, ValueVTs);
992 unsigned NumValues = ValueVTs.size();
996 EVT VT = ValueVTs[j];
H A DSelectionDAGBuilder.cpp559 /// ValueVTs - The value types of the values, which may not be legal, and
562 SmallVector<EVT, 4> ValueVTs; member in struct:__anon8726::RegsForValue
565 /// ValueVTs and it records, for each value, what the type of the assigned
585 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
589 ComputeValueVTs(tli, Ty, ValueVTs);
591 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
592 EVT ValueVT = ValueVTs[Value];
604 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
614 ValueVTs.append(RHS.ValueVTs
1089 SmallVector<EVT, 4> ValueVTs; local
1177 SmallVector<EVT, 4> ValueVTs; local
1197 SmallVector<EVT, 4> ValueVTs; local
2699 SmallVector<EVT, 4> ValueVTs; local
3249 SmallVector<EVT, 4> ValueVTs; local
3323 SmallVector<EVT, 4> ValueVTs; local
3576 SmallVector<EVT, 4> ValueVTs; local
6444 SmallVector<EVT, 4> ValueVTs; local
6653 SmallVector<EVT, 1> ValueVTs; local
6669 SmallVector<EVT, 4> ValueVTs; local
6749 SmallVector<EVT, 1> ValueVTs; local
6773 SmallVector<EVT, 4> ValueVTs; local
6913 SmallVector<EVT, 4> ValueVTs; local
[all...]

Completed in 229 milliseconds