HomeSort by: relevance | last modified time | path
    Searched defs:RegVTs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.cpp 459 const std::vector<ValueTypeByHwMode> &RegVTs =
461 if (RegVTs.size() == 1 && RegVTs[0].isSimple())
462 return RegVTs[0].getSimple().SimpleTy;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 846 /// With virtual registers, the contents of RegVTs is redundant with TLI's
849 SmallVector<MVT, 4> RegVTs;
877 RegVTs.append(RHS.RegVTs.begin(), RHS.RegVTs.end());

Completed in 63 milliseconds