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

  /external/llvm/include/llvm/CodeGen/
Analysis.h 56 SmallVectorImpl<EVT> &ValueVTs,
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 169 SmallVector<EVT, 4> ValueVTs;
170 ComputeValueVTs(TLI, PN->getType(), ValueVTs);
171 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) {
172 EVT VT = ValueVTs[vti];
222 SmallVector<EVT, 4> ValueVTs;
223 ComputeValueVTs(TLI, Ty, ValueVTs);
226 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
227 EVT ValueVT = ValueVTs[Value];
269 SmallVector<EVT, 1> ValueVTs;
270 ComputeValueVTs(TLI, Ty, ValueVTs);
    [all...]
SelectionDAGBuilder.cpp 582 /// ValueVTs - The value types of the values, which may not be legal, and
585 SmallVector<EVT, 4> ValueVTs;
588 /// ValueVTs and it records, for each value, what the type of the assigned
608 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
612 ComputeValueVTs(tli, Ty, ValueVTs);
614 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
615 EVT ValueVT = ValueVTs[Value];
627 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
637 ValueVTs.append(RHS.ValueVTs.begin(), RHS.ValueVTs.end())
    [all...]
LegalizeIntegerTypes.cpp 434 EVT ValueVTs[] = { N->getValueType(0), NVT };
437 DAG.getVTList(ValueVTs, 2), Ops, 2);
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 75 SmallVectorImpl<EVT> &ValueVTs,
85 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
94 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
102 ValueVTs.push_back(TLI.getValueType(Ty));
TargetLoweringBase.cpp     [all...]

Completed in 281 milliseconds