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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 345 const std::vector<MVT::SimpleValueType> &RegVTs =
347 if (RegVTs.size() == 1)
348 return RegVTs[0];
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h     [all...]
SelectionDAGBuilder.cpp 620 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
631 RegVTs.push_back(RegisterVT);
657 MVT RegisterVT = RegVTs[Value];
758 MVT RegisterVT = RegVTs[Value];
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 376 const std::vector<MVT::SimpleValueType> &RegVTs =
378 if (RegVTs.size() == 1)
379 return RegVTs[0];
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 557 /// RegVTs - The value types of the registers. This is the same size as
562 /// With virtual registers, the contents of RegVTs is redundant with TLI's
566 SmallVector<EVT, 4> RegVTs;
578 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
590 RegVTs.push_back(RegisterVT);
598 EVT RegisterVT = RegVTs[Value];
608 RegVTs.append(RHS.RegVTs.begin(), RHS.RegVTs.end());
658 EVT RegisterVT = RegVTs[Value]
    [all...]

Completed in 665 milliseconds