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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp206 SmallVector<EVT, 4> ValueVTs; local
207 ComputeValueVTs(*TLI, PN->getType(), ValueVTs);
208 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) {
209 EVT VT = ValueVTs[vti];
262 SmallVector<EVT, 4> ValueVTs; local
263 ComputeValueVTs(*TLI, Ty, ValueVTs);
266 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
267 EVT ValueVT = ValueVTs[Value];
311 SmallVector<EVT, 1> ValueVTs; local
312 ComputeValueVTs(*TLI, Ty, ValueVTs);
[all...]
H A DSelectionDAGBuilder.cpp585 /// ValueVTs - The value types of the values, which may not be legal, and
588 SmallVector<EVT, 4> ValueVTs; member in struct:__anon25816::RegsForValue
591 /// ValueVTs and it records, for each value, what the type of the assigned
611 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
615 ComputeValueVTs(tli, Ty, ValueVTs);
617 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
618 EVT ValueVT = ValueVTs[Value];
630 ValueVTs.append(RHS.ValueVTs.begin(), RHS.ValueVTs
[all...]
H A DLegalizeIntegerTypes.cpp462 EVT ValueVTs[] = { N->getValueType(0), NVT }; local
465 DAG.getVTList(ValueVTs), Ops);
/external/llvm/include/llvm/CodeGen/
H A DAnalysis.h56 SmallVectorImpl<EVT> &ValueVTs,
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp76 SmallVectorImpl<EVT> &ValueVTs,
86 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
95 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
103 ValueVTs.push_back(TLI.getValueType(Ty));
75 ComputeValueVTs(const TargetLowering &TLI, Type *Ty, SmallVectorImpl<EVT> &ValueVTs, SmallVectorImpl<uint64_t> *Offsets, uint64_t StartingOffset) argument
H A DTargetLoweringBase.cpp1274 SmallVector<EVT, 4> ValueVTs; local
1275 ComputeValueVTs(TLI, ReturnType, ValueVTs);
1276 unsigned NumValues = ValueVTs.size();
1280 EVT VT = ValueVTs[j];
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp78 SmallVectorImpl<EVT> &ValueVTs,
90 ValueVTs.push_back(VT.getVectorElementType());
95 ValueVTs.push_back(VT);
77 ComputePTXValueVTs(const TargetLowering &TLI, Type *Ty, SmallVectorImpl<EVT> &ValueVTs, SmallVectorImpl<uint64_t> *Offsets = nullptr, uint64_t StartingOffset = 0) argument

Completed in 131 milliseconds