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

/freebsd-13-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.cpp449 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i)
457 if (Int.IS.RetVTs.empty())
459 else if (Int.IS.RetVTs.size() == 1 &&
460 Int.IS.RetVTs[0] == MVT::isVoid)
463 switch (Int.IS.RetVTs.size()) {
475 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i)
H A DCodeGenTarget.cpp730 IS.RetVTs.push_back(VT);
H A DCodeGenDAGPatterns.cpp1779 return CDP.getIntrinsic(Operator).IS.RetVTs.size();
2416 unsigned NumRetVTs = Int->IS.RetVTs.size();
2420 MadeChange |= UpdateNodeType(i, Int->IS.RetVTs[i], TP);
2868 if (Int.IS.RetVTs.empty())
/freebsd-13-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 119 milliseconds