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

  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 41 /// RetVTs - The MVT::SimpleValueType for each return type. Note that this
45 std::vector<MVT::SimpleValueType> RetVTs;
IntrinsicEmitter.cpp 376 if (Int.IS.RetVTs.empty())
378 else if (Int.IS.RetVTs.size() == 1 &&
379 Int.IS.RetVTs[0] == MVT::isVoid)
382 switch (Int.IS.RetVTs.size()) {
391 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i)
CodeGenTarget.cpp 522 IS.RetVTs.push_back(VT);
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]

Completed in 711 milliseconds