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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 167 SmallVector<EVT, 4> ValueVTs;
168 ComputeValueVTs(TLI, PN->getType(), ValueVTs);
169 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) {
170 EVT VT = ValueVTs[vti];
220 SmallVector<EVT, 4> ValueVTs;
221 ComputeValueVTs(TLI, Ty, ValueVTs);
224 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
225 EVT ValueVT = ValueVTs[Value];
267 SmallVector<EVT, 1> ValueVTs;
268 ComputeValueVTs(TLI, Ty, ValueVTs);
    [all...]
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp 432 EVT ValueVTs[] = { N->getValueType(0), NVT };
435 DAG.getVTList(ValueVTs, 2), Ops, 2);
    [all...]
SelectionDAGBuilder.cpp 552 /// ValueVTs - The value types of the values, which may not be legal, and
555 SmallVector<EVT, 4> ValueVTs;
558 /// ValueVTs and it records, for each value, what the type of the assigned
578 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
582 ComputeValueVTs(tli, Ty, ValueVTs);
584 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
585 EVT ValueVT = ValueVTs[Value];
597 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
607 ValueVTs.append(RHS.ValueVTs.begin(), RHS.ValueVTs.end())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 298 SmallVector<EVT, 4> ValueVTs;
299 ComputeValueVTs(*TLI, MF->getDataLayout(), PN->getType(), ValueVTs);
300 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) {
301 EVT VT = ValueVTs[vti];
379 SmallVector<EVT, 4> ValueVTs;
380 ComputeValueVTs(*TLI, MF->getDataLayout(), Ty, ValueVTs);
383 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
384 EVT ValueVT = ValueVTs[Value];
426 SmallVector<EVT, 1> ValueVTs;
427 ComputeValueVTs(*TLI, MF->getDataLayout(), Ty, ValueVTs);
    [all...]
SelectionDAGBuilder.h     [all...]
LegalizeIntegerTypes.cpp 526 EVT ValueVTs[] = { N->getValueType(0), NVT };
529 DAG.getVTList(ValueVTs), Ops);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]

Completed in 255 milliseconds