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

  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 40 /// RetVTs - The MVT::SimpleValueType for each return type. Note that this
44 std::vector<MVT::SimpleValueType> RetVTs;
IntrinsicEmitter.cpp 359 if (Int.IS.RetVTs.empty())
361 else if (Int.IS.RetVTs.size() == 1 &&
362 Int.IS.RetVTs[0] == MVT::isVoid)
365 switch (Int.IS.RetVTs.size()) {
374 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i)
CodeGenTarget.cpp 493 IS.RetVTs.push_back(VT);
CodeGenDAGPatterns.cpp     [all...]

Completed in 72 milliseconds