Home
last modified time | relevance | path

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

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