HomeSort by relevance Sort by last modified time
    Searched refs:ValueVTs (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 206 SmallVector<EVT, 4> ValueVTs;
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;
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;
312 ComputeValueVTs(*TLI, Ty, ValueVTs);
    [all...]
SelectionDAGBuilder.cpp 585 /// ValueVTs - The value types of the values, which may not be legal, and
588 SmallVector<EVT, 4> ValueVTs;
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.end())
    [all...]
LegalizeIntegerTypes.cpp 462 EVT ValueVTs[] = { N->getValueType(0), NVT };
465 DAG.getVTList(ValueVTs), Ops);
    [all...]
  /external/llvm/include/llvm/CodeGen/
Analysis.h 56 SmallVectorImpl<EVT> &ValueVTs,
  /external/llvm/lib/CodeGen/
Analysis.cpp 76 SmallVectorImpl<EVT> &ValueVTs,
86 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
95 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
103 ValueVTs.push_back(TLI.getValueType(Ty));
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 78 SmallVectorImpl<EVT> &ValueVTs,
90 ValueVTs.push_back(VT.getVectorElementType());
95 ValueVTs.push_back(VT);
    [all...]

Completed in 247 milliseconds