Searched refs:RetVTs (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h44 std::vector<MVT::SimpleValueType> RetVTs; member in struct:llvm::CodeGenIntrinsic::IntrinsicSignature
H A DIntrinsicEmitter.cpp445 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i)
453 if (Int.IS.RetVTs.empty())
455 else if (Int.IS.RetVTs.size() == 1 &&
456 Int.IS.RetVTs[0] == MVT::isVoid)
459 switch (Int.IS.RetVTs.size()) {
471 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i)
H A DCodeGenTarget.cpp704 IS.RetVTs.push_back(VT);
H A DCodeGenDAGPatterns.cpp1776 return CDP.getIntrinsic(Operator).IS.RetVTs.size();
2413 unsigned NumRetVTs = Int->IS.RetVTs.size();
2417 MadeChange |= UpdateNodeType(i, Int->IS.RetVTs[i], TP);
2861 if (Int.IS.RetVTs.empty())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp2336 SDVTList RetVTs = CurDAG->getVTList(MVT::Other, MVT::Glue);
2338 CurDAG->getMachineNode(Opcode.getValue(), DL, RetVTs, Ops);

Completed in 120 milliseconds